https://github.com/rix4uni/gorker
Google dorking with Selenium.
https://github.com/rix4uni/gorker
bug-bounty bugbounty bugbountytips dorking google-dorking hacking infosec osint osint-resources osint-tool penetration-testing pentest-tool pentesting recon reconnaissance security security-tools threat-intelligence
Last synced: 6 months ago
JSON representation
Google dorking with Selenium.
- Host: GitHub
- URL: https://github.com/rix4uni/gorker
- Owner: rix4uni
- Created: 2024-11-30T12:02:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:11:38.000Z (10 months ago)
- Last Synced: 2025-02-07T00:18:27.852Z (8 months ago)
- Topics: bug-bounty, bugbounty, bugbountytips, dorking, google-dorking, hacking, infosec, osint, osint-resources, osint-tool, penetration-testing, pentest-tool, pentesting, recon, reconnaissance, security, security-tools, threat-intelligence
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gorker
Google dorking with Selenium.
## Installation
```
git clone https://github.com/rix4uni/gorker.git
cd gorker
python3 setup.py install
```## pipx
Quick setup in isolated python environment using [pipx](https://pypa.github.io/pipx/)
```
pipx install --force git+https://github.com/rix4uni/gorker.git
```## Usage
```
usage: gorker.py [-h] [--gui] [--wait WAIT] [-o OUTPUT] [--silent] [--version] [--verbose]Google dorking with Selenium
options:
-h, --help show this help message and exit
--gui Run in gui mode
--wait WAIT reCAPTCHA wait time in seconds (default 20)
-o OUTPUT, --output OUTPUT
Output file to save results
--silent Run without printing the banner
--version Show current version of gorker
--verbose Enable verbose mode
```## Examples
Single URLs:
```
echo "https://www.google.com/search?q=site%3Atesla.com" | gorker
```Multiple URLs:
```
cat dorks.txt | gorker
```## TODO
```
-system-chrome Use local installed chrome ("C:\Program Files\Google\Chrome\Application\chrome.exe")
```