trhacknonimous / Dork-Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dork-Finder

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.


What data can we find using Google Dorks?

Username and passwords Admin login pages Sensitive documents Govt/military data Email lists Bank account details Vulnerable websites So much more …


Install Dorks Finder

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.


Linux

sudo git clone https://github.com/trhacknonimous/Dork-Finder.git

cd Dork-Finder

pip3 install -r requirements.txt

Dorks Finder Usage Linux

sudo python2 dorks-Finder.py

That’s all ..! Have fun 😃


Termux

git clone https://github.com/trhacknonimous/Dork-Finder.git

cd Dork-Finder

pip install -r requirements.txt

Usage Termux

python2 dorks-Finder.py


#Username: TRHACKNON #Password: dork

Social Networks - Connect

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%