Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eslam3kl/GG-Dorking
GG Dorking is a tool to generate GitHub and Google dorking for pentesters and bug bounty hunters.
https://github.com/eslam3kl/GG-Dorking
Last synced: about 2 months ago
JSON representation
GG Dorking is a tool to generate GitHub and Google dorking for pentesters and bug bounty hunters.
- Host: GitHub
- URL: https://github.com/eslam3kl/GG-Dorking
- Owner: eslam3kl
- Created: 2021-05-26T11:56:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T12:11:35.000Z (over 2 years ago)
- Last Synced: 2024-08-05T17:45:06.350Z (5 months ago)
- Language: Python
- Size: 475 KB
- Stars: 92
- Watchers: 8
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - eslam3kl/GG-Dorking - GG Dorking is a tool to generate GitHub and Google dorking for pentesters and bug bounty hunters. (Python)
README
# GG-Dorking
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.
----------------------------------------------------------------------
## Results content| 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 |----------------------------------------------------------------------
## Installation```
git clone https://github.com/eslam3kl/GG-Dorking
cd GG-Dorking
python3 -m pip install -r requirements.txt
```----------------------------------------------------------------------
## Usage`python3 gg-dorking.py domain.com`
----------------------------------------------------------------------
## ExampleYahoo will be our target
**Run the tool**
`python3 gg-dorking.py yahoo.com`
![Run_tool](https://github.com/eslam3kl/GG-Dorking/blob/main/screenshots/start.png)
**The output file**
> output file by default will be target.html but you can change it using `--out` option
![output](https://github.com/eslam3kl/GG-Dorking/blob/main/screenshots/results1.png)
**Every section with more details**
![details](https://github.com/eslam3kl/GG-Dorking/blob/main/screenshots/results2.png)
----------------------------------------
## Stay in touch <3
[LinkedIn](https://www.linkedin.com/in/eslam3kl/) | [Blog](https://eslam3kl.medium.com/) | [Twitter](https://twitter.com/eslam3kll)