6jeffr3y/dsh-burpsuite-mcp0

dsh-plugin-burpsuite-mcp

DeepSeek Harness bundle for the BurpSuite MCP Bridge

AI Analysis

核心用途是将安全测试工具 Burp Suite 的能力通过 MCP 协议接入 DSH。适合进行 Web 安全渗透测试、需要 AI 辅助分析流量的安全从业人员。

Package
dsh-plugin-burpsuite-mcp
Version
0.3.1
License
NOASSERTION
Last updated
Aug 30, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:6jeffr3y/dsh-burpsuite-mcp

配置

配置项默认值说明
bridgeUrlhttp://127.0.0.1:9639Burp bridge HTTP 地址
toolCallTimeoutMs120000单次 MCP 工具调用超时
reconnectMaxAttempts10stdio server 中断后的最大重连次数

也可以在启动 DSH 前覆盖运行环境:

export DSH_BURP_MCP_PYTHON=python3
export DSH_BURP_MCP_SERVER=/absolute/path/to/server.py
export DSH_BURP_MCP_CWD=/absolute/working/directory
export BURP_MCP_BRIDGE_URL=http://127.0.0.1:9639
export BURP_MCP_PLUGIN_ROOT="$HOME/.dsh/burp-mcp"

WSL mirrored、Windows 本机和 macOS 本机通常可以使用 127.0.0.1。WSL NAT 需要把 bridgeUrl 指向 Windows 可达地址,并使用受控防火墙限制访问来源。