ORBIT (OSINT Research and Building Intelligent Tokens) is an open-source project designed to gather OSINT (Open Source Intelligence) resources and generate password wordlists from the collected information. This tool is ideal for cybersecurity professionals, penetration testers, and researchers looking to leverage OSINT data for generating robust and intelligent passwords.
- OSINT Data Collection: Efficiently gather OSINT resources from various online sources.
- Intelligent Password Generation: Generate secure and intelligent password wordlists from the collected OSINT data.
- Flexible Configuration: Customize the data sources and password generation parameters.
- Extensible: Easily extend the tool to include new OSINT sources and password generation algorithms.
To install ORBIT, follow these steps:
- Clone the repository:
git clone https://github.com/DavidLost/ORBIT.git cd ORBIT
- Create a virtual environment (optional but recommended):
python3 -m venv venv source venv/bin/activate # Linux venv\\Scripts\\Activate.ps1 # Windows
- Install the dependencies:
pip install -r requirements.txt
- TODO...