djangohunter: identify incorrectly configured Django applications
Djangohunter
A tool designed to help identify incorrectly configured Django applications that are exposing sensitive information.
Download
git clone https://github.com/6IX7ine/djangohunter.git cd djangohunter pip -r install requirements
Usage
python3 djangohunter.py –key {shodan}
Dorks: ‘DisallowedHost’, ‘KeyError’, ‘OperationalError’, ‘Page not found at /’
Demo
Disclaimer
Code samples are provided for educational purposes. Adequate defences can only be built by researching attack techniques available to malicious actors. Using this code against target systems without prior permission is illegal in most jurisdictions. The authors are not liable for any damages from misuse of this information or code.
Source: https://github.com/6IX7ine/