Vibehacker Metasploit MCP
Vibehacker Metasploit MCP
Una interfaz basada en FastMCP para Metasploit Framework, que permite a los agentes de IA interactuar con las capacidades de Metasploit.
Prerrequisitos
Python 3.10+
Marco de Metasploit
uv (administrador de paquetes de Python)
Related MCP server: Metasploit MCP Server
Configuración con uv
Este proyecto utiliza uv para la gestión de dependencias. uv es un instalador y solucionador de paquetes de Python rápido y confiable.
Instalación de uv
Si no tienes instalado uv:
pip install uvConfiguración del proyecto
Clonar el repositorio:
git clone https://github.com/foolsec/vibehacker_metasploit_mcp.git
cd vibehacker_metasploit_mcpCrear y activar un entorno virtual con uv:
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activateInstalar dependencias:
uv pip install -e .Ejecución del servidor RPC de Metasploit
Antes de ejecutar la aplicación, inicie el servidor RPC de Metasploit:
# Full configuration with all options
msfrpcd -P kalipassword -S -a 127.0.0.1 -p 55553O utilice el comando más simple para iniciar el servidor RPC en segundo plano en el puerto predeterminado (55553):
msfrpcd -P your_passwordVariables de entorno
Establezca las siguientes variables de entorno:
export MSF_PASSWORD=kalipassword
export MSF_SERVER=127.0.0.1
export MSF_PORT=55553Ejecutar la aplicación
python main.pyo para probar las herramientas
mcp dev main.pyCaracterísticas
Lista de exploits de Metasploit disponibles
Lista de cargas útiles disponibles
Generar cargas útiles
Ejecutar exploits contra objetivos
Escanear objetivos
Administrar sesiones activas
Enviar comandos a las sesiones
Licencia
Consulte el archivo LICENCIA para obtener más detalles.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MEOK MCP Hardening MCP — automated security red-team for any MCP server. Maps OWASP LLM Top 10
AI-security knowledge as MCP: standards-mapped tools (OWASP, NIST, MITRE) for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides a bridge between large language models and the Metasploit Framework, enabling AI assistants to access and control penetration testing functionality through natural language.720Apache 2.0
- AlicenseNot gradedqualityDmaintenanceBridges large language models with the Metasploit Framework to enable natural language control over penetration testing workflows. It provides tools for searching modules, executing exploits, generating payloads, and managing active sessions.1Apache 2.0
- FlicenseBqualityDmaintenanceProvides AI assistants with secure access to Metasploit Framework functionality through a standardized interface, enabling commands, exploit search, module info, and scanning.72-
- AlicenseNot gradedqualityDmaintenanceIntegrates Metasploit Framework with MCP, enabling LLMs to perform penetration testing tasks like exploitation, payload generation, and session management via natural language.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/foolsec/vibehacker_metasploit_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server