What problem does it solve? It gives security researchers a structured methodology for finding and validating XML External Entity (XXE) vulnerabilities during authorized bug bounty testing, replacing ad-hoc payload guessing with a repeatable, evidence-gated workflow. ## Core Features & Use Cases - Attack Surface Mapping: Identifies XML entry points via URL patterns, Content-Type headers, JavaScript parsing calls, and tech-stack fingerprints across Java, PHP, Python, Ruby, and .NET stacks. - Payload Library & Bypass Techniques: Provides in-band file read, blind OOB parameter-entity DTD exfiltration, SSRF-via-XXE, SVG/DOCX/PPTX upload payloads, plus WAF and egress-filter bypass methods. - Parser Vulnerability Matrix & Validation Gates: Includes a parser-ecosystem matrix to fingerprint whether a target is exploitable, plus Gate 0 checks requiring demonstrated file read, OOB data exfiltration, or internal SSRF before reporting. - Use Case: While testing a target's document upload feature, upload a crafted SVG with an external entity, confirm a Burp Collaborator callback, escalate to parameter-entity exfiltration of /etc/passwd, and document a reproducible curl command for the triage report. ## Quick Start Use the hunt-xxe skill to plan an evidence-gated XXE validation path against my authorized target's XML endpoints and file upload features.