An open API service indexing awesome lists of open source software.

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.

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
![](https://i.imgur.com/OINeX9a.png)

## 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).