Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
bug-reaper — Web2 漏洞赏金 Agent Skill — 基于证据,不含 AI 垃圾内容。涵盖 HackerOne、Bugcrowd、Intigriti 和 YesWeHack 平台上的 18 类漏洞。 | Kitploit
工具/GitHubGitHub/shaniidev/bug-reaper
侦察漏洞分析漏洞利用脚本与自动化Web应用程序漏洞利用API安全测试WAF绕过Web安全CTF渗透测试学习与教育
GitHub
661076个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
shaniidev/bug-reaper

bug-reaper

Web2 漏洞赏金 Agent Skill — 基于证据,不含 AI 垃圾内容。涵盖 HackerOne、Bugcrowd、Intigriti 和 YesWeHack 平台上的 18 类漏洞。

查看仓库

BugReaper

结构化 web2 漏洞赏金 AI 技能 — 18 类漏洞、4 个漏洞赏金平台、零 AI 垃圾内容。兼容 OpenClaw、Cursor、Claude Code、Antigravity 和 Windsurf。

Stars Version License Agent Skills OpenClaw Cursor Claude Code Antigravity Windsurf

BugReaper 是一款 Agent Skill,可将任何兼容的 AI 代理转变为训练有素的 web2 漏洞赏金猎人。它强制执行基于证据的验证,模拟 HackerOne、Bugcrowd、Intigriti 和 YesWeHack 的真实分类流程,并将低严重性漏洞串联为严重发现。每条发现都必须具备可运行的 PoC 才会被报告。


代理兼容性

Agent Skills 格式于 2025 年 12 月成为开放标准。BugReaper 无需任何修改即可安装到所有兼容的代理中。


内部结构

root@kitploit:~
bug-reaper/
├── SKILL.md                     # Agent trigger + 4-phase workflow
├── references/
│   ├── recon.md                 # 7-phase recon methodology
│   ├── audit-rules.md           # Strict evidence requirements
│   ├── exploit-validation.md    # Input → sink tracing
│   ├── false-positive-elimination.md  # Adversarial FP checklist
│   ├── severity-guide.md        # CVSS scoring + platform tier map
│   ├── waf-bypass.md            # 15 WAF products, 10 bypass techniques
│   ├── chaining.md              # 8 chain templates (P3 → P1 escalation)
│   ├── platforms/               # HackerOne · Bugcrowd · Intigriti · YesWeHack
│   └── vulnerabilities/         # 18 hunting methodology files
└── scripts/
    ├── analyze_scope.py         # Parse program scope → structured JSON
    └── generate_report.py       # Generate platform-specific Markdown reports

18 种漏洞方法论 — 每种都包含确认载荷、绕过技术、证据要求,以及反映真实分类模式的"不予报告"规则。


安装

OpenClaw / ClawHub

root@kitploit:~
/install bug-reaper

或者在 ClawHub 上搜索 bug-reaper。

Cursor、Claude Code、Antigravity、Windsurf

root@kitploit:~
# From your project root
git clone https://github.com/shaniidev/bug-reaper .cursor/skills/bug-reaper     # Cursor
git clone https://github.com/shaniidev/bug-reaper .claude/skills/bug-reaper     # Claude Code
git clone https://github.com/shaniidev/bug-reaper .agents/skills/bug-reaper     # Antigravity

当你在代理对话中提到 bug bounty、pentest、find vulnerabilities 或任何漏洞类别名称时,该技能会自动触发。


工作原理

阶段 1 — 侦察(RECON) (references/recon.md) 被动子域名枚举、技术指纹识别、JS 包挖掘、端点发现、攻击面映射。在触碰任何载荷之前,先完成七个结构化步骤。

阶段 2 — 审计(AUDIT) (references/vulnerabilities/) 按漏洞赏金 ROI 排序的 18 类漏洞。针对每个类别读取相应的方法论文件 — 确认载荷、绕过技术,以及在声称可利用之前需要验证的防御措施。

阶段 3 — 验证(VALIDATE) (references/exploit-validation.md + references/false-positive-elimination.md) 追踪攻击者可控的输入,从入口点到危险汇聚点(sink)。应用对抗性检查清单,在每条发现被报告之前主动尝试将其证伪。在提供真实 PoC 输出之前,发现保持 理论性(Theoretical) 状态。

阶段 4 — 报告(REPORT) (references/platforms/ + scripts/generate_report.py) 生成符合平台规范的报告。分类检查清单、严重性评分和报告模板均与目标平台的实际验收标准相匹配。


漏洞覆盖范围

每个文件包含:检测探针 · 确认载荷 · 防御绕过技术 · 证据要求 · 影响分类 · "不予报告"规则。


脚本

分析项目范围文件:

root@kitploit:~
python scripts/analyze_scope.py hackerone_program.md --output scope.json

生成平台特定的漏洞报告:

root@kitploit:~
python scripts/generate_report.py \
  --platform hackerone \
  --vuln-type idor \
  --input finding.json \
  --output report.md

支持的平台:hackerone · bugcrowd · intigriti · yeswehack
支持的漏洞类型:xss · sqli · nosqli · ssrf · idor · auth · biz-logic · cors · csrf · rce · ssti · lfi · · · · · ·


发现输出示例

当 BugReaper 发现漏洞时,它会使用以下结构:

root@kitploit:~
Title: IDOR on Order History — Any User's Orders Accessible
Severity: High
Confidence: Confirmed
Attack Prerequisites: Authenticated user (any account)
Vulnerable Endpoint: GET /api/v2/orders/{order_id}
Attack Path:
  1. Authenticate as User A, place an order → note order_id
  2. Authenticate as User B
  3. Request GET /api/v2/orders/<User_A_order_id>
  4. Full order details returned — items, address, payment summary
Why This Is Exploitable: No ownership check on the orders endpoint. The
  backend retrieves the order by ID alone with no session validation.
Realistic Impact: Any authenticated user reads another user's full order
  history including shipping address and last 4 card digits.
PoC Request:
  GET /api/v2/orders/10482 HTTP/1.1
  Authorization: Bearer <User_B_token>
Suggested Verification: Run the above request. Confirm order 10482 belongs
  to a different account than the token.
Recommended Fix: Validate req.user.id === order.userId before returning.

贡献

欢迎提交 PR — 增加平台支持、新的漏洞类别、更新的绕过技术或改进的分类检查清单。重大变更请先提交 issue。


许可证

MIT © 2026 shaniidev

下载工具
代理支持情况技能目录
OpenClaw✅ 原生通过 ClawHub 安装
Cursor✅ 原生.cursor/skills/bug-reaper/
Claude Code✅ 原生.claude/skills/bug-reaper/
Antigravity✅ 原生.agents/skills/bug-reaper/
Windsurf✅ 原生技能目录
Goose✅ 支持技能目录
类别覆盖范围
认证与访问控制IDOR/BOLA、认证/OAuth/JWT 绕过、CORS、CSRF
注入SQL、NoSQL(MongoDB $ne/$gt/$regex)、XXE、SSRF、SSTI、LFI
现代攻击API/GraphQL(BOLA、BFLA、批处理)、原型污染、HTTP 请求走私
基础设施子域名接管(14 种服务指纹)、RCE、业务逻辑
客户端XSS(反射型/存储型/DOM)、开放重定向(OAuth 链)
xxe
open-redirect
subdomain-takeover
prototype-pollution
http-smuggling
api-graphql