If any issues, please ping me.
This is a simple tool to automate google dorking.
It simply looks for,
- Directory listing vulnerabilities
- Configuration files exposed
- Database files exposed
- Log files exposed
- Backup and old files
- Login pages
- SQL errors
- Publicly exposed documents
#1> pip3 install -r requirements.txt
#2> python3 GoogleDorker.py (This tool is strictly made in python3)
- If you think I am missing something, please send me feedbacks and comments.
- Constant use of this tool in very short interval of time can make it to fail for a short period of time.(Talking about Google Captcha). As of the update support for bing is added too.
- The code is not refactored.