Spaces:
Running
Running
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 | |
1. Clone the repository: | |
```bash | |
git clone https://github.com/your-username/osint-tool.git | |
cd osint-tool | |
``` | |
2. Install the required dependencies: | |
```bash | |
pip install -r requirements.txt | |
``` | |
3. Run the Streamlit app: | |
```bash | |
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](LICENSE) file for details. | |