Dorks Finder Google Hacking Dork Scraping and Searching Script
Dorks Finder is a script I made in python 2. With this tool, you can easily find Google Dorks. Dork Finder collects potentially vulnerable web pages and applications on the Internet or other awesome info that is picked up by Google's search bots.
Username and passwords Admin login pages Sensitive documents Govt/military data Email lists Bank account details Vulnerable websites So much more …
A prerequisite for a script that I make must be that it is simple and easy to use and understand for everyone.
Dorks Finder has tested it so far on:
- Kali Linux
- Parrot Security
- BlackArch
- Termux
This list would be expanded
Dork Finder is written for Python 2. Clone the git repository and install the requirements.
sudo git clone https://github.com/bokxud/Dork-Finder.git
cd Dork-Finder
pip3 install -r requirements.txt
sudo python2 dorks-Finder.py
That’s all ..! Have fun 😃
git clone https://github.com/bokxud/Dork-Finder.git
cd Dork-Finder
pip install -r requirements.txt
python2 dorks-Finder.py