<?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: Snippets of defense Pt.II</title>
	<atom:link href="http://www.gnucitizen.org/blog/snippets-of-defense-ptii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/</link>
	<description>Information Security Think Tank</description>
	<pubDate>Sat, 30 Aug 2008 10:59:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Content Injection: Hack the Hacker &#187; Inking's Security Blog</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-118631</link>
		<dc:creator>Content Injection: Hack the Hacker &#187; Inking's Security Blog</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-118631</guid>
		<description>[...] logging, blocking etc). Check out some of Marioâ€™s code snippets of defense for the idea: here, here, here, and [...]</description>
		<content:encoded><![CDATA[<p>[...] logging, blocking etc). Check out some of Marioâ€™s code snippets of defense for the idea: here, here, here, and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clinisbut</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-58543</link>
		<dc:creator>clinisbut</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-58543</guid>
		<description>Ah... I understand, only lefts find a way to execute that eval(window.name) in the other website isn't it?</description>
		<content:encoded><![CDATA[<p>Ah&#8230; I understand, only lefts find a way to execute that eval(window.name) in the other website isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Heiderich</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-58522</link>
		<dc:creator>Mario Heiderich</dc:creator>
		<pubDate>Mon, 15 Oct 2007 09:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-58522</guid>
		<description>You can use Firebug/the JS console to do this. Just navigate to an arbitrary site, use the console and enter window.name = 'alert("hello ")'. Then navigate to another site and open the console again. Enter eval.name and it'll work.</description>
		<content:encoded><![CDATA[<p>You can use Firebug/the JS console to do this. Just navigate to an arbitrary site, use the console and enter window.name = &#8216;alert(&#8221;hello &#8220;)&#8217;. Then navigate to another site and open the console again. Enter eval.name and it&#8217;ll work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-58515</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Mon, 15 Oct 2007 09:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-58515</guid>
		<description>first of all you need to set it!</description>
		<content:encoded><![CDATA[<p>first of all you need to set it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clinisbut</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-58504</link>
		<dc:creator>clinisbut</dc:creator>
		<pubDate>Mon, 15 Oct 2007 07:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-58504</guid>
		<description>I don't understand at all what's the possible attack... 'cause the alert(name) doesn't outputs anything to me on firefox 2.07

I'm trying to alert( window.name ) too but a empty alert pops up!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand at all what&#8217;s the possible attack&#8230; &#8217;cause the alert(name) doesn&#8217;t outputs anything to me on firefox 2.07</p>
<p>I&#8217;m trying to alert( window.name ) too but a empty alert pops up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-58256</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sun, 14 Oct 2007 03:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-58256</guid>
		<description>But even if you do not filter this attack correctly, I believe proper output encoding (HTML Entitly Encoding) will protect against even this kind of attack.</description>
		<content:encoded><![CDATA[<p>But even if you do not filter this attack correctly, I believe proper output encoding (HTML Entitly Encoding) will protect against even this kind of attack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sirw2p</title>
		<link>http://www.gnucitizen.org/blog/snippets-of-defense-ptii/#comment-57904</link>
		<dc:creator>Sirw2p</dc:creator>
		<pubDate>Sat, 13 Oct 2007 10:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/snippets-of-defense-ptii#comment-57904</guid>
		<description>Good advice, many applications are still vulnerable for things like that..

Best.</description>
		<content:encoded><![CDATA[<p>Good advice, many applications are still vulnerable for things like that..</p>
<p>Best.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
