https://github.com/frikallo/footprint
A python OSINT tool to discover and analyze the digital footprint of a targets email or username across millions of sites.
https://github.com/frikallo/footprint
cli email osint
Last synced: 11 months ago
JSON representation
A python OSINT tool to discover and analyze the digital footprint of a targets email or username across millions of sites.
- Host: GitHub
- URL: https://github.com/frikallo/footprint
- Owner: Frikallo
- License: apache-2.0
- Created: 2023-01-21T21:27:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:18:07.000Z (over 3 years ago)
- Last Synced: 2025-05-08T03:08:21.298Z (about 1 year ago)
- Topics: cli, email, osint
- Language: Python
- Homepage: https://pypi.org/project/footprint-py/
- Size: 1.39 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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: :eyes:
* 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](https://ipapi.co/) - Public | More Information About Domain | :white\_check\_mark: |
| [psbdmp.ws](https://psbdmp.ws/) - Public | Pastebin Dumps | :white\_check\_mark: |
| [hunter.io](https://hunter.io/) - Public | Related Emails | :white\_check\_mark: :key: |
| [emailrep.io](https://emailrep.io/) - Public | Breached Sites Names | :white\_check\_mark: :key: |
| [BreachDirectory](https://breachdirectory.org/)| Password Leaks | :white\_check\_mark: :key: |
:key: API key required
#### If you want to use footprint with full features, set your API keys:
```
footprint set hunter
footprint set emailrep
footprint set breachdirectory
```
## 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](https://github.com/Frikallo/footprint/blob/main/LICENSE) file for details