% recon-advanced, osint # Search for breached credentials (Have I Been Pwned) curl "https://haveibeenpwned.com/api/v3/breachedaccount/" -H "hibp-api-key: " $ email: echo -e "user@example.com" # Search Shodan for specific service shodan search $ query: echo -e "apache\nnginx\nIIS\napache 2.4.49" # Hunt for exposed databases on Shodan shodan search "product:MongoDB" # Certificate transparency search (find subdomains) curl -s "https://crt.sh/?q=%25.&output=json" | jq -r '.[].name_value' | sort -u $ domain: echo -e "example.com\ntarget.com" # Hunter.io email discovery curl "https://api.hunter.io/v2/domain-search?domain=&api_key=" $ domain: echo -e "example.com\ntarget.com" # Check Flare breach data # Visit: https://flare.io (web-based search) # Search PasteBin dumps (NetBootCamp) # Visit: https://netbootcamp.org/pastesearch.html # Or Intel Techniques: https://inteltechniques.com/osint/pastebins.html # Check BeenVerified for person intel # Visit: https://beenverified.com (commercial OSINT) # URL typosquatting detection with urlcrazy urlcrazy -o $ domain: echo -e "google.com\ntarget.com" $ output_file: echo "Report.txt" # LinkedIn company employee enumeration # Use LinkedIn Sales Navigator or manual search # Profile format: https://linkedin.com/in/[username] % recon-ng, osint # Launch recon-ng interactive mode recon-ng # Load workspace in recon-ng recon-ng -w $ workspace_name: echo -e "client1\ntarget_recon\nbugbounty" # Run specific recon-ng module recon-ng -m -o