Skip to content

A python OSINT tool to discover and analyze the digital footprint of a targets email or username across millions of sites.

License

Notifications You must be signed in to change notification settings

Frikallo/footprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

footprint-py

What is footprint-py

A python OSINT tool to discover and analyze the digital footprint of a targets email or username across millions of sites. Perfect for gathering gneral information about a target email.

Features: 👀

  • Email validation
  • Check social accounts
  • Scan Pastebin Dumps
  • Check Breached Sites
  • DNS/IP Lookup
  • Username search (WIP)
  • Check if email is active (WIP)
  • Check related emails (WIP)

Services (APIs):

Service Function Status
ipapi.co - Public More Information About Domain
psbdmp.ws - Public Pastebin Dumps
hunter.io - Public Related Emails ✅ 🔑
emailrep.io - Public Breached Sites Names ✅ 🔑
BreachDirectory Password Leaks ✅ 🔑

🔑 API key required

If you want to use footprint with full features, set your API keys:

 footprint set hunter <hunter.io API key>
 footprint set emailrep <emailrep.io API key>
 footprint set breachdirectory <breachdirectory.org API key>

Installation:

pip install footprint-py
-----------
OR
-----------
git clone https://github.com/Frikallo/footprint.git
cd footprint
python setup.py install

Usage:

footprint example@email.com
-----------
OR
-----------
python -m footprint example@email.com

Demo:

This project is licensed under the APACHE License - see the LICENSE file for details

About

A python OSINT tool to discover and analyze the digital footprint of a targets email or username across millions of sites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages