An OSINT tool for finding email addresses across popular platforms.
Note: This tool is designed for educational purposes only. The author is not responsible for any illegal use.
mailogle is a Python-based OSINT tool that helps you find email addresses associated with accounts on platforms like GitHub, Spotify, Instagram, and Snapchat. It is designed to be simple to use while providing a straightforward way to gather open-source intelligence.
- Linux
- Python 3.x
- pip or Poetry
- Clone the repository:
git clone https://github.com/dincertekin/mailogle.git
cd mailogle/- Install with pip:
pip install -r requirements.txt- Or install with Poetry:
poetry install- Run the tool:
python mailogle.pyIf you run into dependency issues, make sure you are using Python 3 and that pip is up to date.
pip install --upgrade pipContributions are welcome! To get started:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
Please open an issue first for major changes to discuss what you'd like to change.
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details
- Inspired by megadose's holehe
