Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

SIGIT – Simple Information Gathering Toolkit

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

SIGIT or Simple Information Gathering Toolkit is an automated tool used for Information Gathering and OSINT analysis. This tool collects various types of information like Username  Reconnaissance, IP Location finder, Reverse IP, Mail Finder through Name, and many more. All this information can be used to understand the target domain or individual more clearly and prepare the methodology according to that information. SIGIT 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 SIGIT 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/termuxhackers-id/SIGIT.git

SIGIT - Simple Information Gathering Toolkit

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 SIGIT

Step 3: Change the permissions of sigit.py by using the following command.

sudo chmod 777 sigit.py

Step 4: Now use the following command to run the tool.

python3 sigit.py

SIGIT - Simple Information Gathering Toolkit

Working with SIGIT Tool on Kali Linux OS

Example 1: Username reconnaissance

Select option 01

SIGIT - Simple Information Gathering Toolkit

In this example, we have got the social websites links which holds the data of GeeksForGeeks username.

Example 2: Find the email with the name

Select option 03

SIGIT - Simple Information Gathering Toolkit

We have got the list of emails that are associated with the name geeksforgeeks.

SIGIT - Simple Information Gathering Toolkit

Example 3: IP to location tracker

Select option 12

SIGIT - Simple Information Gathering Toolkit

We have got the location of IP Address.

SIGIT - Simple Information Gathering Toolkit

My Personal Notes arrow_drop_up
Last Updated : 22 Nov, 2021
Like Article
Save Article
Similar Reads