Skip to content

KiddosTech/Axolotl-Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Overview

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.


⚡ Features

  • 🔍 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

🚀 Installation

Requirements

  • Python 3.x
  • pip

Install dependencies

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

About

A lightweight, modular CLI pentesting environment built for security testing and reconnaissance.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages