Advanced Autonomous Penetration Framework
A next-generation adaptive intrusion environment with full phase simulation:
- Phase 1 — Reconnaissance
- Phase 2 — Exploit Chain
- Phase 3 — Payload Injection
- Phase 4 — Shadow Persistence
- Phase 5 — Cipher Handshake
Python 3.8+ and the rich library.
pip install -r requirements.txt# Basic run
python3 main.py
# With options
python3 main.py --target 10.0.0.1 --mode aggressive --depth 5
# Suppress banner
python3 main.py --no-banner
# Via launcher
chmod +x launcher.sh
./launcher.sh --target 10.0.0.1| Flag | Values | Default | Description |
|---|---|---|---|
--target |
any IP | 192.168.1.1 |
Target address |
--mode |
stealth aggressive ghost |
ghost |
Execution mode |
--depth |
1–5 |
3 |
Exploit chain depth |
--no-banner |
— | off | Suppress ASCII banner |
This tool is intended for educational and satirical purposes only. Read the ending.