DorkFinder
1.0.0
Automatic tool to find Google Dorks using useful payloads with minimum false-positive checks.

git clone https://github.com/TheHermione/DorkFinder
cd DorkFinder
pip install -r requirementsgit clone https://github.com/TheHermione/DorkFinder
cd DorkFinder
sudo docker build . -t dorkfinder
sudo docker run -it --rm dorkfinderpython3 dorkfinder.py -t example.com -oAnother way to continue a Linux script even after closing the SSH session, you can use the nohup command (short for "no hang up"). Here's how to do it:
nohup python3 dorkfinder.py -t example.com -o &
python3 dorkfinder.py -hIt will display help for the tool. Here are all the switches it supports.
| Flag | Description |
|---|---|
| -h/--help | show this help message and exit |
| -t | enter the target domain |
| -o | print to output.txt |
Use it only for educational purposes! I assume no responsibility :)