What problem does it solve?
Automated scanners and initial exploit attempts often produce ambiguous or false-positive results, leading to unreliable vulnerability reports. This Skill enforces a systematic verify-before-report methodology so every finding is backed by concrete, reproducible proof.
Core Features & Use Cases
- Category-Based Verification: Classifies findings into five categories (data extraction, reflected content, behavioral, access control, code execution) and applies the matching proof standard for each.
- Per-Vulnerability Playbooks: Provides step-by-step confirmation procedures for SQL injection, XSS, SSRF, IDOR, and RCE using curl, sqlmap, Burp Suite, and out-of-band callbacks.
- False Positive Elimination: Enforces baseline-exploit-control comparisons, proportional timing checks, two-session IDOR testing, and encoding-vs-reflection analysis before any finding is reported.
- Use Case: After nuclei flags a possible time-based SQL injection, use this Skill to run SLEEP(0)/SLEEP(3)/SLEEP(7) proportional timing tests, confirm with sqlmap data extraction, and document a structured verification record.
Quick Start
Verify whether the suspected SQL injection at the target's id parameter is real by running baseline, exploit, and control requests and documenting the proof.