What problem does it solve? When a target URL is already known, broad asset discovery wastes time; this Skill provides a depth-first methodology for thoroughly testing one web application for high-impact vulnerabilities like RCE and SQL injection in authorized CTF and security assessment scenarios. ## Core Features & Use Cases - Tech-Stack-Driven Strategy: Fingerprint the target (PHP, Java, Python, Node.js, .NET) and select targeted scanning routes instead of blind full scans. - Automated Plus Manual Testing: Combine Nuclei scans, default-credential checks, and directory brute-forcing (spray/ffuf) with manual tests for logic flaws, SSTI, deserialization, IDOR, and JWT attacks. - Vulnerability Prioritization and Chaining: Rank findings by impact (RCE first, then data exposure, credentials, XSS) and plan multi-step attack chains such as info leak to credential to admin upload to webshell. - Use Case: Given a Flask target with Werkzeug debug mode enabled, prioritize SSTI, debugger PIN exploitation, Pickle deserialization, and SECRET_KEY leakage before lower-value tests. ## Quick Start Ask the agent to perform a deep vulnerability scan of the target web application at the given URL, starting with fingerprinting and prioritizing RCE-class findings.