GitHub: https://github.com/termuxhackers-id/SIGIT
SIGIT - Simple Information Gathering Toolkit

Features
userrecon- username reconnaissancefacedumper- dump facebook informationmailfinder- find email with specific namegodorker- dorking with google searchphoneinfo- phone number informationdnslookup- domain name system lookupwhoislookup- identify who is on domainsublookup- sub networking lookuphostfinder- find host domaindnsfinder- find host domain name systemriplookup- reverse ip lookupiplocation- ip to location tracker
Setup
- Installation on termux
pkg install wget && wget https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/install.sh && bash install.sh
- Installation on kali linux
apt-get install wget && wget https://raw.githubusercontent.com/termuxhackers-id/SIGIT/main/installkali.sh && bash installkali.sh
- Uninstallation
- termux:
rm -rf $PREFIX/bin/sigit - kali :
rm -rf /usr/local/bin/sigit