Browse/AI & ML/Kali Linux Penetration Testing Tools

Kali Linux Penetration Testing Tools

by wh0am123 · Added 26d ago

585

Install

git clone https://github.com/wh0am123/mcp-kali-server

About

This MCP-Kali-Server implementation provides a bridge between AI assistants and Kali Linux penetration testing tools through a REST API. Developed by Yousof Nahya, it consists of two main components: a Flask-based server (kali_server.py) that executes security tools like nmap, gobuster, and metasploit on a Kali Linux system, and a client (mcp_server.py) that exposes these capabilities as MCP tools. The server handles command execution with timeout management and proper error handling, while the client provides a structured interface for AI agents to perform security testing operations including network scanning, vulnerability assessment, and password cracking.

Tags

AI & MLmcp-server