Zer0sint is an open-source intelligence (OSINT) project designed to empower researchers and analysts with tools to uncover and analyze publicly available information. This project provides various functionalities aimed at streamlining OSINT processes, such as data collection, visualization, and reporting.
- Automated Data Gathering: Collect information from various sources.
- Visualization Tools: Simplify insights with graphs and charts.
- Modular Design: Add or modify functionalities with ease.
- Focus on Ethical Research: Emphasizing legal and ethical OSINT practices.
This project or its maintainers are not responsible for any content found within the referenced data leak. The data is solely used for research and educational purposes, and any misuse of the information is strictly discouraged and disclaimed.
If you do not wish to go through the installation process, you can use the pre-installed version. Simply visit zer0sint.com to access the tools directly.
Follow the steps below to install and set up Zer0sint:
- Operating System: Linux (recommended), macOS, or Windows
- Python: Version 3.8 or higher
- Git: For cloning the repository
-
Clone the Repository
git clone https://github.com/0giv/zer0sint.git cd zer0sint
-
Set Up a Virtual Environment (Optional but recommended)
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install Dependencies
pip install -r requirements.txt
-
Run the Project Start the application:
python app.py
Access the web interface at
http://localhost:5000
.
Zer0sint was founded by a group of cybersecurity enthusiasts passionate about OSINT and data analytics. Our mission is to provide the community with accessible, reliable, and ethical OSINT tools. We believe in transparency and collaboration to advance the field of open-source intelligence.
- Website: zer0sint.com
- Email: [email protected]
- GitHub: github.com/0giv
We welcome contributions from the community! Feel free to fork the repository, create pull requests, or open issues to suggest improvements.
- Fork the repository.
- Create a new branch for your feature.
- Submit a pull request with detailed explanations of your changes.
This project is licensed under the MIT License.
Thank you for supporting Zer0sint!