SIGIT in Termux – Installation & Usage Commands

SIGIT is a multi-functional Python-based information gathering OSINT (Open Source Intelligence) tool used in Termux for gathering publicly available information from usernames, domains, IPs, emails, and websites. It combines multiple reconnaissance features into one simple menu-based tool.

Installation Commands

Update Termux and install required packages:

pkg update && pkg upgrade && pkg install git python -y

Clone the GitHub repository:

git clone https://github.com/termuxhackers-id/SIGIT.git

Move into the directory:

cd SIGIT

Install required dependencies:

pip install -r requirements.txt

Run the tool:

python run.py

SIGIT Menu Options

After running the tool, you will see a menu like this:

OptionToolUse
01UserreconUsername reconnaissance
02PhoneInfoPhone number information
03MailFinderFind email with name
04IPlocationIP to location tracker
05SubdomainScanSubdomain enumeration
06PortScannerNetwork port scanner
07DNSReconDNS reconnaissance
08WHOISLookupDomain WHOIS information
09SSLCheckerSSL/TLS certificate check
10HeaderAnalyzerSecurity headers analysis
11GitHubReconGitHub user reconnaissance
12BreachCheckerCheck data breaches
13TechDetectorWebsite tech stack detector
14ReverseIPReverse IP lookup
15ExitExit application

Usage Commands

Start the tool:

python sigit.py

Select an option:

choose: 01

Enter target when prompted:

Enter username: exampleuser

The tool will display available public information based on the selected module.

SHARE THIS POST: