Axolotl Kernel is a lightweight, terminal-based pentesting environment designed for simplicity, speed, and modularity.
It provides essential reconnaissance and security testing tools in a unified CLI interface without the overhead of full distributions like Kali Linux.
- 🔍 Port Scanning — TCP port discovery
- 🌐 Web Scanning — directory probing & header inspection
- 🕵️ OSINT Lookup — username enumeration across platforms
- 💉 SQLi Detection — passive injection detection
- 🧠 Recon Automation — combine multiple modules in one command
- 🧩 Modular Architecture — easy to extend and customize
- Python 3.x
- pip
pip install -r requirements.txt
axolotl-kernel/
│
├── main.py
├── modules/
│ ├── scan.py
│ ├── webscan.py
│ ├── osint.py
│ ├── sqli.py
│ ├── recon.py
│
├── logs/
├── README.md
├── requirements.txt
└── LICENSE