Open In App

SIGIT – Simple Information Gathering Toolkit

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

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


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

Similar Reads