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 -yClone the GitHub repository:
git clone https://github.com/termuxhackers-id/SIGIT.gitMove into the directory:
cd SIGITInstall required dependencies:
pip install -r requirements.txtRun the tool:
python run.pySIGIT Menu Options
After running the tool, you will see a menu like this:
| Option | Tool | Use |
|---|---|---|
| 01 | Userrecon | Username reconnaissance |
| 02 | PhoneInfo | Phone number information |
| 03 | MailFinder | Find email with name |
| 04 | IPlocation | IP to location tracker |
| 05 | SubdomainScan | Subdomain enumeration |
| 06 | PortScanner | Network port scanner |
| 07 | DNSRecon | DNS reconnaissance |
| 08 | WHOISLookup | Domain WHOIS information |
| 09 | SSLChecker | SSL/TLS certificate check |
| 10 | HeaderAnalyzer | Security headers analysis |
| 11 | GitHubRecon | GitHub user reconnaissance |
| 12 | BreachChecker | Check data breaches |
| 13 | TechDetector | Website tech stack detector |
| 14 | ReverseIP | Reverse IP lookup |
| 15 | Exit | Exit application |
Usage Commands
Start the tool:
python sigit.pySelect an option:
choose: 01Enter target when prompted:
Enter username: exampleuserThe tool will display available public information based on the selected module.
