<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: More Javascript fuzzing</title>
	<atom:link href="http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Tue, 14 Oct 2008 01:40:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-316</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Mon, 06 Aug 2007 21:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-316</guid>
		<description>I've updated the fuzzer, it now includes:

1. All html tags and attributes. 
2. Send code to Firebug.
3. Lowercase, Uppercase, Random case for tags, events and attributes.
4. You can now specify the character range.
5. Fuzzing of HTML tags.
6. Backticks in the quote style.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the fuzzer, it now includes:</p>
<p>1. All html tags and attributes.<br />
2. Send code to Firebug.<br />
3. Lowercase, Uppercase, Random case for tags, events and attributes.<br />
4. You can now specify the character range.<br />
5. Fuzzing of HTML tags.<br />
6. Backticks in the quote style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-315</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Mon, 06 Aug 2007 19:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-315</guid>
		<description>Thanks for the suggestions Mario :)

I shall sort them out tonight, I'm going to store the results of any javascript execution as well. Then I can provide a table for everyone to see.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestions Mario <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I shall sort them out tonight, I&#8217;m going to store the results of any javascript execution as well. Then I can provide a table for everyone to see.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-314</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Mon, 06 Aug 2007 19:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-314</guid>
		<description>sorry - I meant 'all'-option for tags and attributes...</description>
		<content:encoded><![CDATA[<p>sorry - I meant &#8216;all&#8217;-option for tags and attributes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-313</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Mon, 06 Aug 2007 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-313</guid>
		<description>Hi
damn cool - thanks!

But - some more suggestions:
- src and rel attributes are missing
- object, embed and style tags are missing
- all-option for tags and quotes would be cool
- quotes are missing backticks
- if 'show code' could probe for firebug and show the code in the console it would be awesome for copy&#38;paste issues 

Great work - it's becoming really useable! 

Greetings,
.mario</description>
		<content:encoded><![CDATA[<p>Hi<br />
damn cool - thanks!</p>
<p>But - some more suggestions:<br />
- src and rel attributes are missing<br />
- object, embed and style tags are missing<br />
- all-option for tags and quotes would be cool<br />
- quotes are missing backticks<br />
- if &#8217;show code&#8217; could probe for firebug and show the code in the console it would be awesome for copy&amp;paste issues </p>
<p>Great work - it&#8217;s becoming really useable! </p>
<p>Greetings,<br />
.mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-309</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Mon, 06 Aug 2007 14:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-309</guid>
		<description>I've uploaded a new version now. There's no logging on the system because I haven't had time to sort it out but if anyone gets javascript execution please let me know.

It's worked 3 times for me using the following:
1.
&#60;body 'onload="alert(1);" class="javascript:alert(2);"&#62;test&#60;/body&#62;
2.
&#60;body "onload="alert(1);" class="javascript:alert(2);"&#62;test&#60;/body&#62;
3. Character number : 13 before the handler</description>
		<content:encoded><![CDATA[<p>I&#8217;ve uploaded a new version now. There&#8217;s no logging on the system because I haven&#8217;t had time to sort it out but if anyone gets javascript execution please let me know.</p>
<p>It&#8217;s worked 3 times for me using the following:<br />
1.<br />
&lt;body &#8216;onload=&#8221;alert(1);&#8221; class=&#8221;javascript:alert(2);&#8221;&gt;test&lt;/body&gt;<br />
2.<br />
&lt;body &#8220;onload=&#8221;alert(1);&#8221; class=&#8221;javascript:alert(2);&#8221;&gt;test&lt;/body&gt;<br />
3. Character number : 13 before the handler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-306</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Mon, 06 Aug 2007 13:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-306</guid>
		<description>cool - looking forward for that!</description>
		<content:encoded><![CDATA[<p>cool - looking forward for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-304</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Mon, 06 Aug 2007 13:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-304</guid>
		<description>Thanks Mario

Yeah I'll change the way it outputs and allow 50 results. Good suggestions thanks :)

I've not looked at the Mozilla one yet, I'll check it out though.

Expect an update soon</description>
		<content:encoded><![CDATA[<p>Thanks Mario</p>
<p>Yeah I&#8217;ll change the way it outputs and allow 50 results. Good suggestions thanks <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve not looked at the Mozilla one yet, I&#8217;ll check it out though.</p>
<p>Expect an update soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-303</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Mon, 06 Aug 2007 13:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/08/05/more-javascript-fuzzing/#comment-303</guid>
		<description>Hi Gareth,

nice tool! But why not displaying more than one result - it's pretty annoying that one has to click over and over again. I think displaying 20 - 50 results would be cool.

Also it would be great not to work with alert() but with row coloring. Just overwrite alert to color the table row green where it's originating or sth similar.

BTW: Have you tried the mozilla fuzzer? It's pretty cool and it would enrich you fuzzer if you'd add maybe another tab with the fuzzer output from Rhino - also limited to 20-50 statements.

What do you think?

Greetings,
.mario</description>
		<content:encoded><![CDATA[<p>Hi Gareth,</p>
<p>nice tool! But why not displaying more than one result - it&#8217;s pretty annoying that one has to click over and over again. I think displaying 20 - 50 results would be cool.</p>
<p>Also it would be great not to work with alert() but with row coloring. Just overwrite alert to color the table row green where it&#8217;s originating or sth similar.</p>
<p>BTW: Have you tried the mozilla fuzzer? It&#8217;s pretty cool and it would enrich you fuzzer if you&#8217;d add maybe another tab with the fuzzer output from Rhino - also limited to 20-50 statements.</p>
<p>What do you think?</p>
<p>Greetings,<br />
.mario</p>
]]></content:encoded>
	</item>
</channel>
</rss>
