Skip to content

Automatic tool to find Google Dorks

Notifications You must be signed in to change notification settings

toteb/DorkFinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Darwin

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%