Anzo52 / osintbeast

Combining (mostly) Python OSINT tools into a single framework with support for sqlite3 database, currently working on mysql support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Combining (mostly) Python OSINT tools into a single framework with support for sqlite3 database, currently working on mysql support.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%