https://github.com/0giv/zer0sint
Zer0sint is an open-source intelligence (OSINT) project designed to empower researchers and analysts with tools to uncover and analyze publicly available information.
https://github.com/0giv/zer0sint
hack-tool hack-tools hacker-news osint osint-framework osint-kali osint-python osint-resources osint-tool osint-toolkit osint-website web website
Last synced: 12 months ago
JSON representation
Zer0sint is an open-source intelligence (OSINT) project designed to empower researchers and analysts with tools to uncover and analyze publicly available information.
- Host: GitHub
- URL: https://github.com/0giv/zer0sint
- Owner: 0giv
- License: mit
- Created: 2024-12-10T06:41:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T08:38:00.000Z (12 months ago)
- Last Synced: 2025-02-26T09:32:36.550Z (12 months ago)
- Topics: hack-tool, hack-tools, hacker-news, osint, osint-framework, osint-kali, osint-python, osint-resources, osint-tool, osint-toolkit, osint-website, web, website
- Language: Python
- Homepage: https://zer0sint.onrender.com
- Size: 384 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zer0sint
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.
## Project Features
- **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.
---
## Disclaimer
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.
---
## Alternative Usage
If you do not wish to go through the installation process, you can use the pre-installed version. Simply visit [zer0sint.com](https://zer0sint.com) to access the tools directly.
## Installation Guide
Follow the steps below to install and set up Zer0sint:
### Prerequisites
- **Operating System**: Linux (recommended), macOS, or Windows
- **Python**: Version 3.8 or higher
- **Git**: For cloning the repository
### Steps
1. **Clone the Repository**
```bash
git clone https://github.com/0giv/zer0sint.git
cd zer0sint
```
2. **Set Up a Virtual Environment** (Optional but recommended)
```bash
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
```
3. **Install Dependencies**
```bash
pip install -r requirements.txt
```
5. **Run the Project**
Start the application:
```bash
python app.py
```
Access the web interface at `http://localhost:5000`.
---
## About Us
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.
### Contact
- **Website**: [zer0sint.com](https://zer0sint.onrender.com/)
- **Email**: zer0sint@proton.me
- **GitHub**: [github.com/0giv](https://github.com/0giv)
---
## Contributions
We welcome contributions from the community! Feel free to fork the repository, create pull requests, or open issues to suggest improvements.
### How to Contribute
1. Fork the repository.
2. Create a new branch for your feature.
3. Submit a pull request with detailed explanations of your changes.
---
## TODO
- Add response table
- Add more database
- Make the usage better
---
## License
This project is licensed under the [MIT License](LICENSE).
---
Thank you for supporting Zer0sint!