Open In App

Snitch – Information Gathering Tool Via Dorks

Last Updated : 17 Oct, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Google Dorking is the technique used for advanced searching. Google Dorking can be advantageous in victim domain apprehension or assembling some sensitive data from the target domain. Snitch tool is an automated tool developed in the Python Language which automated the process of Information Gathering for the specified domain. There are various built-in google dorks, that assist to collect sensitive information. The snitch tool is available on the GitHub platform, it’s free and open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Installation of Snitch 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/Smaash/snitch.git

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 snitch

Step 3: Now you are in the directory of the tool. Use the following command to run the tool.

./snitch.py -h

Working with Snitch Tool on Kali Linux OS

Example/Usage: Domain(s) or domain extension(s) separated by comma

./snitch.py -D ext -U gov

We have got all the URLs that contain the sensitive extensions.


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

Similar Reads