Skip to content

SIGIT - Simple Information Gathering Toolkit

Notifications You must be signed in to change notification settings

AL-AlamySploit/SIGIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIGIT - Simple Information Gathering Toolkit

Features [Einglish]

  • userrecon - username reconnaissance
  • facedumper - dump facebook information
  • mailfinder - find email with specific name
  • godorker - dorking with google search
  • phoneinfo - phone number information
  • dnslookup - domain name system lookup
  • whoislookup - identify who is on domain
  • sublookup - sub networking lookup
  • hostfinder - find host domain
  • dnsfinder - find host domain name system
  • riplookup - reverse ip lookup
  • iplocation - ip to location tracker

Features [Arabic]

  • userrecon - استطلاع اسم المستخدم
  • facedumper - تفريغ معلومات الفيسبوك
  • mailfinder - البحث عن بريد إلكتروني باسم محدد
  • godorker - دوركينغ مع بحث جوجل
  • phoneinfo - معلومات رقم الهاتف
  • dnslookup - معلومات حول اسم الدومين
  • whoislookup - جمع معلومات حول اسم الدومين
  • sublookup - بحث عن الشبكات التى يستخدمه موقع
  • hostfinder - البحث عن المجال المضيف
  • dnsfinder - البحث عن نظام اسم المجال المضيف
  • riplookup - البحث العكسي عن بروتوكول الإنترنت
  • iplocation - IP إلى تعقب الموقع

Setup

  • Installation on termux
pkg install wget && wget https://raw.githubusercontent.com/AL-AlamySploit/SIGIT/main/install.sh && bash install.sh
  • Installation on kali linux
apt-get install wget && wget https://raw.githubusercontent.com/AL-AlamySploit/SIGIT/main/installkali.sh && bash installkali.sh
  • Uninstallation
  • termux: rm -rf $PREFIX/bin/sigit
  • kali : rm -rf /usr/local/bin/sigit

Credits

Copyright © 2021 by @termuxhackers.id

About

SIGIT - Simple Information Gathering Toolkit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Shell 8.2%