https://github.com/dincertekin/mailogleit
OSINT Tool for finding people by e-mail.
https://github.com/dincertekin/mailogleit
information-gathering open-source-intelligence osint python social-network
Last synced: 5 months ago
JSON representation
OSINT Tool for finding people by e-mail.
- Host: GitHub
- URL: https://github.com/dincertekin/mailogleit
- Owner: dincertekin
- License: mit
- Created: 2024-10-12T21:05:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T14:29:37.000Z (5 months ago)
- Last Synced: 2025-06-19T04:04:13.427Z (5 months ago)
- Topics: information-gathering, open-source-intelligence, osint, python, social-network
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mailogleit
Mailogleit is an OSINT tool that helps find email addresses on websites like Spotify, Instagram, and Snapchat. It allows users to create custom modules to search for emails easily. The name "Mailogleit" comes from "mail" and "Google it," showing that it searches for email information online. This tool is useful for gathering open-source intelligence in a simple way.
## Screenshots

## Installation
There is two different ways to install mailogleit, using pypoetry and using only pip.
#### Installing with pip
Use these commands on Linux:
```bash
git clone https://github.com/dincertekin/mailogleit.git
cd mailogleit/
pip install -r requirements.txt
python mailogleit.py
```
#### Installing with pypoetry
Use these commands on Linux:
```bash
git clone https://github.com/dincertekin/mailogleit.git
cd mailogleit/
poetry install
python mailogleit.py
```
## Contributions
Contributions are very welcome! We can improve this tool together! 😊
## License
This project is licensed under [MIT License](LICENSE).
## Thanks
This project is inspired by megadose's [holehe](https://github.com/megadose/holehe).