OSINT Beast is a powerful command-line interface (CLI) tool designed for Open Source Intelligence (OSINT) gathering. It simplifies the process of downloading, installing, and managing various OSINT tools from GitHub, providing a unified interface for diverse intelligence-gathering activities.
- Download OSINT Tools: Directly download OSINT tools from GitHub repositories.
- Install OSINT Tools: Seamlessly install and set up downloaded tools.
- Database Integration: Utilize an integrated SQLite database to manage tools and data efficiently.
- Python 3.6 or higher
- Git (for cloning the repository)
Clone the OSINT Beast repository:
git clone https://github.com/Anzo52/osintbeast.git
cd osintbeast
Install the required Python packages:
pip install -r requirements.txt
To start OSINT Beast, run the following command:
python src/main.py
Follow the on-screen instructions to download, install, and manage OSINT tools.
- Choose the Download Tools option from the main menu.
- Follow the on-screen instructions to download tools from GitHub repositories.
- Choose the Install Tools option from the main menu.
- Follow the on-screen instructions to install downloaded tools.
- Access the database management menu by choosing the Database Management option from the main menu.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.