GG Dorking is a python tool to generate GitHub and Google dorking links for pentesters and bug bounty hunters.
It will help you to find important files, leaks, Admin panels, etc.
Category | no. of links |
---|---|
GitHub Dorking (W/O TLD) | 64 Link |
SQL Error messages & Leaks | 216 Link |
Extensions & file types | 221 Link |
Index of files | 49 Link |
Vulnerabilities (SQLi & LFI) | 30 Link |
Others | 235 Link |
git clone https://github.com/eslam3kl/GG-Dorking
cd GG-Dorking
python3 -m pip install -r requirements.txt
python3 gg-dorking.py domain.com
Yahoo will be our target
Run the tool
python3 gg-dorking.py yahoo.com
The output file
output file by default will be target.html but you can change it using
--out
option
Every section with more details