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.
- 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)
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
footprint set hunter <hunter.io API key>
footprint set emailrep <emailrep.io API key>
footprint set breachdirectory <breachdirectory.org API key>
pip install footprint-py
-----------
OR
-----------
git clone https://github.com/Frikallo/footprint.git
cd footprint
python setup.py install
footprint example@email.com
-----------
OR
-----------
python -m footprint example@email.com
This project is licensed under the APACHE License - see the LICENSE file for details