Terminal Based Tools

Images and Locations

Exif

exif dog.jpg > exif.txt

Emails and Breached Data

Breach-Parse

Breach Parse is a tool built by Heath Adams himself that parses through more than 40GB of breached databases finding credentials via email domain name.

breach-parse pnpt.com pnpt.txt "/opt/BreachCompilation/data"

Unfortunately the database isn't as well kept and updated as others.

Other Tools

Usernames and Accounts

Sherlock

sherlock adot8
sherlock adot8 --print-all

Phone numbers

Phoneinfoga

Install the Phoneinfoga tool. API keys can be configured to use numverify and ovh

phoneinfoga scan -n 130122222222
phoneinfoga serve -p 8080
firefox http://localhost:8080

Social Media

Frameworks

Recon-ng

There are many tools built into recon-ng, however some of them require API keys which you can load into it

Hackertarget - domains

recon-ng
marketplace search
marketplace install hackertarget
modules load hackertarget
info
options set SOURCE tesla.com
run
show hosts

Maltego

GUI based tool that uses API's on all other tools to create a investigation graphs that self populate when you run searches

Other

Last updated

Was this helpful?