Spaces:
Running
Running
metadata
title: OSINT Tool
emoji: π’
colorFrom: gray
colorTo: indigo
sdk: streamlit
sdk_version: 1.41.1
app_file: app.py
pinned: false
license: mit
OSINT Tool π’
An open-source intelligence (OSINT) tool designed to gather and analyze information from various sources.
Features
- Multi-threaded Scanning: Efficiently scans multiple sources concurrently.
- Data Processing: Extracts and processes valuable information using regular expressions.
- Reporting: Generates comprehensive reports in JSON and CSV formats.
- User Interface: Interactive interface built with Streamlit for easy interaction.
Setup
Clone the repository:
git clone https://github.com/your-username/osint-tool.git cd osint-tool
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run app.py
Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your proposed changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.