What problem does it solve? Finding remote code execution vulnerabilities requires knowing where user input reaches execution contexts and how to prove impact. This Skill provides a structured methodology, payload library, and validation gates for hunting RCE across web applications, cloud infrastructure, and enterprise products. ## Core Features & Use Cases - Attack Surface Mapping: Identify RCE-prone endpoints via URL patterns, response headers, tech stack signals, and JavaScript bundle analysis. - Payload & Detection Library: Ready-to-use probes for template injection, SnakeYAML and Ruby YAML deserialization, dependency confusion, ingress-nginx injection, Apache path traversal (CVE-2021-41773), Spring Cloud Function SpEL injection (CVE-2022-22963), and args4j file-read primitives. - Chain Composition: Six documented exploitation chains (SSRF+IMDS, SQLi+COPY PROGRAM, upload+traversal, prototype pollution, ViewState deserialization, XXE+expect://) showing how primitives compose into full RCE. - Use Case: While testing a target's admin console, submit template injection probes like {{7*7}} into configuration fields, confirm execution via out-of-band DNS callbacks, then validate impact against the Gate 0 checklist before reporting. ## Quick Start Ask the AI to help you test a target's management console for template injection and YAML deserialization RCE using the hunting methodology.