Awesome Kali MCP Servers provides a secure interface for AI assistants to execute Kali Linux security tools through a sandboxed environment. The implementation wraps common security utilities including nmap for network scanning, objdump and nm for binary analysis, strings for file examination, and wireshark/tshark for packet analysis. Built with Python using Docker containers for isolation, it enforces configurable resource limits and network access controls to prevent abuse while maintaining tool functionality. This server enables AI systems to perform security analysis tasks like vulnerability scanning, binary reverse engineering, and network traffic inspection without direct system access, making it valuable for security professionals who want to leverage AI assistants for technical security operations.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Perform a basic network scan.
Conduct an in-depth network scan.
Execute a stealth network scan.
Run a quick network scan.
Scan for vulnerabilities in the network.
List basic symbols from binary files.
List dynamic symbols from binary files.
Decode mangled symbols for better readability.
Sort symbols numerically.
Sort symbols by size.
List undefined symbols in the binary.
List the headers of the specified file.
Disassemble the target file to view its assembly code.
List the symbol table of the binary.
List section headers in the binary.
List the full contents of the binary file.
Extract basic strings from binary files.
Extract strings with a specified minimum length.
Extract strings with their corresponding offsets.
Extract strings based on specified encoding.
Capture network traffic in real-time.
Analyze pcap files for network traffic analysis.
Extract HTTP data from captured traffic.
List the hierarchy of protocols in the captured traffic.
Provide statistics about network conversations.
Analyze expert information from the traffic capture.