BenjiTrapp / GgDorker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

Github All Releases Github All Releases Github All Releases License contributions welcome Twitter Follow

GgDorker :

GgDorker is a simple python tool that automates the process of Google Dorking (current Version 1.0)

Installation :

git clone https://github.com/MohamedTarekq/GgDorker.git
cd GgDorker
python3 -m pip install -r requirements.txt
python3 GgDorker -h

Usage :

Run dorks only on your target

▶ 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

Specific dork

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

And Yes, you can collect subdomains from google dorks, and Using silent mode by set -s flag:

▶ python3 GgDorker.py -q "site:*.twitter.com -www" -p 10 -s 

Concurrency

You can set the concurrency level with the -n flag:

▶ python3 GgDorker.py -t twitter.com -d OSINT_dorks.txt -n 10

Output

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

Demo

Alt text

wordlist

I used two wordlists dorks.txt and OSINT_dorks.txt If you have a good wordlist feel free to issue pull requests with it! :)

Credits

  • 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

Donation

If this tool helped you to get a bounty and you like it , feel free to give me a cup of coffee :)

paypal

Disclaimer

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.

About


Languages

Language:Python 100.0%