footprint-py

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


Keywords
cli, email, osint
License
Apache-2.0
Install
pip install footprint-py==1.25

Documentation

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