Automatic tool to find Google Dorks using useful payloads with minimum false-positive checks.
git clone https://github.com/glavstroy/DorkFinder
cd DorkFinder
pip install -r requirements
git clone https://github.com/glavstroy/DorkFinder
cd DorkFinder
pip install -r requirements
git clone https://github.com/glavstroy/DorkFinder
cd DorkFinder
sudo docker build . -t dorkfinder
sudo docker run -it --rm dorkfinder
python3 dorkfinder.py -t example.com -o
Another 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 -h
This 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 :)