Commit 90b0e6e
| Repository | bojemoi |
| Branch | main |
| Author | Betty |
| Hash | 90b0e6ebb8aadd6e7009d5c07b21acc41119790a |
Description
Expose 7 new MSF tools via MCP:
- msf_sessions: list active sessions (meterpreter/shell)
- msf_session_run: execute command on a session
- msf_vulns: list confirmed vulnerabilities from DB
- msf_search: search modules by keyword
- msf_run_module: launch exploit/auxiliary/post module
- msf_jobs: list running jobs/handlers
- msf_job_stop: stop a job by ID
Uses raw msgpack/HTTPS client (no pymetasploit3 dep). Adds msf_rpc_password secret + MSF_HOST/PORT env to MCP stack.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com