mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
mcp: add MSF env defaults to setup templates; ensure msfrpcd auto-start via setup
This commit is contained in:
@@ -81,6 +81,28 @@ PENTESTAGENT_MODEL=gpt-5
|
||||
# Settings
|
||||
PENTESTAGENT_DEBUG=false
|
||||
|
||||
# Auto-launch vendored HexStrike on connect (true/false)
|
||||
# If true, the MCP manager will attempt to start vendored HexStrike servers
|
||||
# that are configured or detected under `third_party/hexstrike`.
|
||||
LAUNCH_HEXTRIKE=false
|
||||
# Auto-launch vendored Metasploit MCP on connect (true/false)
|
||||
# If true, the MCP manager will attempt to start vendored MetasploitMCP
|
||||
# servers that are configured or detected under `third_party/MetasploitMCP`.
|
||||
LAUNCH_METASPLOIT_MCP=false
|
||||
|
||||
# Metasploit RPC (msfrpcd) settings — used when LAUNCH_METASPLOIT_MCP=true
|
||||
# Set MSF_PASSWORD to enable automatic msfrpcd startup. Example:
|
||||
# MSF_USER=msf
|
||||
# MSF_PASSWORD=change_me
|
||||
# MSF_SERVER=127.0.0.1
|
||||
# MSF_PORT=55553
|
||||
# MSF_SSL=false
|
||||
MSF_USER=msf
|
||||
MSF_PASSWORD=
|
||||
MSF_SERVER=127.0.0.1
|
||||
MSF_PORT=55553
|
||||
MSF_SSL=false
|
||||
|
||||
# Agent max iterations (regular agent + crew workers, default: 30)
|
||||
# PENTESTAGENT_AGENT_MAX_ITERATIONS=30
|
||||
|
||||
|
||||
@@ -84,6 +84,19 @@ LAUNCH_HEXTRIKE=false
|
||||
# servers that are configured or detected under `third_party/MetasploitMCP`.
|
||||
LAUNCH_METASPLOIT_MCP=false
|
||||
|
||||
# Metasploit RPC (msfrpcd) settings — used when LAUNCH_METASPLOIT_MCP=true
|
||||
# Set MSF_PASSWORD to enable automatic msfrpcd startup. Example:
|
||||
# MSF_USER=msf
|
||||
# MSF_PASSWORD=change_me
|
||||
# MSF_SERVER=127.0.0.1
|
||||
# MSF_PORT=55553
|
||||
# MSF_SSL=false
|
||||
MSF_USER=msf
|
||||
MSF_PASSWORD=
|
||||
MSF_SERVER=127.0.0.1
|
||||
MSF_PORT=55553
|
||||
MSF_SSL=false
|
||||
|
||||
# Agent max iterations (regular agent + crew workers, default: 30)
|
||||
# PENTESTAGENT_AGENT_MAX_ITERATIONS=30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user