From 0226c0e8ba82ec7ee803b68614bc8a4131a2a4b2 Mon Sep 17 00:00:00 2001 From: bx3 Date: Sat, 28 Feb 2026 15:37:17 +0800 Subject: [PATCH] =?UTF-8?q?Add=20Wireshark-MCP=20server=20for=20network=20?= =?UTF-8?q?packet=20analysis=20/=20=E6=B7=BB=E5=8A=A0=E7=94=A8=E4=BA=8E?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E6=95=B0=E6=8D=AE=E5=8C=85=E5=88=86=E6=9E=90?= =?UTF-8?q?=E7=9A=84=20Wireshark=20MCP=20=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99b393b..0d01a94 100644 --- a/README.md +++ b/README.md @@ -708,6 +708,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择: | [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) | 将流行的开源工具整合到单一 MCP 接口中的一体化安全测试工具箱。连接 AI 代理,实现渗透测试、漏洞赏金、威胁狩猎等任务。 | 社区实现, Python 开发 🐍, 本地运行 🏠, 安全测试工具箱。 | | [model-audit](https://github.com/liuxiaotong/model-audit) | LLM 蒸馏检测与模型指纹审计 — 文本溯源、身份验证、蒸馏关系判定,守护模型知识产权。 | 社区实现, Python 开发 🐍, 本地运行 🏠, LLM 模型审计与蒸馏检测。 | | [Whois MCP](https://github.com/bharathvaj-ganesan/whois-mcp) | 对域名、IP、ASN 和 TLD 执行 whois 查询。 | 社区实现, Python 开发, Whois 查询。 | +| [Wireshark-MCP](https://github.com/bx33661/Wireshark-MCP) | Wireshark 网络数据包分析 MCP 服务器,具有抓包、协议统计、字段提取和安全分析功能。 | 社区实现, Python 开发 🐍, 本地运行 🏠, 网络数据包分析。 | ---