glavstroy / DorkFinder

Automatic tool to find Google Dorks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DorkFinder

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

Logo

Install

Linux

git clone https://github.com/glavstroy/DorkFinder
cd DorkFinder
pip install -r requirements

Docker

git clone https://github.com/glavstroy/DorkFinder
cd DorkFinder
sudo docker build . -t dorkfinder
sudo docker run -it --rm dorkfinder

Usage

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 &

Usage

Flags

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

Disclaimer

Use it only for educational purposes! I assume no responsibility :)

About

Automatic tool to find Google Dorks


Languages

Language:Python 99.0%Language:Dockerfile 1.0%