What problem does it solve? XXE vulnerabilities hide in XML parsers behind APIs, file uploads, and SSO endpoints, and most testers miss them because modern parsers vary widely in default behavior. This Skill provides a systematic hunting methodology built from 10 real bug bounty reports so you can find, validate, and prove XXE impact without wasting time on hardened parsers. ## Core Features & Use Cases - Attack Surface Mapping: Identifies XML entry points via URL patterns, Content-Type headers, JavaScript parsing calls, and tech-stack signals across Java, PHP, Python, Ruby, and .NET stacks. - Payload Library with Bypasses: Provides in-band file read, blind OOB parameter-entity exfiltration, SSRF via XXE, SVG/DOCX upload payloads, and WAF/egress-filter bypass techniques. - Parser Vulnerability Matrix: Fingerprints whether the target parser expands external entities before you invest effort, using an inline-entity probe as a pre-severity gate. - Use Case: While testing a REST API that accepts JSON, swap Content-Type to application/xml, inject a blind OOB entity pointing at Burp Collaborator, confirm the DNS callback, then escalate to exfiltrate /etc/passwd via a two-stage parameter-entity DTD and document the full impact chain for the report. ## Quick Start Ask the AI to test a specific endpoint for XXE using the inline-entity probe first, then escalate to blind OOB exfiltration if the parser resolves entities.