OSINT_Tool / README.md
Canstralian's picture
Update README.md
f44b9ab verified
|
raw
history blame
1.47 kB
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.

GitHub stars GitHub forks Hugging Face Space

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:

    git clone https://github.com/your-username/osint-tool.git
    cd osint-tool
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. 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.