Out-of-scope endpoint — Tool reports vuln on subdomain not in scope
Self-XSS — Only the reporter can trigger
Clickjacking with X-Frame-Options — Tool reports but headers block
1---2name: 006-fp-check3description: TL;DR4---56## TL;DR78- **目的**:Cross-verify a candidate vulnerability finding with a second tool to rule out scanner false positives9- **适用**:验证/防误报 — 在写报告前必须执行10- **输入**:候选 POC + 工具列表(sqlmap / Burp / curl / nuclei)11- **输出**:第二工具的验证证据(截图 + 请求响应 + 时间差)12- **红线**:仅验证不修复;只报告双工具确认的发现13- **关联**:上游:任意 hunt-* skill → 下游:third-opinion skill, hunt-target-exploit14151617## When to Use1819- Target presents indicators of the vulnerability class this skill covers20- Fingerprint or recon indicates the relevant technology stack is in use21- Authorized testing scope covers the target endpoint or component22- Findings need to be validated through this skill's methodology2324## When NOT to Use2526- Target is clearly outside this skill's scope (refer to related skills)27- No authorization for testing28- Need a different category of testing (use related skills)29## Workflow30311. **Identify finding** — From a previous skill (hunt-sqli, hunt-xss, etc.)322. **Choose second tool** — Use different tool than the one that found it333. **Re-run payload** — Manual replay with curl or different scanner344. **Compare evidence** — Match status code, response marker, timing355. **Document** — Capture both tool outputs for report366. **Decide** — Report if both tools confirm, else mark as inconclusive3738## Validation Matrix3940| Original Tool | Cross-Validation Tool |41|---|---|42| Burp Suite | sqlmap / nuclei / manual curl |43| sqlmap | Burp Repeater / sqlmap -second-url |44| nuclei | nmap --script / curl + manual |45| Manual curl | sqlmap / nuclei template |46| ZAP | Burp / nuclei |4748## False-Positive Killers4950- **WAF blocking** — Real payloads return 403 but tool reports vuln51- **Time-based false positive** — Network jitter mimics SQLi delay52- **Out-of-scope endpoint** — Tool reports vuln on subdomain not in scope53- **Self-XSS** — Only the reporter can trigger54- **Clickjacking with X-Frame-Options** — Tool reports but headers block
Run npx skillmds@latest add wufufu770/006-fp-check in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
TL;DR It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wufufu770 (@wufufu770) published this skill. Their other Agent Skills are listed on their SkillMD profile.