Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

64 lines (39 loc) · 1.65 KB

IN DEVELOPMENT

OSINT Beast

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.

Features

  • 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.

Getting Started

Prerequisites

  • Python 3.6 or higher
  • Git (for cloning the repository)

Installation

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

Running OSINT Beast

To start OSINT Beast, run the following command:

python src/main.py

Follow the on-screen instructions to download, install, and manage OSINT tools.

Usage

Downloading Tools

  • Choose the Download Tools option from the main menu.
  • Follow the on-screen instructions to download tools from GitHub repositories.

Installing Tools

  • Choose the Install Tools option from the main menu.
  • Follow the on-screen instructions to install downloaded tools.

Database Management

  • Access the database management menu by choosing the Database Management option from the main menu.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.