Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anzo52/osintbeast

Combining (mostly) Python OSINT tools into a single framework with support for sqlite3 database, currently working on mysql support.
https://github.com/anzo52/osintbeast

crawling-python information-gathering information-retrieval infosec open-source-intelligence open-source-research osint osint-framework osint-python socmint

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/Anzo52/osintbeast.git
cd osintbeast
```

Install the required Python packages:

```bash
pip install -r requirements.txt
```

### Running OSINT Beast

To start OSINT Beast, run the following command:

```bash
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](LICENSE) file for details.
```