An advanced, modular OSINT investigation toolkit designed for terminal-based reconnaissance. Featuring a high-performance multi-threaded engine, ALIEN-INTEL provides unified, real-time analysis for target nodes with a clean, professional aesthetic.
A modular, high-performance OSINT investigation toolkit designed for terminal-based reconnaissance. ALIEN-INTEL provides unified, multi-threaded analysis for target nodes with a clean, minimalist, white/grey interface.
- Modular Architecture: Easily extend capabilities by adding new modules in the
modules/directory. - Multi-Threaded Engine: Parallel execution of all modules for high-speed data retrieval.
- Unified Interface: A consistent, minimalist UI built with
Richfor a professional experience. - Persistent Archiving: Automatically logs investigations to
case_archive.jsonandinvestigation.log. - Zero-Bloat Design: Clean, efficient code structure for rapid deployment.
- Clone the repository:
git clone git@github.com:whoami136/PhoneInfoga_toolkit.git cd PhoneInfoga_toolkit python3 -m venv venv source venv/bin/activate pip install -r requirements.txt echo "NUMVERIFY_API_KEY=your_actual_key_here" > .env 💻 Usage Run the engine from the root directory: Bash python3 main.py
Enter your target node when prompted:
Target Node > +8801XXXXXXXXXX
📁 Project Structure
Plaintext
.
├── main.py # Core orchestration engine
├── modules/ # Intelligence modules
├── output/ # Log files & session data
├── requirements.txt # Dependency list
└── .env # API Credentials (hidden)
This tool is for educational and authorized testing purposes only. The creator assumes no liability for misuse. Always ensure you have permission to perform OSINT activities on the target provided.
Created by: whoami136