Escolha um comando ao lado para ver a descrição e a ajuda completa.
metasploitmcp
root@kali:~# metasploitmcp -h
usage: MetasploitMCP.py [-h] [--transport {http,stdio}] [--host HOST]
[--port PORT] [--reload] [--find-port] [--debug]
Run Streamlined Metasploit MCP Server
options:
-h, --help show this help message and exit
--transport {http,stdio}
MCP transport mode to use (http=SSE, stdio=direct
pipe)
--host HOST Host to bind the HTTP server to (default: 127.0.0.1)
--port PORT Port to listen on (default: find available from 8085)
--reload Enable auto-reload (for development)
--find-port Force finding an available port starting from --port
or 8085
--debug Make output more verbose