Open In App

Dorkify – Perform Google Dork Search

Last Updated : 28 Nov, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Dorkify is a free and open-source tool available on GitHub. Dorkify is used to perform google Dorking from the Linux terminal. Google Dorking is a technique used by hackers to find security loopholes in websites and servers. Google Dorking can be performed using mathematical operators such as ? ,” ” etc.  Google search engine uses different strings to specify which query is user searching for. Dorkify helps to perform google Dorking easily by using the kali Linux command line(Terminal).

Installation

Step 1: Open your kali Linux operating system and use the following command to install the tool. Use the second command to move into the directory of the tool.

git clone https://github.com/hhhrrrttt222111/Dorkify.git
cd Dorkify

Step 2: Use the following command to install the requirements of the tool.

python3 -m pip install -r requirements.txt

Step 3: Use the following command to run the tool.

python3 dorkify.py --help

The tool has been downloaded and installed successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the dorkify tool to perform google dork

choose option 1 "google"

The tool has started performing google search Dorking.

Example 2: Use the dorkify tool for URL search

choose option 2

Now choose option 2.

The tool has started searching on specific URL google dork. The tool is free and open source. This is one of the most famous tools used for google dorking.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads