Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlospolop/gorks
https://github.com/carlospolop/gorks
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlospolop/gorks
- Owner: carlospolop
- License: gpl-2.0
- Created: 2022-08-25T12:08:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T22:57:30.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:09:46.116Z (6 months ago)
- Language: Python
- Size: 83 KB
- Stars: 57
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gorks
![](gorks.jpeg)
**Google Dorks finally made easy to run without hiding.**
## Quick Start
```bash
pip3 install -r requirements
# Use --siterestrict if you have configured less than 10 domains in the cseid
python3 gorks.py --cseid --dorks ./ghdb.json [--api-key |--api-keys-file ] [--siterestrict] [--json-file ] 2>/dev/null
```Create a **Google Custom Search Engine** in https://programmablesearchengine.google.com/, configure the **domain(s)** where you want to search the Dorks in that engine, and **get the ID** and use it in the `--cseid` param.
**Please, note that 1 execution of Gorks over all the google hacking database in GCSE costs around 80$ !!**
Create a **API key for the Custom Search** service in https://console.cloud.google.com/apis/api/customsearch.googleapis.com/metrics
You can **download an updated `ghdb.json`** from https://github.com/carlospolop/Auto_Wordlists/blob/main/wordlists/ghdb.json
If you like **Gorks** you will probably like also **[Pastos](https://github.com/carlospolop/Pastos)** and **[Leakos](https://github.com/carlospolop/Leakos)**