Skip to content

OSINT Tool Playbook

Quick reference for common OSINT tools.

Account Discovery

ToolCommandScope
holeheholehe user@example.com120+ platforms
sherlocksherlock user123400+ social networks
maigretmaigret user1233,000+ sites

Infrastructure Recon

ToolCommandScope
subfindersubfinder -d domain.comSubdomain enum
crt.shcurl "https://crt.sh/?q=%25.domain.com&output=json"Certificate transparency
Shodanshodan search "org:Company"Exposed services
WhatWebwhatweb domain.comTechnology fingerprinting

Phone OSINT

bash
curl "http://apilayer.net/api/validate?access_key=KEY&number=+1234567890"
phoneinfoga scan -n "+1234567890"

Geolocation

bash
exiftool -gps:all image.jpg
curl "https://ipinfo.io/IP/json?token=TOKEN"

Released under the MIT License.