MCP Catalogs
首页pentest-ai screenshot

pentest-ai

by 0xSteph·251·综合分 51

拥有205个包装工具、17个专业代理和60个SPA感知探针的进攻性安全MCP服务器,用于自主渗透测试。

securitydeveloper-toolsops-infra
52
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Pentest-AI是一个全面的安全测试平台,通过MCP协议暴露205多个包装的安全工具。它包含17个专业代理,覆盖侦察、Web、API、活动目录、云、移动和无线测试,以及针对OWASP Top 10漏洞的60个确定性探针。该服务器与Claude Code、Cursor和VS Code Copilot等MCP兼容客户端无缝协作,通过MCP使用时无需API密钥。每个发现都包含可工作的概念验证,系统会生成攻击链和检测规则。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过Claude Code等MCP兼容客户端进行自主渗透测试
:在CI/CD管道中进行安全测试并输出SARIF格式结果
:生成包含概念验证的安全审计报告
:这需要API密钥吗?
:包含哪些工具?

什么时候选它

当您需要通过 MCP 客户端进行自动化安全测试,并要求全面的 OWASP Top 10 覆盖和漏洞证明生成时,选择 pentest-ai。

什么时候不要选它

避免在未获得适当授权的生产环境中使用 pentest-ai;其工具专为攻击性安全测试设计,需要明确授权。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • list_tools

    List all available security tools in the pentest-ai server

  • run_tool

    Execute a specific security tool against the target

  • plan_tools

    Get the recommended tool list for a specific engagement

  • ensure_tools_installed

    Batch install the required tools for an engagement

  • list_probes

    List available SPA-aware probes for OWASP Top 10 vulnerabilities

  • run_probe

    Execute a specific probe against the target

  • http_request

    Make raw HTTP requests with scope guards for custom testing

  • start_engagement

    Begin a new pentest engagement against a target

  • get_findings

    Retrieve all findings from the current engagement

  • get_attack_chains

    Retrieve attack chains formed from correlated findings

  • test_web_app

    Run a comprehensive web application security test

  • test_api_security

    Test API security including endpoints, authentication, and data validation

可对比工具

hexstrikeowasp-zapnucleiburp-suite

安装

安装

pip install ptai

Claude Desktop配置

添加到claude_desktop_config.json:

{
  "mcpServers": {
    "pentest-ai": {
      "command": "ptai",
      "args": ["mcp"]
    }
  }
}

其他MCP客户端

ptai setup --mcp

FAQ

这需要API密钥吗?
通过MCP与Claude Code/Cursor/Codex使用时,不需要API密钥。独立CLI模式需要LLM API密钥。
包含哪些工具?
205多个包装的安全工具,包括wpscan、dalfox、hydra、hashcat、paramspider、ffuf、gobuster、sqlmap等许多其他工具。

pentest-ai 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。