@zetagoaurum-dev/aleopantest
v4.0.1
Published
Advanced Penetration Testing Framework & Cybersecurity Tool Suite (548+ Tools) for Termux, Kali, Windows, macOS.
Maintainers
Readme
🛡️ AleoPantest V4.0.0 PRO (Codename: HYDRA)
Advanced Penetration Testing & Cybersecurity Framework
548+ Specialized Tools • Cross-Platform • Modern CLI, TUI & Web Dashboard
🧭 Navigation
- ✨ Features
- ⚡ Quick Start & Universal Installation
- 🧩 Tool Categories (548+ Tools)
- 🖥️ Interfaces (CLI, TUI, Web)
- 📚 Documentation Directory
- ⚖️ License & Terms
✨ Features
Aleopantest (by Aleocrophic) is an advanced, modular penetration testing framework designed for security professionals, system administrators, and ethical hackers. Version 4.0.0 (HYDRA) marks a massive overhaul:
- 🚀 548+ Specialized Tools: Covering everything from OSINT and Web Exploitation to Cloud Security, Active Directory, and IoT.
- 🌐 Global Command Alias: Call the framework from anywhere using
alpntsoraleopantest. - 🖥️ Three distinct interfaces: A rich, robust CLI, a modern Text-based User Interface (TUI), and a responsive Web Dashboard.
- 🤖 Intelligent Automation: Context-aware parameter filling, allowing seamless tool chaining without manual input.
- 📊 Standardized Reporting: Every tool outputs consistent JSON, TXT, or PDF formats, ready for compliance audits.
- 🌍 True Cross-Platform: Optimized specifically for standard OS (Windows, Linux, macOS) AND specialized environments (Kali Linux, Parrot OS, WSL, Termux).
⚡ Quick Start & Universal Installation
AleoPantest is designed to be universally compatible. Follow these simple steps for your environment.
📋 Prerequisites
- Python 3.9 or higher installed. (Run
python3 --versionorpython --versionto check) - Git (To clone the repository)
🚀 Installation (Choose 1 of 3 Methods)
Method 1: NPX (Fastest)
If you have Node.js installed, you can run AleoPantest instantly without manual cloning:
npx @zetagoaurum-dev/aleopantest --version
# OR install globally
npm install -g @zetagoaurum-dev/aleopantestMethod 2: Fast Install Scripts (Low-RAM Devices)
Great for preventing out-of-memory errors during install:
git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
# On Linux/macOS/Termux:
bash install.sh
# On Windows:
install.batMethod 3: Standard Python Install
git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
pip install -r requirements.txt
pip install -e .
# Note: For full features including Web Dashboard, use: pip install -e .[full]📱 Termux Install Guide (Android)
pkg update && pkg upgrade -y
pkg install python git clang libxml2 libxslt libffi openssl -y
git clone https://github.com/ZetaGo-Aurum/AleoPantest.git
cd AleoPantest
MATHLIB=m pip install -r requirements.txt
pip install -e .
alpnts --versionNote: If you encounter permission issues on Linux/macOS during step 3, try running
pip install --user -e .instead.
🧩 Tool Categories
AleoPantest V4.0.0 comes equipped with 548 fully functioning tools spanning 31 distinct categories. Use alpnts list-tools to see them all.
| Core Security | Advanced Security | Utilities & Compliance | |---------------|-------------------|------------------------| | 🌐 Web Security | ☁️ Cloud Security | 📜 Reporting | | 📡 Network & WiFi | 🐋 Container Security | ⚖️ Compliance & Audit | | 🕵️ OSINT | 🏰 Active Directory | ⚙️ Automation | | 🔐 Password/Auth | 🧬 Binary Analysis | 🛠️ Miscellaneous | | 🔑 Cryptography | 🧩 API Security | 📱 Mobile Security | | 🛡️ Exploit/Post-Exploit| 🕵️ Forensics | 🎭 Social Engineering |
(For a full list of tools, refer to docs/TOOLS.md)
🖥️ Interfaces (CLI, TUI, Web)
AleoPantest adapts to your workflow. Use the interface that best suits your current task.
1. The Rich CLI
Perfect for quick scans, automation scripts, and CI/CD pipelines.
alpnts list-tools # View the list of all 548 tools
alpnts run dns --domain zeta.com # Run a specific tool
alpnts run sql-inject -i # Run a tool in interactive mode
alpnts --license # View the license
alpnts info # Print framework stats2. The Modern TUI (Terminal User Interface)
For a visual, keyboard-driven dashboard directly in your terminal.
alpnts tui3. The Web Dashboard
For a graphical interface with visualization, reporting features, and centralized logs.
alpnts web --port 8002Access the dashboard via your browser at http://127.0.0.1:8002.
📚 Documentation Directory
Explore the rest of the documentation for advanced setups, technical reports, and historical changes:
- CHANGELOG_V4 - NEW! See all the massive upgrades in V4.0.0 HYDRA.
- docs/TOOLS - Complete list of security tools.
- INDEX - Master index of documentation.
- ADVANCED_FEATURES - Deep dive into core features.
- MIGRATION_GUIDE - Guide for upgrading from previous versions.
- INTERACTIVE_CLI_GUIDE - Mastering the CLI and
alpnts.
⚖️ License & Terms of Service
AleoPantest is developed strictly for educational purposes, authorized auditing, and ethical hacking.
By using this software, you agree to the Terms of Service. Any misuse of this tool is strictly prohibited, and the authors hold no liability for damages.
This project is licensed under the MIT License. Read the full LICENSE file for more information.
