~/hadi

Information Gathering

Essential cybersecurity cheatsheet for Information Gathering and Open Source Intelligence (OSINT). Discover data related to emails, domains, usernames, and images using both command line and online tools.

Information Gathering, often referred to as Open Source Intelligence (OSINT) in the context of ethical hacking, is the systematic collection and analysis of publicly available data about a target, providing the foundational knowledge necessary to identify potential vulnerabilities and craft targeted security assessments.

Command line tools

FromUse
Emailholehe $email
ghunt email $email (for google account)
github-recon $email (link, for github account)
DomaintheHarvester -d $domain -l 100
theHarvester -d $domain -l 100 -b all (full)
Usernamesherlock $username
Imageexiftool $imagePath
Instagraminstaloader profile $username
Githubtrufflehog github --org=$usernameOrOrg
github-recon $username (link)

Online tools

ForUse
VisualiserOSINTracker
IPShodan
Censys
DomainWhois
crt.sh (certificate transparency)
NameWebmii
BreachDirectory
LeakLookup
IntelX
Genealogic.review
SSIDWigle
ImagePimEyes (faces)
Lenso (faces)
TinEye
Pic2Map (exif geolocation)
UsernameDeHashed
BreachDirectory
IntelX
LeakLookup
Oathnet
EmailDeHashed
Hunter
HaveIBeenPwned
BreachDirectory
LeakLookup
IntelX
Oathnet
PhoneEpieos
InstagramDumpor
MiscGoosint
OSINT Framework
OSINT Dojo

OSINT Aggregation Tool

IKnowYou

Self-hosted OSINT aggregation platform: Run dozens of open-source intelligence tools against a single target in parallel; all from one clean web interface.