GgDorker is a simple python tool that automates the process of Google Dorking (current Version 1.0)
git clone https://github.com/MohamedTarekq/GgDorker.git
cd GgDorker
python3 -m pip install -r requirements.txt
python3 GgDorker.py -h
Run dorks only on your target, you must add site:
before your domain name such as site:example.com when using dorks.txt
list
▶ python3 GgDorker.py -t site:twitter.com -d dorks.txt
Run dorks on your target in another sites like (trello,pastebin,stackoverflow,coggle ..etc)
▶ python3 GgDorker.py -t twitter.com -d OSINT_dorks.txt
▶ python3 GgDorker.py -t twitter -d OSINT_dorks.txt
You can run specific dork and set the number of pages by -p
flag:
▶ python3 GgDorker.py -q "site:hackerone.com intext:information disclosure" -p 5
By using --subs
and silent mode
by set -s
flag:
▶ python3 GgDorker.py -t twitter.com --subs -p 50 -s
You can set the concurrency level with the -n
flag:
▶ python3 GgDorker.py -t twitter.com -d OSINT_dorks.txt -n 10
you can save your results in cvs
or txt
file
▶ python3 GgDorker.py -t site:twitter.com -d dorks.txt -o twitter_output.cvs
▶ python3 GgDorker.py -t site:twitter.com -d dorks.txt -o twitter_output.txt
I used two wordlists dorks.txt
and OSINT_dorks.txt
If you have a good wordlist feel free to issue pull requests with it! :)
- This tool was inspired by @knassar702's module. Thanks to him for the great idea!
- Special thanks to @Asem Eleraky who incouraged and supported me to write this tool
If this tool helped you to get a bounty and you like it , feel free to give me a cup of coffee :)
This Tool is Made For Educational and Ethical testing purposes only. Usage of this tool for Attacking targets without permission is illegal. Developers Assume no liability and are not responsible for any misuse or damage caused by this tool.