Skip to main content
ClaudeWave
Skill6.3k repo starsupdated 10d ago

pentest-verification

>-

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Ed1s0nZ/CyberStrikeAI /tmp/pentest-verification && cp -r /tmp/pentest-verification/skills/pentest-verification ~/.claude/skills/pentest-verification
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

## 验证铁律(全系统最高规则,违反即幻觉)

```
1. 搜索结果 ≠ 漏洞。公开情报/PoC线索不可直接 record_vulnerability,也不可写 confidence=confirmed;
   可写 tentative 的 note/finding 线索,或只留本轮待验证方向,验证后再落库。
2. 每个 confirmed Fact 必须在 body(或关联漏洞 POC)附验证证据:命令输出/HTTP响应/文件内容/回连记录。
3. 禁止"可能/疑似/推测XX" —— 要么确认+证据写 Fact/漏洞,要么 tentative 标明线索,要么不报。
4. 验证失败 → 写负结果 Fact("测了XX,无可利用漏洞"),用 upsert_project_fact 落库,防止重复尝试。
5. 想象力拉满(敢想全网没人串过的链),单步验证零容忍(每段用真实证据钉死后再 confirmed)。
```

与黑板工具对齐见 `pentest-blackboard`。