<?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: Tag inspector</title>
	<atom:link href="http://www.thespanner.co.uk/2007/11/22/tag-inspector/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Thu, 20 Nov 2008 22:23:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-900</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-900</guid>
		<description>Sorry I should have explained the code a bit more, I was going to use standard DOM functions to insert the code but I thought using a hidden div this way would be faster.

I'm currently struggling with inserting external files with src and href and logging the results. Hopefully it will work but Opera's high security model is proving tough work to get around, good work Opera :)</description>
		<content:encoded><![CDATA[<p>Sorry I should have explained the code a bit more, I was going to use standard DOM functions to insert the code but I thought using a hidden div this way would be faster.</p>
<p>I&#8217;m currently struggling with inserting external files with src and href and logging the results. Hopefully it will work but Opera&#8217;s high security model is proving tough work to get around, good work Opera <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorin</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-899</link>
		<dc:creator>thorin</dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-899</guid>
		<description>Ok perfect, now I'm on the same page. I did have a quick look at the source but I didn't catch the div you're talking about.</description>
		<content:encoded><![CDATA[<p>Ok perfect, now I&#8217;m on the same page. I did have a quick look at the source but I didn&#8217;t catch the div you&#8217;re talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-898</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 22 Nov 2007 20:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-898</guid>
		<description>It inspects the tags in a hidden div layer and finds if they have javascript properties for things like src, href etc so the script creates these tags in the browser itself. 

The goal of the script is not to scan any web site but to simply scan the browser's HTML tags.

The script will automatically be able to answer questions like "Does iframe onload work on Safari?" etc</description>
		<content:encoded><![CDATA[<p>It inspects the tags in a hidden div layer and finds if they have javascript properties for things like src, href etc so the script creates these tags in the browser itself. </p>
<p>The goal of the script is not to scan any web site but to simply scan the browser&#8217;s HTML tags.</p>
<p>The script will automatically be able to answer questions like &#8220;Does iframe onload work on Safari?&#8221; etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorin</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-897</link>
		<dc:creator>thorin</dc:creator>
		<pubDate>Thu, 22 Nov 2007 19:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-897</guid>
		<description>I still don't understand the "target" of the scan (or inspection). Is it just searching the tag namespace (er whatever you wanna call it) of my browser? Or is it just "inspecting" itself, ie: the tagInspector URL.</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t understand the &#8220;target&#8221; of the scan (or inspection). Is it just searching the tag namespace (er whatever you wanna call it) of my browser? Or is it just &#8220;inspecting&#8221; itself, ie: the tagInspector URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-896</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 22 Nov 2007 15:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-896</guid>
		<description>The script now also logs Javascript execution, so it will automatically find what XSS is compatible across browsers :D</description>
		<content:encoded><![CDATA[<p>The script now also logs Javascript execution, so it will automatically find what XSS is compatible across browsers <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-895</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 22 Nov 2007 14:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-895</guid>
		<description>At the moment it's pretty basic but it will look for HTML attributes that allow Javascript execution such as "SRC" and list the ones it finds. The random and mixed modes are unlikely to return results because they are based on randomising tags.

For example lets say the inspector finds the tag "image" and then finds it has a attribute "SRC" then it's likely that you've found a new XSS vector.

My plan is to automate this further by allowing Javascript execution testing but it's proving tricky because of the different combinations of executing it within a tag.</description>
		<content:encoded><![CDATA[<p>At the moment it&#8217;s pretty basic but it will look for HTML attributes that allow Javascript execution such as &#8220;SRC&#8221; and list the ones it finds. The random and mixed modes are unlikely to return results because they are based on randomising tags.</p>
<p>For example lets say the inspector finds the tag &#8220;image&#8221; and then finds it has a attribute &#8220;SRC&#8221; then it&#8217;s likely that you&#8217;ve found a new XSS vector.</p>
<p>My plan is to automate this further by allowing Javascript execution testing but it&#8217;s proving tricky because of the different combinations of executing it within a tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thorin</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-894</link>
		<dc:creator>thorin</dc:creator>
		<pubDate>Thu, 22 Nov 2007 14:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-894</guid>
		<description>OMG that really came out looking like EngRish :( Please feel free to delete the previous comment.

I meant to say:
"I think I’m missing something here. What exactly are you “scanning”? There’s no target specification. Also I fired off all 3 options, but random and Mixed return nothing."</description>
		<content:encoded><![CDATA[<p>OMG that really came out looking like EngRish <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> Please feel free to delete the previous comment.</p>
<p>I meant to say:<br />
&#8220;I think I’m missing something here. What exactly are you “scanning”? There’s no target specification. Also I fired off all 3 options, but random and Mixed return nothing.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-892</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Thu, 22 Nov 2007 13:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/22/tag-inspector/#comment-892</guid>
		<description>I've fixed a slight bug, added mixed mode which inserts a random letter before or after a standard tag. Increased the random tag amount to 200.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve fixed a slight bug, added mixed mode which inserts a random letter before or after a standard tag. Increased the random tag amount to 200.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
