dorks_hunter
September 3, 2025 ยท View on GitHub
A simple wrapper around xnldorker that automates the execution of categorized Google dorks against a target domain. It prints the results and optionally saves them to a file.
Installation
git clone https://github.com/six2dez/dorks_hunter
cd dorks_hunter
pip3 install -r requirements.txt
Also ensure
xnldorkeris installed and available in your$PATH.
Usage
python3 dorks_hunter.py -d domain.com -o output.txt
-d/--domain: Target domain to scan (required)-o/--output: File to append the results (optional)
Requirements
- Python 3.8+ (stdlib provides
argparseandsubprocess) tldextract(installed via requirements)xnldorkerin PATH
Notes
- All results are printed to the terminal.
- If
-o|--outputis provided, results are appended to the given file.