Elite Asynchronous OSINT Framework for Criminal Tracking and Digital Investigation.
Project description
🛡️ Vanguard OSINT Core
The Official Intelligence Framework of The Cipher Vanguard
🚀 Overview
Vanguard OSINT Core is a high-performance, asynchronous wrapper designed for elite digital investigators. It integrates multiple industry-standard CLI tools into a single, seamless Python library.
The library is designed for speed, efficiency, and automation. It automatically handles dependency management by checking, installing, and configuring required OSINT tools on the fly.
✨ Key Features
- Auto-Dependency Injection: Automatically detects and installs missing tools (
Maigret,Holehe, etc.). - Asynchronous Execution: Runs multiple reconnaissance modules in parallel to save critical time.
- Unified Reporting: Aggregates data from different sources into structured
JSONorTXTfiles. - Stealth-First: Built-in logic to handle headers and basic anonymity.
📦 Installation
You can install the library directly from PyPI (once published):
pip install vanguard-osint-core
🛠️ Usage
Using the library is designed to be simple for members of The Cipher Vanguard.
Simple Implementation:
import asyncio
from vanguard_core import VanguardEngine
async def run_investigation():
# Initialize the engine
vanguard = VanguardEngine()
# Target Data
target_username = "suspect_alias"
target_email = "suspect@darkweb.com"
# This will check dependencies, install them if missing,
# and run the tools asynchronously.
report = await vanguard.launch_scan(target_username, target_email)
print(f"Investigation complete. Data stored in: {report['file_path']}")
if __name__ == "__main__":
asyncio.run(run_investigation())
📊 Output
The tool generates a comprehensive intelligence report in the project directory:
report_[username].json: Structured data for database integration.
report_[username].txt: Human-readable summary for quick briefing.
⚖️ Legal Disclaimer
This tool is intended for authorized digital forensics and criminal investigation purposes only. The Cipher Vanguard does not condone illegal use of this software.
Maintained by The Cipher Vanguard - 2026
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vanguard_osint_core-1.0.0.tar.gz.
File metadata
- Download URL: vanguard_osint_core-1.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f657c515c6f5e3c12ffe23dd33bc2f3b9e03b6c7f3a3710bb74bb0b1e45a67fc
|
|
| MD5 |
3713b5dbb4c4b8955f6249bbf7486a37
|
|
| BLAKE2b-256 |
c199759f4708aa082cdc8ad837f1926314fc0d5507453ce1245b9a00595c3d53
|
File details
Details for the file vanguard_osint_core-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vanguard_osint_core-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04e49c2513660a491e919c249695789d818904f59a923b8e85872a86a837eecd
|
|
| MD5 |
69650fb4b2ce2954df3d42b429c11655
|
|
| BLAKE2b-256 |
63a52279f7b2ee6e2e5aa2cdad563f72f7128113897552652e0f7c617b1b7db2
|