Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anzo52/osintbeast
- Owner: Anzo52
- License: gpl-3.0
- Created: 2022-12-01T03:14:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T07:51:13.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:16:19.249Z (10 months ago)
- Topics: crawling-python, information-gathering, information-retrieval, infosec, open-source-intelligence, open-source-research, osint, osint-framework, osint-python, socmint
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```