Open In App

uDork – Google Hacking Tool

Improve
Improve
Like Article
Like
Save
Share
Report

Google Dorking is the technique used for advanced searching. Google Dorking can be beneficial in victim domain detection or collecting some sensitive data from the target domain, This can be done through automated tools which can decrease the time of old-fashioned searching. 

uDork is an automated tool developed in the Python language which performs an advanced search for relevant results on the target domain. This search can retrieve the links to admin panels that are not easily discovered, along with this we can get the sensitive files and directories and also the password files through advanced search. This tool contains various modules for dividing the task. uDork tool is available on the GitHub platform, it’s free and open-source to use.

Installation of uDork Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/m3n0sd0n4ld/uDork

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd uDork

Step 3: Change the permissions of install.sh file by using the following command.

sudo chmod +x uDork.sh

Step 4: Open the file and write inside this line:

mousepad uDork.sh
cookie = ‘YOUR FACEBOOK COOKIES HERE’

Step 5: Launching the tool by using the following command.

./uDork -h

Working with uDork Tool on Kali Linux OS

Example 1: Example of searching pdf files

./uDork.sh geeksforgeeks.org -e pdf -p 3

We have got all the PDF files which are available on the http://geeksforgeeks.org domain.

Example 2: Example of searching routes with the word “password”

./uDork.sh geeksforgeeks.org -s password

We have got all the URLs that contain the term Password.

Example 3: Dorks listing

./uDork.sh -l

We are displaying the list of available dorks.

Example 4: Example of use Dorks Massive

./uDork.sh geeksforgeeks.org -g admin -p 3 -o report.txt

In this example, we auDork – Google Hacking Toolre using the admin dork file to get results.


Last Updated : 23 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads