<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for onelittlewindow</title>
	<atom:link href="http://onelittlewindow.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://onelittlewindow.org/blog</link>
	<description>A blog about security, writing, and presence</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:35:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on An Introduction to NoScript by kim</title>
		<link>http://onelittlewindow.org/blog/?p=202&#038;cpage=1#comment-1102</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=202#comment-1102</guid>
		<description>Nice short concise writeup. Cheers!</description>
		<content:encoded><![CDATA[<p>Nice short concise writeup. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Synchronicity? by Corrina Reamy</title>
		<link>http://onelittlewindow.org/blog/?p=188&#038;cpage=1#comment-1076</link>
		<dc:creator>Corrina Reamy</dc:creator>
		<pubDate>Mon, 30 Aug 2010 22:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=188#comment-1076</guid>
		<description>Fed up with getting low numbers of useless visitors to your website? Well i want to tell you about a brand new underground tactic that makes me personally $900  daily on 100% AUTOPILOT. I really could be here all day and going into detail but why dont you merely check their site out? There is really a great video that explains everything. So if your seriously interested in producing quick cash this is the website for you. &lt;a href=&quot;http://tiny.cc/p7mq4&quot; rel=&quot;nofollow&quot;&gt;Auto Traffic Avalanche&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Fed up with getting low numbers of useless visitors to your website? Well i want to tell you about a brand new underground tactic that makes me personally $900  daily on 100% AUTOPILOT. I really could be here all day and going into detail but why dont you merely check their site out? There is really a great video that explains everything. So if your seriously interested in producing quick cash this is the website for you. <a href="http://tiny.cc/p7mq4" rel="nofollow">Auto Traffic Avalanche</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Refresh DC Presentation by celebrity fuck you</title>
		<link>http://onelittlewindow.org/blog/?p=26&#038;cpage=1#comment-1069</link>
		<dc:creator>celebrity fuck you</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=26#comment-1069</guid>
		<description>Sign: zdbrw Hello!!! pmvqf and 9982tzubuscdba and 1897 : I love your site.  :) Love design!!! I just came across your blog and wanted to say that Ive really enjoyed browsing your blog posts.</description>
		<content:encoded><![CDATA[<p>Sign: zdbrw Hello!!! pmvqf and 9982tzubuscdba and 1897 : I love your site.  <img src='http://onelittlewindow.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Love design!!! I just came across your blog and wanted to say that Ive really enjoyed browsing your blog posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nmap for Conficker by martin</title>
		<link>http://onelittlewindow.org/blog/?p=194&#038;cpage=1#comment-872</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=194#comment-872</guid>
		<description>Can you help with the new smb-check-vulns.nse script? It seems that it has changed a bit and they are now writing the results to a table before outputing.. I tried adding the code you suggested in various places but keep getting  errors.. below is the excerpt from version 5.21.
        -- Check for Conficker
        status, result = check_conficker(host)
        local hosttodump = host.ip
        if(status == false) then
                local msg = CONFICKER_ERROR_HELP[result] or &quot;UNKNOWN; got error &quot; .. result
                table.insert(response, get_response(&quot;Conficker&quot;, msg, nil, 1)) -- Only set verbosity for this, since it might be an error or it might be UNKNOWN
        else
                if(result == CLEAN) then
                        table.insert(response, get_response(&quot;Conficker&quot;,  &quot;Likely CLEAN&quot;,    nil,                       1))
                elseif(result == INFECTED) then
                        table.insert(response, get_response(&quot;Conficker&quot;,  &quot;Likely INFECTED&quot;, &quot;by Conficker.C or lower&quot;,  0))
                elseif(result == INFECTED2) then
                        table.insert(response, get_response(&quot;Conficker&quot;, &quot;Likely INFECTED&quot;, &quot;by Conficker.D or higher&quot;, 0))
                else
                        table.insert(response, get_response(&quot;Conficker&quot;, &quot;UNKNOWN&quot;,         result,                     0, 1))
                end
        end</description>
		<content:encoded><![CDATA[<p>Can you help with the new smb-check-vulns.nse script? It seems that it has changed a bit and they are now writing the results to a table before outputing.. I tried adding the code you suggested in various places but keep getting  errors.. below is the excerpt from version 5.21.<br />
        &#8212; Check for Conficker<br />
        status, result = check_conficker(host)<br />
        local hosttodump = host.ip<br />
        if(status == false) then<br />
                local msg = CONFICKER_ERROR_HELP[result] or &#8220;UNKNOWN; got error &#8221; .. result<br />
                table.insert(response, get_response(&#8220;Conficker&#8221;, msg, nil, 1)) &#8212; Only set verbosity for this, since it might be an error or it might be UNKNOWN<br />
        else<br />
                if(result == CLEAN) then<br />
                        table.insert(response, get_response(&#8220;Conficker&#8221;,  &#8220;Likely CLEAN&#8221;,    nil,                       1))<br />
                elseif(result == INFECTED) then<br />
                        table.insert(response, get_response(&#8220;Conficker&#8221;,  &#8220;Likely INFECTED&#8221;, &#8220;by Conficker.C or lower&#8221;,  0))<br />
                elseif(result == INFECTED2) then<br />
                        table.insert(response, get_response(&#8220;Conficker&#8221;, &#8220;Likely INFECTED&#8221;, &#8220;by Conficker.D or higher&#8221;, 0))<br />
                else<br />
                        table.insert(response, get_response(&#8220;Conficker&#8221;, &#8220;UNKNOWN&#8221;,         result,                     0, 1))<br />
                end<br />
        end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by Doug Wilson</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-296</link>
		<dc:creator>Doug Wilson</dc:creator>
		<pubDate>Thu, 23 Apr 2009 20:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-296</guid>
		<description>Well, &quot;data inconsistencies&quot; definitely could be the cause of the problem. Honestly, the issues that I&#039;ve seen are a little more severe than what they&#039;ve outlined. Ah well, hopefully this will clear it up, and they (internally) are more aware of what&#039;s going on than they&#039;ve indicated.</description>
		<content:encoded><![CDATA[<p>Well, &#8220;data inconsistencies&#8221; definitely could be the cause of the problem. Honestly, the issues that I&#8217;ve seen are a little more severe than what they&#8217;ve outlined. Ah well, hopefully this will clear it up, and they (internally) are more aware of what&#8217;s going on than they&#8217;ve indicated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by Jeremy</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-295</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 23 Apr 2009 20:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-295</guid>
		<description>I agree with you Doug, that this is a big issue. I&#039;ve just found out that Twitter has posted a status update on their website, which seems to be concerning this issue, although its a little vague:

http://status.twitter.com/post/99180872/tracking-down-data-inconsistencies</description>
		<content:encoded><![CDATA[<p>I agree with you Doug, that this is a big issue. I&#8217;ve just found out that Twitter has posted a status update on their website, which seems to be concerning this issue, although its a little vague:</p>
<p><a href="http://status.twitter.com/post/99180872/tracking-down-data-inconsistencies" rel="nofollow">http://status.twitter.com/post/99180872/tracking-down-data-inconsistencies</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by Doug Wilson</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-294</link>
		<dc:creator>Doug Wilson</dc:creator>
		<pubDate>Thu, 23 Apr 2009 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-294</guid>
		<description>I think that it is being corrected over time. I have never actually gotten in touch with Twitter support on the issue -- I researched it until late last night, and then this morning, it was &quot;fixed.&quot;

Whether this is their application catching up with itself, or if they are manually fixing something that is getting out of control is unknown. My concern is that having account collisions across a service is kind of a big deal -- you really can&#039;t trust a service if your risking regularly having  other people&#039;s information show up as your own, or get locked out of your account due to wires being crossed.

Obviously, Twitter is a free service, but like Gmail, its has unrealistic expectations put on it due to the vast scope and impact that its service has. I&#039;ll be curious to see if they make a public statement about the issue, or if it&#039;s just chalked up as another technical problem that twitter has so often.</description>
		<content:encoded><![CDATA[<p>I think that it is being corrected over time. I have never actually gotten in touch with Twitter support on the issue &#8212; I researched it until late last night, and then this morning, it was &#8220;fixed.&#8221;</p>
<p>Whether this is their application catching up with itself, or if they are manually fixing something that is getting out of control is unknown. My concern is that having account collisions across a service is kind of a big deal &#8212; you really can&#8217;t trust a service if your risking regularly having  other people&#8217;s information show up as your own, or get locked out of your account due to wires being crossed.</p>
<p>Obviously, Twitter is a free service, but like Gmail, its has unrealistic expectations put on it due to the vast scope and impact that its service has. I&#8217;ll be curious to see if they make a public statement about the issue, or if it&#8217;s just chalked up as another technical problem that twitter has so often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by RT: @Fenng: http://onelittlewi&#8230; &#171; ?????</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-293</link>
		<dc:creator>RT: @Fenng: http://onelittlewi&#8230; &#171; ?????</dc:creator>
		<pubDate>Thu, 23 Apr 2009 18:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-293</guid>
		<description>[...] @Fenng: http://onelittlewindow.org/blog/?p=228 - new accounts on twitter are being taken over by [...]</description>
		<content:encoded><![CDATA[<p>[...] @Fenng: <a href="http://onelittlewindow.org/blog/?p=228" rel="nofollow">http://onelittlewindow.org/blog/?p=228</a> &#8211; new accounts on twitter are being taken over by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by Jeremy</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-292</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 23 Apr 2009 17:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-292</guid>
		<description>Doug, thanks for the answer. I&#039;ve noticed other people with the same issue are getting back control over their accounts. And so did you. Did this happen by itself, or was it a manual correction by Twitter?

I&#039;m just wondering. If there somehow is a &quot;lag&quot; during which the problems are solved automatically, all I have to do is wait I guess.</description>
		<content:encoded><![CDATA[<p>Doug, thanks for the answer. I&#8217;ve noticed other people with the same issue are getting back control over their accounts. And so did you. Did this happen by itself, or was it a manual correction by Twitter?</p>
<p>I&#8217;m just wondering. If there somehow is a &#8220;lag&#8221; during which the problems are solved automatically, all I have to do is wait I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Account Collision on Twitter? by Doug Wilson</title>
		<link>http://onelittlewindow.org/blog/?p=228&#038;cpage=1#comment-291</link>
		<dc:creator>Doug Wilson</dc:creator>
		<pubDate>Thu, 23 Apr 2009 17:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://onelittlewindow.org/blog/?p=228#comment-291</guid>
		<description>Unfortunately, I don&#039;t think there&#039;s really anything you can do about this. I don&#039;t know enough about the actual architecture of Twitter (though @translucent_eye posted an article I need to go back and read now about the back end and how they are trying to improve it), but it smells to me like something is getting out of synch, thus allowing accounts to overlap, and they are then somehow restoring consistency. This could a database issue, or it could be something in their distributed architecture where updates are not propagating properly. I&#039;m worried that some of my recently created accounts are now getting locked out again . . .</description>
		<content:encoded><![CDATA[<p>Unfortunately, I don&#8217;t think there&#8217;s really anything you can do about this. I don&#8217;t know enough about the actual architecture of Twitter (though @translucent_eye posted an article I need to go back and read now about the back end and how they are trying to improve it), but it smells to me like something is getting out of synch, thus allowing accounts to overlap, and they are then somehow restoring consistency. This could a database issue, or it could be something in their distributed architecture where updates are not propagating properly. I&#8217;m worried that some of my recently created accounts are now getting locked out again . . .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
