<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Navaho Gunleg &#187; Security &amp; Privacy</title>
	<atom:link href="http://navahogunleg.net/blog/category/internet-technology/security-privacy/feed/" rel="self" type="application/rss+xml" />
	<link>http://navahogunleg.net/blog</link>
	<description>...where the most significant bytes...</description>
	<lastBuildDate>Fri, 13 Aug 2010 06:35:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FoxFilter so easily defeated it&#8217;s ridiculous ;)</title>
		<link>http://navahogunleg.net/blog/2010/02/25/foxfilter-so-easily-defeated-its-ridiculous/</link>
		<comments>http://navahogunleg.net/blog/2010/02/25/foxfilter-so-easily-defeated-its-ridiculous/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 12:55:55 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/?p=1001</guid>
		<description><![CDATA[FoxFilter 7.6.1 so easily defeated it's ridiculous!
]]></description>
			<content:encoded><![CDATA[<p>I was tinkering with Firefox, trying to get something to work. I wanted to do something between certain events, rather that on those specific events.</p>
<p>Anyway, deciding I&#8217;d take a little peek in the first random Firefox filtering plugin that I could find, downloaded it from &#8220;some site&#8221;, and unpacked the XPI. </p>
<p>This <em>immediately</em> caught my eye, and any coders should see the obvious error:</p>
<blockquote><pre>    //don't hide page if within FoxFilter mgmt pages
    if(aURI.spec.indexOf("chrome://foxfilter") != -1)
        return;
</pre>
</blockquote>
<p>That is definitely not the way to check for such an URL. Quite a &#8220;beginners&#8221; error actually. I wanted to confirm this makes the whole filter useless, but was incorrectly thinking that I had to register first before using the plugin &#8212; so closed the browser and deleted the add-on.</p>
<p>Later I thought differently, and couldn&#8217;t resist finding it again and re-installing it. This time I downloaded it from the Mozilla Add-On site; and an agreement I had to agree to. Oh well&#8230;</p>
<p>There this caught my eye though: &#8220;<em>The FoxFilter Team has spent HUNDREDS of hours in development, maintenance and support of FoxFilter. We are very proud of our product and are very happy that is helping protect children, teens AND adults from inappropriate content on the Internet.</em>&#8220;. </p>
<p>Hundreds of hours missed that obvious error? Took me barely 5 seconds&#8230; <img src='http://navahogunleg.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  OK enough with the being cocky already&#8230; </p>
<p>Anyway, downloaded the thing again; re-installed it and confirmed filtering was succesful when I went to &#8220;http://www.playboy.com&#8221;. </p>
<p>And, confirmed that it horribly failed on &#8220;http://www.playboy.com/<strong>?chrome://foxfilter</strong>&#8220;. </p>
<p>Yep, it is <em>that</em> easy. Then to think people pay for something it cannot really do (well until it is patched of course):</p>
<blockquote><p>Premium Features</p>
<p>In addition to all of the great filtering features that have always been free of charge, we also offer security features as part of our premium service. Security features provide you with <strong>the ability to secure your settings with a password and prevent FoxFilter from being bypassed, uninstalled or disabled</strong>. A small support fee is required to obtain a registration code which enables the security features.</p></blockquote>
<p>I&#8217;ve always thought that one should never, <em>ever</em>, trust software to do things that they claim to do <em>properly</em>. Even the most advanced logic could be bypassed by a silly mistake before it even reaches your advanced logic. If you got the chance to check it out, you <em>should</em> &#8212; just to prevent surprises in the future&#8230;</p>
<p>OK back into my lair&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2010/02/25/foxfilter-so-easily-defeated-its-ridiculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OMG OMG OMG my theme was hacked!</title>
		<link>http://navahogunleg.net/blog/2008/06/06/omg-omg-omg-my-theme-was-hacked/</link>
		<comments>http://navahogunleg.net/blog/2008/06/06/omg-omg-omg-my-theme-was-hacked/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 08:43:16 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/?p=781</guid>
		<description><![CDATA[For fun I was checking out my statistics and discovered that my theme got hacked: the footer and header were replaced, inserting spammy URLs into the outputted page, together with some Google Adsense code.
Yay.
As a result I am now delisted from Google&#8217;s index.  
Apparently, this has been going on for a couple of months, [...]]]></description>
			<content:encoded><![CDATA[<p>For fun I was checking out my statistics and discovered that my theme got hacked: the footer and header were replaced, inserting spammy URLs into the outputted page, together with some Google Adsense code.</p>
<p>Yay.</p>
<p>As a result I am now delisted from Google&#8217;s index. <img src='http://navahogunleg.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Apparently, this has been going on for a couple of months, but I was too busy with actual <em>work</em> so I never read any articles about it on the security-sites I normally occasionally visit.</p>
<p>Oh well, shit happens, and stuff has quickly been cleaned up (thank you, <em>backups</em>!) &#8230; and for safety have upgraded to the latest WordPress version. Not having upgraded a while ago, I was really just waiting for this to happen (yeh, lazy sysadmins et cetera <img src='http://navahogunleg.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )&#8230;</p>
<p>Seeing that basically the attacker could run any PHP code of his/her choice, which could include calling system binaries to retrieve information about user accounts or passwords. As I can not be a 100% sure about that at this moment, all the passwords have been reset to protect the innocent.</p>
<p>I am curious how long it&#8217;ll take before I get listed on Google again (as I still see Googlebot regularly visit the site)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2008/06/06/omg-omg-omg-my-theme-was-hacked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keylogging in Javascript (or &#8220;Why the fsck does a password field send the keypress value?&#8221;)</title>
		<link>http://navahogunleg.net/blog/2008/05/30/keylogging-in-javascript-or-why-the-fsck-does-a-password-field-send-the-keypress-value/</link>
		<comments>http://navahogunleg.net/blog/2008/05/30/keylogging-in-javascript-or-why-the-fsck-does-a-password-field-send-the-keypress-value/#comments</comments>
		<pubDate>Fri, 30 May 2008 11:39:50 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Ideas & Concepts]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2008/05/30/keylogging-in-javascript-or-why-the-fsck-does-a-password-field-send-the-keypress-value/</guid>
		<description><![CDATA[
Disclaimer: The information in here is purely educational, yada yada yada. 
And&#8230; it&#8217;s not people that abuse things who harm people &#8212; it&#8217;s the people that put those things there without thinking.

An explaination: I have always been intrigued by HTML forms. As a paranoid person, I have always wondered whether companies or websites are logging [...]]]></description>
			<content:encoded><![CDATA[<hr/>
<em><strong>Disclaimer:</strong> The information in here is purely educational, yada yada yada. </p>
<p>And&#8230; it&#8217;s not people that abuse things who harm people &#8212; it&#8217;s the people that put those things there without thinking.</em></p>
<hr/>
<p>An explaination: I have always been intrigued by HTML forms. As a paranoid person, I have always wondered whether companies or websites are logging keypresses to their website. Picture the situation where you want to leave feedback at a site&#8230; but finally do not hit the &#8220;Send&#8221; button because of various reasons, like, for instance, the tone was too harsh so you decide not to. For the website it could have been very useful information: <em>unsent</em> comment or feedback may be more valuable than the ones that are actually arriving in their inboxes.</p>
<p>That was quite some time ago &#8212; and I didn&#8217;t give it any more thought until recently&#8230; See, I noticed that, for instance when I have worked the whole day, or the operating system is just acting up, <em>sometimes</em> the wrong window has the <em>focus</em>, and I am happily typing away, seeing nothing appear in the window I was staring at&#8230;. (Yeh, it happens.)</p>
<p>Now, <em>there</em> could be even <em>more</em> valuable information! Interesting bits of text, login names &#8212; or even better, accidentally typed passwords!</p>
<p>With that in my paranoid mind, I started tinkering around with Javascript to see if this is actually possible&#8230; I quickly put together some rather trivial code that captures the <em>KeyboardEvent</em>, inspects it, and collects them all into a string. Through the body&#8217;s <code>onunload</code> I called a routine that displayed an alert saying something like &#8220;Hey, you left these keypresses at this website: <em>the collected string</em>&#8220;.</p>
<p>Using the <code>onunload</code> however has several drawbacks:<br />
- it isn&#8217;t always called (for instance, when the browser crashes),<br />
- it seems the body&#8217;s <code>onunload</code> can only be set when the document is generated, that kinda sucks if you wanted to do be able to do the keylogging by simply loading some remotely stored Javascript file.</p>
<p>The curious and experimenting person that I am, I realised a bad guy would be not <em>collecting</em> the information and printing it &#8212; but would be sending them to a remote machine. Hmm, a <em>remote machine</em>, so AJAX won&#8217;t do&#8230; but there are always <em>images</em>&#8230;. What if I dynamically create an image, with a <code>src</code> pointing to some <em>other</em> website, with the pressed character in the GET request? Nice and simple, right?</p>
<p>OK, so now the keylogger is loaded and active when the following line is somehow inserted into a website:</p>
<blockquote style="padding: 2px 2px 2px 2px; padding-left: 25px; margin: 2px 2px 2px 2px; margin-left: 25px; background: black; color: white;"><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://someevilmachine/wtfjs.php&#8221;&gt;&lt;/script&gt;
</p></blockquote>
<p>This simple single script, when loaded, attaches itself to the <em>keyPressDown</em> event of the document, of course remembering any old setting so to be able to pass the event through to any &#8220;local&#8221; code on the target website, as an attempt to go &#8220;undetected&#8221;.</p>
<p>Also, modern websites have all kinds of Javascript running, and could do some additional &#8220;setting up&#8221; from Javascript from which the event handlers get set&#8230; In an attempt to take this into account, the logger attaches itself after a delay of a given amount of milliseconds. After that, the moment a keypress event is received in the window, the requests appear in the logfile on the remote website (obligatory dump follows):</p>
<blockquote style="padding: 2px 2px 2px 2px; padding-left: 25px; margin: 2px 2px 2px 2px; margin-left: 25px; background: black; color: white;"><p>GET /temp/wtfimg.php?c=d HTTP/1.1&#8243; 200 &#8211;<br />
GET /temp/wtfimg.php?c=s HTTP/1.1&#8243; 200 &#8211;<br />
GET /temp/wtfimg.php?c=d HTTP/1.1&#8243; 200 -</p></blockquote>
<p>The drawback to the method currently, is that it sends a request with <em>every keystroke made</em>, which may be noticed by the more adept computer user&#8230; it would be possible to send collected strings at a given interval&#8230; But really, <em>actually</em> building a succesful keylogger isn&#8217;t the point; the point was figuring out if it is really doable (which, non-surprisingly, it is).</p>
<p>By the way, I&#8217;m rightly aware of the fact that I am discussing nothing really <em>new</em> here &#8212; this is absolutely no cutting-edge stuff. More interestingly, <em>this has probably already been done by bad guys for ages</em>.</p>
<p>On some websites with many authors that incidentally have the permission to insert Javascript, these &#8220;lower level&#8221; users could be able to catch passwords of administrative users, et cetera.</p>
<p>All-in-all, the <em>only</em> thing I am <em>really</em> frigging flabbergasted at, is the fact that an <code>&lt;input type="password"&gt;</code> actually sends the pressed key in a keypress event&#8230; <em>WTF!?</em> Knowing this, and wanting to &#8220;protect&#8221; a password entry field, I tried it by giving it its own <code>onkeypress</code>-handler&#8230;.. I figured that it would get precendence over the documents&#8217; keypress, but alas, <em>it doesn&#8217;t</em>&#8230; </p>
<p>It seems that there is no way to guard against this, other than to re-set your &#8220;local&#8221; event handlers regularly (which is no solution but a hack!)&#8230;</p>
<p>In conclusion, I really think that the password input type should somehow be prevented from putting <em>any</em> valid information about the pressed key into the KeyboardEvent. I know it&#8217;s used for comparing 2 passwords to validate a user&#8217;s password change for instance &#8212; but some <em>hash</em> could perfectly suffice there. </p>
<p>I am convinced the website-scripter should not ever have to have access to the <em>real password</em> entered in that field from Javascript &#8212; thinking that that could achieve some &#8216;protection&#8217; is a flawed train of thought anyways&#8230;</p>
<p>Oh by the way, if you are looking for code: <em>I will not release it here</em>. It really isn&#8217;t difficult to cook some up yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2008/05/30/keylogging-in-javascript-or-why-the-fsck-does-a-password-field-send-the-keypress-value/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MC Frontalot &#8212; Secrets From The Future</title>
		<link>http://navahogunleg.net/blog/2008/04/15/mc-frontalot-secrets-from-the-future/</link>
		<comments>http://navahogunleg.net/blog/2008/04/15/mc-frontalot-secrets-from-the-future/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 07:33:55 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Arts & Poetry]]></category>
		<category><![CDATA[Conspiracies]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2008/04/15/mc-frontalot-secrets-from-the-future/</guid>
		<description><![CDATA[Hey again! Long time no post, I know&#8230;. busy, life, et cetera, but this I just needed to share.
 I was just reading Bruce Schneier&#8217;s CRYPTO-GRAM and he linked to this suprisingly good track (direct link to MP3) by MC Frontalot, called Secrets From The Future (direct link to the lyrics).
To quote the chorus:
You canâ€™t [...]]]></description>
			<content:encoded><![CDATA[<p>Hey again! Long time no post, I know&#8230;. busy, life, et cetera, but this I just <em>needed</em> to share.</p>
<p> I was just reading Bruce Schneier&#8217;s CRYPTO-GRAM and he linked <a href="http://www.frontalot.com/media.php/325/MC_Frontalot_SFTF_(01)_Secrets_From_The_Future.mp3">to this suprisingly good track</a> (direct link to MP3) by MC Frontalot, called <a href="http://www.frontalot.com/index.php/?page=lyrics&#038;lyricid=41">Secrets From The Future</a> (direct link to the lyrics).</p>
<p>To quote the chorus:</p>
<blockquote><p>You canâ€™t hide secrets from the future with math.<br />
You can try, but I bet that in the future they laugh<br />
at the half-assed schemes and algorithms amassed<br />
to enforce cryptographs in the past.</p></blockquote>
<p>I dig it &#8212; I really, <i>really</i> dig it.</p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2008/04/15/mc-frontalot-secrets-from-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.frontalot.com/media.php/325/MC_Frontalot_SFTF_" length="8689664" type="audio/mpeg3" />
		</item>
		<item>
		<title>Recording an end-user&#8217;s movements on a website &#8212; copyright infringement?</title>
		<link>http://navahogunleg.net/blog/2006/11/01/recording-an-end-users-movements-on-a-website-copyright-infringement/</link>
		<comments>http://navahogunleg.net/blog/2006/11/01/recording-an-end-users-movements-on-a-website-copyright-infringement/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 10:15:19 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/11/01/recording-an-end-users-movements-on-a-website-copyright-infringement/</guid>
		<description><![CDATA[This post on Slashdot got me thinking of something that I&#8217;ve been thinking about a couple of years ago. 
Who says that websites aren&#8217;t already recording your movements? 
I mean &#8212; earlier in this century I was thinking that, when you are a big corporation, and you have some &#8216;comments, complaints &#038; suggestions&#8216; section on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hardware.slashdot.org/hardware/06/11/01/0213227.shtml">This post</a> on Slashdot got me thinking of something that I&#8217;ve been thinking about a couple of years ago. </p>
<p>Who says that websites aren&#8217;t already recording your movements? </p>
<p>I mean &#8212; earlier in this century I was thinking that, when you are a big corporation, and you have some &#8216;<em>comments, complaints &#038; suggestions</em>&#8216; section on the website where people can, well, <em>comment, complain</em> and <em>make suggestions</em>, it is <em>pretty damn valueable</em> to know what people typed into that TEXTAREA but did <em>not</em> submit the information. </p>
<p>Never gave that any thought, until today, reading the above and thinking and &#8212; yeh, with all that &#8216;asynchronous javascript&#8217; &#8212; that&#8217;s even more easier to implement today. I know <em>Gmail</em> does this &#8212; it&#8217;s one of the most important &#8216;features&#8217;: Google <em>knows</em> about every email you did not sent.. Every complaint, rant or love-letter <em>you did not send</em> is still in their &#8216;entropy&#8217; to compressing the whole world into a single system&#8230; although you, at the last moment, decided <em>not</em> to send it&#8230;</p>
<p>Which makes me wonder&#8230; Are there any <em>other</em> web-based forms that actually already do this?  </p>
<p>And more importantly &#8212; <em>if</em> this happens, is this illegal &#8212; or is it possible because of some loop-hole in the system (i.e. can one prevent prosecution with a well-written click-through end-user license-agreement, disclaimers, et cetera?).</p>
<p>I mean &#8212; they are <em>my</em> frigging movements &#8212; they should be protected by copyright and nobody can steal them just as it is illegal for me to download copyrighted music, right?  </p>
<p>Why can&#8217;t <em>I</em> copy a CD (or do they use poor techniques in a feeble attempt to prevent me from doing so), while other types of corporations can frigging record <em>my intellectual property</em>? And not only websites &#8212; what about biometric systems <em>depending</em> on a record of your physical information. I don&#8217;t know, but being reduced to an insignificant set of parameters kind-a feels like <em>rape</em>. It&#8217;s disrespectfull and it introduces more problems than they solve.</p>
<p>There must be a way to <em>sue</em> the companies that do this, for just as an excessive amount of damage done, like the MPAA and RIAA are inflating the numbers of piracy. Just like them, I should be able to be a rich man too, without actually doing any real work or producing anything.</p>
<p>(On that note &#8212; I just love this whole &#8216;<em>Try Before You Buy</em>&#8216; concept that we have on the Internet these days. You can download whatever crap you might want to buy before actually wasting your hard-earned money on a piece of shit film or whatever. There are <em>plenty</em> of things that I <em>wouldn&#8217;t</em> have bought if I didn&#8217;t first got it from somewhere else. There&#8217;s nothing wrong with that. The media only too well realises that 99% of their output is plain and utter crap and don&#8217;t frigging <em>want</em> you to <em>try</em> &#8212; and have to resort to cheap marketing ploys because you&#8217;d never even be remotely interested in it.  </p>
<p>If only the record- and movie industry had been a little more honest in the past &#8212; we could be looking at a grand world right now without the wasted cash on (flawed-by-design) DRM restrictions and, more importantly, we could&#8217;ve had quality productions. I mean &#8212; they are in the <em>entertainment-business</em> and I find those guys practices hardly entertaining. In <em>that</em> respect, the Internet really <em>is</em> serving society &#8212; it actually <em>does</em> help <em>the people</em> prevent them from wasting their precious cash on artificially over-priced garbage. But again, I digress&#8230;.)</p>
<p>I just don&#8217;t like the idea of keeping tabs on where my cursor goes, the keys that I touch or what my eyes are balling, merely for creating more &#8216;efficient&#8217; (read: deceiving) marketing ploys. </p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/11/01/recording-an-end-users-movements-on-a-website-copyright-infringement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sure, blame some &#8216;hacker&#8217;&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/10/29/sure-blame-some-hacker/</link>
		<comments>http://navahogunleg.net/blog/2006/10/29/sure-blame-some-hacker/#comments</comments>
		<pubDate>Sun, 29 Oct 2006 21:22:52 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/10/29/sure-blame-some-hacker/</guid>
		<description><![CDATA[&#8230;while actually the system itself is vulnerable as fuck. 
It&#8217;s not funny when the feds come around to take all your hardware for exposing a three year old hole (which could&#8217;ve been abused all along). &#8216;Taking down&#8217; this guy doesn&#8217;t really solve any problems caused by this poor system. 
Technology is mankinds Achilles-heel, I tell [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;while actually the <a href="http://blog.washingtonpost.com/securityfix/2006/10/boarding_pass_hacker_gets_visi_1.html">system itself is vulnerable</a> as fuck. </p>
<p>It&#8217;s not funny when the feds come around to take all your hardware for exposing a three year old hole (which could&#8217;ve been abused all along). &#8216;Taking down&#8217; this guy doesn&#8217;t really solve any problems caused by this poor system. </p>
<p><em>Technology is mankinds Achilles-heel</em>, I tell ya.</p>
<p>I mean, you can say that its wrong of the guy exploiting this hole to such an extent &#8212; but hell &#8212; it was reported on earlier, by Bruce Schneier in 2003 (!). Sure as hell it&#8217;s their own frigging fault that they hadn&#8217;t picked this up earlier, and thus allowed this &#8216;mass-exploitation&#8217;. And hey its pretty understandable this happens: it fucks with <em>us</em> any opportunity it gets &#8212; why <em>not</em> fuck <em>the system</em>? </p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/10/29/sure-blame-some-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If they can&#8217;t even protect their &#8216;most valuable good&#8217;&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/10/09/if-they-cant-even-protect-their-most-valuable-good/</link>
		<comments>http://navahogunleg.net/blog/2006/10/09/if-they-cant-even-protect-their-most-valuable-good/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 13:57:05 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/10/09/if-they-cant-even-protect-their-most-valuable-good/</guid>
		<description><![CDATA[Reading about that ATM hack again today I was thinking this:
If they can&#8217;t even protect their &#8216;most valuable good&#8217;, how can we expect voting machines to tell the truth?
]]></description>
			<content:encoded><![CDATA[<p>Reading about <a href="http://www.engadget.com/2006/09/21/atm-hack-uncovered-financial-freedom-abounds/">that ATM hack again</a> today I was thinking this:</p>
<p>If they can&#8217;t even protect their &#8216;most valuable good&#8217;, how can we expect voting machines to tell the truth?</p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/10/09/if-they-cant-even-protect-their-most-valuable-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not having anything to hide; rather fearing other peoples interpretation of the facts&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/08/31/not-having-anything-to-hide-rather-fearing-other-peoples-interpretation-of-the-facts/</link>
		<comments>http://navahogunleg.net/blog/2006/08/31/not-having-anything-to-hide-rather-fearing-other-peoples-interpretation-of-the-facts/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 09:58:28 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Conspiracies]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Visions]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/08/31/not-having-anything-to-hide-rather-fearing-other-peoples-interpretation-of-the-facts/</guid>
		<description><![CDATA[The title of this post has always been my biggest fear about Big Brother watching everybody&#8217;s move, registering everything they buy, et cetera.
See, I really have nothing to hide. I fear that &#8216;The Man&#8217; only wrongly interprets the information and I get Red Flagged for nothing.
People always thought I was kidding when I said that, [...]]]></description>
			<content:encoded><![CDATA[<p>The title of this post has always been my biggest fear about Big Brother watching everybody&#8217;s move, registering everything they buy, et cetera.</p>
<p>See, I really have nothing to hide. I fear that &#8216;The Man&#8217; only wrongly interprets the information and I get <em>Red Flagged</em> for nothing.</p>
<p>People always thought I was kidding when I said that, but I&#8217;m ever so serious. Recently I was thinking that, basically, some anti-piracy dickheads would dare to state that, if one buys computer components, or a PC, from a retailer and he doesn&#8217;t include an operating system, the person would be a software-pirate.</p>
<p>When I today read <a href="http://www.theregister.co.uk/2006/08/30/fine_software_pirates_says_bsa/">this article here</a>, well, my fears are confirmed.</p>
<p>The BSA wants more enforcement and I can see them convincing &#8216;the law&#8217; that people that do not buy an OS are pirates. </p>
<p>Which is, of course, a big load of crock.</p>
<p><tags>Piracy, Surveillance, Privacy</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/08/31/not-having-anything-to-hide-rather-fearing-other-peoples-interpretation-of-the-facts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give up your PIN-code to some criminal holding you at gun-point?</title>
		<link>http://navahogunleg.net/blog/2006/08/07/give-up-your-pin-code-to-some-criminal-holding-you-at-gun-point/</link>
		<comments>http://navahogunleg.net/blog/2006/08/07/give-up-your-pin-code-to-some-criminal-holding-you-at-gun-point/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 12:21:04 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Belegana]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[Ideas & Concepts]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[The Netherlands]]></category>
		<category><![CDATA[Visions]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/08/07/give-up-your-pin-code-to-some-criminal-holding-you-at-gun-point/</guid>
		<description><![CDATA[Well, go to jail already! In the Netherlands, the police will label anybody that hands over their PIN-code, as a &#8217;suspect of a criminal act&#8217;. Of course, there are things to be said against, and pro&#8230;. But, of course, I&#8217;m more leaning towards against: I didn&#8217;t fucking ask for a fucking banking-card that is protected [...]]]></description>
			<content:encoded><![CDATA[<p>Well, go to jail already! In the Netherlands, the police will label anybody that hands over their PIN-code, as a &#8217;suspect of a criminal act&#8217;. Of course, there are things to be said against, and pro&#8230;. But, of course, I&#8217;m more leaning towards <em>against</em>: <em>I</em> didn&#8217;t fucking ask for a fucking banking-card that is protected by something insane as a mere PIN-code.</p>
<p>I didn&#8217;t ask for that cheap, vulnerable, very easily exploitable, technology. </p>
<p>But I <em>am</em> forced to use it.</p>
<p>Now, if somebody threatens my life, I either risk getting shot by the guy, or getting sued by the state, because I&#8217;m a criminal when I hand over my PIN-code. Like I said: <em>I did not ask for this vulnerable technology</em>, and, <em>I didn&#8217;t ask for the banks to move to machines, so they could fire their (human) personnel thus make more money</em>. </p>
<p>So now, in order to fix the problem <em>they</em> have created, they&#8217;re labeling <em>us</em> as suspects, pointing the <em>blame</em> at <em>us</em>?</p>
<p>See how they <em>distrust</em> you? And we are expected to trust <em>them</em>?</p>
<p>Remember years ago, when we had to physically go to the bank to get funds and had to show our passport to a <em>person</em> before we got our money.</p>
<p>The whole &#8216;<em>Gimme your PIN-code at gun-point</em>&#8216; situation wouldn&#8217;t even <em>exist</em> then. Basically, they are trying to fix a broken system that shouldn&#8217;t have been introduced in the first place.</p>
<p>Watch my words, in a couple of years we get this same shit dealing with RFID and other &#8216;new&#8217; stuff.</p>
<p><tags>PIN-code, Criminal, Threat, the Netherlands</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/08/07/give-up-your-pin-code-to-some-criminal-holding-you-at-gun-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The irony: Windows broken before shipped&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/08/07/the-irony-windows-broken-before-shipped/</link>
		<comments>http://navahogunleg.net/blog/2006/08/07/the-irony-windows-broken-before-shipped/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 11:08:17 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Conspiracies]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Music Industry & DRM]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/08/07/the-irony-windows-broken-before-shipped/</guid>
		<description><![CDATA[So, while a Microsoft spokesman was trying to relay its wet-dream to listeners (i.e. was intellectually masturbating) on the security in Window Vista, a Polish female researcher was demonstrating how the &#8217;security&#8217; can be bypassed, thus resulting in exactly the same unsafe situation as with earlier Windows variants.
Real funny, that.
Safe computing is impossible if the [...]]]></description>
			<content:encoded><![CDATA[<p>So, while a Microsoft spokesman was trying to relay its wet-dream to listeners (i.e. was intellectually masturbating) on the security in Window Vista, <a href="http://www.pcmweb.nl/artikel.jsp?id=1658540">a Polish female researcher</a> was demonstrating how the &#8217;security&#8217; can be bypassed, thus resulting in <em>exactly</em> the same unsafe situation as with earlier Windows variants.</p>
<p>Real funny, that.</p>
<p>Safe computing is impossible if the machines are worked by idiots, right? So why even try? The only way that this can really be guaranteed if you take away all liberties people have on their machine &#8212; just like, a <em>truely</em> safe environment can only <em>really</em> be accomplished if everybody&#8217;s repressed to the bone.</p>
<p>And that can hardly be called &#8216;good&#8217;, right?</p>
<p><tags>Vista, Microsoft, Virus</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/08/07/the-irony-windows-broken-before-shipped/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BlackHat conference demoes US citizen-only targetting smart-bomb, triggered by RFID chip on their passport</title>
		<link>http://navahogunleg.net/blog/2006/08/04/blackhat-conference-demoes-us-citizen-only-targetting-smart-bomb-triggered-by-rfid-chip-on-their-passport/</link>
		<comments>http://navahogunleg.net/blog/2006/08/04/blackhat-conference-demoes-us-citizen-only-targetting-smart-bomb-triggered-by-rfid-chip-on-their-passport/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 07:39:35 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/08/04/blackhat-conference-demoes-us-citizen-only-targetting-smart-bomb-triggered-by-rfid-chip-on-their-passport/</guid>
		<description><![CDATA[Just read that, at the BlackHat conference in Las Vegas, some folks demoed a bomb that will explode if an American passport is in its vicinity &#8212; a scenario not that hard to imagine.
Basically, RFID passports do not guarantee the safety and security they were invented for in the first place. 
Now, I am not [...]]]></description>
			<content:encoded><![CDATA[<p>Just <a href="http://www.webwereld.nl/ref/rss/42291">read</a> that, at the BlackHat conference in Las Vegas, some folks demoed a bomb that will explode if an American passport is in its vicinity &#8212; a scenario not that hard to imagine.</p>
<p>Basically, RFID passports do not guarantee the safety and security <em>they were invented for in the first place</em>. </p>
<p>Now, <em>I</em> am not surprised, neither would be anybody else watching these governmental <em>wet-dream</em> technologies. But I bet there&#8217;s still plenty people around that <em>don&#8217;t</em>.</p>
<p>The demo is available as a <a href="http://ictroddels.nl/extra/rfid_psp.mov">MOV</a> as well.</p>
<p>Oh &#8212; and anybody thinking that RFID passports and <em>biometrics</em> are for your own safety and security: <em>don&#8217;t you believe it</em>. Accepting biometrics as an authentication mechanism is not for your <em>own</em> safety at all. </p>
<p>It&#8217;s because The Man doesn&#8217;t want to torture you to get to your PIN-code or password, or the access code to your safety vault. He just wants to grab your hand, place it on the scanner and shove your face into the iris-recognition thing and get to your private stuff. That said, the people pushing this shit <em>must</em> be criminal.</p>
<p>The fact that, in the near future, it will be <em>impossible</em> for me to give my bank-card to my girlfriend to use the ATM machine, to me, isn&#8217;t more <em>freedom</em>, but rather more <em>repression</em>&#8230;</p>
<p><tags>RFID, Passports, Technology, Facade</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/08/04/blackhat-conference-demoes-us-citizen-only-targetting-smart-bomb-triggered-by-rfid-chip-on-their-passport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ictroddels.nl/extra/rfid_psp.mov" length="10223089" type="video/quicktime" />
		</item>
		<item>
		<title>They said the technology wouldn&#8217;t be abused in such a way &#8212; but &#8230;. it is.</title>
		<link>http://navahogunleg.net/blog/2006/07/31/they-said-the-technology-wouldnt-be-abused-in-such-a-way-but-it-is/</link>
		<comments>http://navahogunleg.net/blog/2006/07/31/they-said-the-technology-wouldnt-be-abused-in-such-a-way-but-it-is/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 12:45:32 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Conspiracies]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/31/they-said-the-technology-wouldnt-be-abused-in-such-a-way-but-it-is/</guid>
		<description><![CDATA[Okay so I read this stuff here (Dutch) which tells about how surveillance camera&#8217;s (put there to increase public safety) are now being abused to give parking-tickets.
Of course they say &#8216;these wrongly parked cars are hindering the ambulances&#8216;. Although that may be true, that sure is hell isn&#8217;t the real reason they&#8217;re doing this. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so I read <a href="http://www.nu.nl/news/791032/12/Beveiligingscamera_gebruikt_tegen_foutparkeerders.html">this stuff here</a> (Dutch) which tells about how surveillance camera&#8217;s (put there to increase <em>public safety</em>) are now being abused to give parking-tickets.</p>
<p>Of course they say &#8216;<em>these wrongly parked cars are hindering the ambulances</em>&#8216;. Although that may be true, that sure is hell isn&#8217;t the <em>real</em> reason they&#8217;re doing this. It&#8217;s those damn <em>quota&#8217;s</em> that make these cops do this shit.</p>
<p>And we can&#8217;t police the police because then, shit like <a href="http://yro.slashdot.org/article.pl?sid=06/07/30/0557216">this</a> occurs.</p>
<p><em><strong>Freedom</strong>? Last time I seen it, it was trying to stand up for <strong>Civil Liberties</strong> but got beat-up and maimed by <strong>Opportunitism</strong>.</em></p>
<p><tags>Abuse, Technology, Repression, Big Brother</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/31/they-said-the-technology-wouldnt-be-abused-in-such-a-way-but-it-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.0.4 security release available</title>
		<link>http://navahogunleg.net/blog/2006/07/31/wordpress-204-security-release-available/</link>
		<comments>http://navahogunleg.net/blog/2006/07/31/wordpress-204-security-release-available/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 09:41:47 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/31/wordpress-204-security-release-available/</guid>
		<description><![CDATA[If you haven&#8217;t already &#8212; please upgrade WordPress to version 2.0.4. According to the developers, over 50 bugs have been fixed and the issue with the &#8216;Anyone can register&#8216;-thing has now been addressed.
Spread the Word, Press..  
WordPress, Blogs, Vulnerability, Security
]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already &#8212; <a href="http://wordpress.org/development/2006/07/wordpress-204/">please upgrade WordPress to version 2.0.4</a>. According to the developers, over 50 bugs have been fixed and the issue with the &#8216;<a href="http://navahogunleg.net/blog/2006/07/27/wordpress-users-disable-anyone-can-register/"><em>Anyone can register</em></a>&#8216;-thing has now been addressed.</p>
<p>Spread the Word, Press.. <img src='http://navahogunleg.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><tags>WordPress, Blogs, Vulnerability, Security</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/31/wordpress-204-security-release-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blow-up doll for insecure female drivers</title>
		<link>http://navahogunleg.net/blog/2006/07/26/blow-up-doll-for-insecure-female-drivers/</link>
		<comments>http://navahogunleg.net/blog/2006/07/26/blow-up-doll-for-insecure-female-drivers/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 10:28:17 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/26/blow-up-doll-for-insecure-female-drivers/</guid>
		<description><![CDATA[So some company is marketing a blow-up doll for women who are insecure about driving at night, alone. Apparently, the presence of what appears to other people as a real person, gives them enough security to drive around town.
Now, I wonder &#8212; do women over-estimate the blow-up dolls&#8217; size, too? 
However sexist the whole concept [...]]]></description>
			<content:encoded><![CDATA[<p>So some company <a href="http://today.reuters.com/news/newsarticle.aspx?type=oddlyEnoughNews&#038;storyid=2006-07-25T134214Z_01_L24884216_RTRUKOC_0_US-BLOWUPMAN.xml&#038;WTmodLoc=NewsArt-R2-Today-9">is marketing a blow-up doll for women</a> who are insecure about driving at night, alone. Apparently, the presence of what appears to other people as a real person, gives them enough security to drive around town.</p>
<p>Now, I wonder &#8212; do <a href="http://www.dailyindia.com/show/45099.php/Body_shapes_fool_men_and_women">women over-estimate</a> the blow-up dolls&#8217; size, too? </p>
<p>However sexist the whole concept is, it may be concluded that a women&#8217;s mind is easily distracted, more succeptible to invasive, negative thoughts that might influence their performance.</p>
<p>Of course this solution doesn&#8217;t <em>really</em> work either &#8212; it is fooling the women (or person using it) into believing that it is, indeed, safer.</p>
<p>The fact is that anybody using it, seriously <em>does</em> over-estimate its power. Any criminal or sex-offender on a mission can simply use heat-detection to detect that the guy sitting next to the woman is a fake.</p>
<p>It&#8217;s a funny concept, but I laugh even harder at the people will actually buy it&#8230; In my humble opinion its actually sickening trying to make money of someones&#8217; mental insecurity selling a solution that doesn&#8217;t <em>really</em> work.</p>
<p>(Trying hard to refrain from making parallels with the Airplane! film.)</p>
<p><tags>Observation, Blow-up Dolls, Driving, Cars</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/26/blow-up-doll-for-insecure-female-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verichip RFID clonable (thus totally unsafe), despite the company&#8217;s promises</title>
		<link>http://navahogunleg.net/blog/2006/07/26/verichip-rfid-clonable-thus-totally-unsafe-despite-the-companys-promises/</link>
		<comments>http://navahogunleg.net/blog/2006/07/26/verichip-rfid-clonable-thus-totally-unsafe-despite-the-companys-promises/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 06:57:42 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/26/verichip-rfid-clonable-thus-totally-unsafe-despite-the-companys-promises/</guid>
		<description><![CDATA[I just heard from somebody that on HOPE, a presentation was given how easily the Verichip RFID chip implant can be cloned (thus identities stolen, people posing as other people getting easier because nowadays, somehow, everything must be digital or something.
Basically, the work is done by this device, called the proxmark3, that;
[it] can do almost [...]]]></description>
			<content:encoded><![CDATA[<p>I just heard from somebody that on <a href="http://www.hopenumbersix.net/">HOPE</a>, a presentation was given how easily the <a href="http://www.techsploitation.com/2006/07/18/721-rfid-madness-at-hope-in-new-york/">Verichip RFID chip implant can be cloned</a> (thus identities stolen, people posing as other people getting easier because nowadays, somehow, everything <em>must</em> be digital or something.</p>
<p>Basically, the work is done by <a href="http://cq.cx/proxmark3.pl">this device</a>, called the <em>proxmark3</em>, that;</p>
<blockquote><p>[it] can do almost anything involving almost any kind of low-(~125 kHz) or high-(~13.56 MHz) frequency RFID tag. It can act as a reader. It can eavesdrop on a transaction between another reader and a tag. It can analyze the signal received over the air more closely, for example to perform an attack in which we derive information from the tag&#8217;s instantaneous power consumption. It can pretend to be a tag itself.</p></blockquote>
<p>Not surprisingly either, security experts have been warning for these possibilities for years but happily ignored by the wet-dream-having politicians paid by the RFID-lobbyists&#8230;</p>
<p><tags>Technology, RFID, Unsafe</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/26/verichip-rfid-clonable-thus-totally-unsafe-despite-the-companys-promises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On voice recognition to access bank-account information&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/07/21/on-voice-recognition-to-access-bank-account-information/</link>
		<comments>http://navahogunleg.net/blog/2006/07/21/on-voice-recognition-to-access-bank-account-information/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 09:05:14 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[The Netherlands]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/21/on-voice-recognition-to-access-bank-account-information/</guid>
		<description><![CDATA[Bright idea, voice recognition (Dutch article) to access bank account information.
A user can authenticate themselves to the bank, using their voice as their passport. Anyone that remember the film Sneakers will remember that, basically, you could record and playback somebody&#8217;s bank-account number after you&#8217;ve snooped from them.  &#8220;My voice is my passport&#8221;&#8230; 
That said, [...]]]></description>
			<content:encoded><![CDATA[<p>Bright idea, <a href="http://www.trouw.nl/laatstenieuws/laatstenieuws/article392903.ece/Computer_herkent_stem_van_klant_bij_telebankieren">voice recognition</a> (Dutch article) to access bank account information.</p>
<p>A user can authenticate themselves to the bank, using their voice as their passport. Anyone that remember the film <em>Sneakers</em> will remember that, basically, you could record and playback somebody&#8217;s bank-account number after you&#8217;ve snooped from them.  &#8220;<em>My voice is my passport</em>&#8221;&#8230; </p>
<p>That said, I really <em>do</em> hope some other, random number is asked and even <em>then</em> its unlikely to be full-proof.</p>
<p>Luckily, it&#8217;s a <em>voluntary</em> service and no transactions can be done with it (yet) but it&#8217;s sad enough that somebody else, using your <em>recorded</em> voice, can figure out how much you got in your account. </p>
<p>That isn&#8217;t progress at all.</p>
<p><tags>Banking, Safety, Privacy, Voice Recognition</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/21/on-voice-recognition-to-access-bank-account-information/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>McKinnon to be extradited to America after all</title>
		<link>http://navahogunleg.net/blog/2006/07/07/mckinnon-to-be-extradited-to-america-after-all/</link>
		<comments>http://navahogunleg.net/blog/2006/07/07/mckinnon-to-be-extradited-to-america-after-all/#comments</comments>
		<pubDate>Fri, 07 Jul 2006 06:32:07 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Sad Stuff]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/07/07/mckinnon-to-be-extradited-to-america-after-all/</guid>
		<description><![CDATA[Seems like the pleads didn&#8217;t help Gary McKinnon at all. Because of a dumb extradition treaty he&#8217;ll be extradited to the US. For, according to the media,
[..] the &#8220;biggest military hack of all time&#8221; [..]
Which in itself is absolute bullshit because the &#8216;biggest military hack&#8217;, at least strategically, is the forced usage of Microsoft Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like the <a href="http://www.telegraph.co.uk/news/main.jhtml?xml=/news/2006/07/07/nhacker07.xml&#038;sSheet=/news/2006/07/07/ixuknews.html">pleads didn&#8217;t help Gary McKinnon</a> at all. Because of a dumb extradition treaty he&#8217;ll be extradited to the US. For, according to the media,<br />
<blockquote>[..] the &#8220;biggest military hack of all time&#8221; [..]</p></blockquote>
<p>Which in itself is absolute bullshit because the &#8216;biggest military hack&#8217;, at least strategically, is the forced usage of Microsoft Windows by every damn government in the world.</p>
<p>But I slightly digress.</p>
<p>This guy only did one thing: prove how fucking lame the US protects its valuable information. Ah, and one other thing: the UK government doesn&#8217;t listen to its citizens.</p>
<p>It&#8217;s obviously just meant to send a signal: `<em>Don&#8217;t do this you evil hackers, you&#8217;ll go to Gbay.</em>&#8216; which, in itself, is an act of sheer <em>terror</em>.</p>
<p>BTW who&#8217;s to guarantee that the United States isn&#8217;t recruiting <em>him</em> for <em>their</em> jihad?</p>
<p><tags>Gary McKinnon, Terror, Hackers, Crackers</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/07/07/mckinnon-to-be-extradited-to-america-after-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Bluecasting&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/06/22/on-bluecasting/</link>
		<comments>http://navahogunleg.net/blog/2006/06/22/on-bluecasting/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 06:10:25 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/06/22/on-bluecasting/</guid>
		<description><![CDATA[I read this article about a Dutch shop that sends messages to Bluetooth enabled devices. Apparently &#8212; this is not spam. Because, by its definition, spamming is only spam if you are abusing some &#8217;service&#8217;. As Bluetooth is not a communication-service, i.e. one doesn&#8217;t have to subscribe or pay to use it, you can spam [...]]]></description>
			<content:encoded><![CDATA[<p>I read this article about a Dutch shop that sends messages to Bluetooth enabled devices. Apparently &#8212; this is not spam. Because, by its definition, spamming is only spam if you are abusing some &#8217;service&#8217;. As Bluetooth is not a communication-<em>service</em>, i.e. one doesn&#8217;t have to subscribe or pay to use it, you can spam eachother senseless.</p>
<p>OK this is interesting.</p>
<p>This actually proves the point I <a href="http://navahogunleg.net/blog/2006/06/22/one-third-of-europeans-lack-basic-computer-skills/">made earlier today</a>: although one can &#8216;copy a file using a mouse&#8217; this says shit about ones computer literacy. To explain this analogy: people <em>can use</em> the phone, but <em>don&#8217;t know shit</em> about any consequences.</p>
<p>Any idiot keeping their Bluetooth device in its default factory settings, allowing anyone to connect and send to the damn thing, will be punished accordingly&#8230; See, it is only a matter of time before the real evil guys find out how to compromise the technology used in any shop so in stead of &#8216;innocent&#8217; spam, it will start sending out virus-infected data files. </p>
<p>Believe me, this won&#8217;t be as difficult, or as far-fetched, as most people like to think it is.</p>
<p><tags>Bluecasting, Advertisement, Spam</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/06/22/on-bluecasting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySpace sued after assault on minor, but what is this really about?</title>
		<link>http://navahogunleg.net/blog/2006/06/21/myspace-sued-after-assault-on-minor-but-what-is-this-really-about/</link>
		<comments>http://navahogunleg.net/blog/2006/06/21/myspace-sued-after-assault-on-minor-but-what-is-this-really-about/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 08:11:51 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/06/21/myspace-sued-after-assault-on-minor-but-what-is-this-really-about/</guid>
		<description><![CDATA[I just read that parents sued MySpace for $ 14 milion in damages after their child got assaulted in real life after having her profile publicly posted on a social networking site.
The lawyer stated that:
MySpace is more concerned about making money than protecting children online.
Of course, parents can&#8217;t hardly be blamed for neglecting their kids [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.theregister.co.uk/2006/06/20/myspace_sued/">just read that parents sued MySpace for $ 14 milion in damages</a> after their child got assaulted in real life after having her profile publicly posted on a social networking site.</p>
<p>The lawyer stated that:<br />
<blockquote>MySpace is more concerned about making money than protecting children online.</p></blockquote>
<p>Of course, parents can&#8217;t hardly be blamed for neglecting their kids &#8212; wanting time for themselves, putting the child behind a computer in the first place.</p>
<p>The guy continued with:<br />
<blockquote>[..] they should compensate the girl for their failure to protect her online when they knew sexual predators were on that site.</p></blockquote>
<p>They knew sexual predators were on that site? What the hell happened to <em>common sense</em>? </p>
<p>Sexual predators are <em>everywhere</em>. The failure to recognize that leaves these parents, themselves, responsible, and guilty, as hell. That&#8217;s like, <a href="http://www.ad.nl/buitenland/article418601.ece">leaving your kids in front of the pub while getting drunk and then wonder where the hell they are at 02:30 AM and notice they have been abducted</a>.</p>
<p>The family might think they find &#8216;peace&#8217; in getting some compensation; but in my humble opinion, if they accept that money &#8212; it is effectively prostitution. </p>
<p>Anyway, the lawyer argues that:<br />
<blockquote>[..] none of the registration information the site requires needs to be true, and nothing is done to verify a user&#8217;s age.</p></blockquote>
<p>Aha &#8212; so that&#8217;s where this stuff is heading! </p>
<p>I was thinking this was about a <em>sexual assault on a minor</em>, but meanwhile it has became clear that this is all about <em>identifiability</em>, <em>tracking</em> and <em>tracing</em> every on-line move. </p>
<p>It <em>could</em> just be that somebody wants credit card or social security numbers, or any other unique identifier, to be required information on registration forms, naively thinking this will make all the badness in humans go away.</p>
<p>Or the family just wants money. That&#8217;s pretty likely as well. Although being a bit blurry, I can say one definite thing about the family&#8217;s motives: a <em>true concerning parent</em> wouldn&#8217;t sue for <em>money</em> &#8212; a <em>concerning</em> parent would rather see the <em>whole operations</em> being shut down.</p>
<p><tags>MySpace, Protection, Greed</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/06/21/myspace-sued-after-assault-on-minor-but-what-is-this-really-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Belgium kidnapping&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/06/14/on-the-belgium-kidnapping/</link>
		<comments>http://navahogunleg.net/blog/2006/06/14/on-the-belgium-kidnapping/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 09:11:47 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/06/14/on-the-belgium-kidnapping/</guid>
		<description><![CDATA[So, a couple of days ago, a couple of young girls went missing in Belgium. Immediately, it was all over the media that some pedophile or whatever may have taken them.
The moment I heard that I was thinking: and they jump to this conclusion because&#8230; ? The guy&#8217;s missing? Cellular phone data implicated him in [...]]]></description>
			<content:encoded><![CDATA[<p>So, a couple of days ago, a couple of young girls went missing in Belgium. Immediately, it was all over the media that some pedophile or whatever may have taken them.</p>
<p>The moment I heard that I was thinking: and they jump to this conclusion because&#8230; ? The guy&#8217;s missing? Cellular phone data implicated him in the vicinity? So basically they&#8217;re only jumping to this conclusion because some database, or computer system spitted that out?</p>
<p>Today, my suspicions were confirmed: <a href="http://www.nu.nl/news/754067/21/Verdachte_verdwijning_Belgische_meisjes_meldt_zich_%28video%29.html">it is reported</a> that the suspect has seen himself on TV and immediately went to the police. Yeh, he was in the neighbourhood the night the girls gone missing and was immediately branded the suspect. The man or woman that really kidnapped these kids probably has never yet been arrested for a sex-offence. And while the police was too fucking busy finding out where all the local sex-offenders were that day, the real kidnapper has had ample time to get as far away as possible. Probably already left the country.</p>
<p>Anyway, if you read how this woman actually <em>treated</em> her children, it could be some form of poetic justice in progress here. See, the women finds it strange that, at 02:30 AM in the morning when she walked out of the cafe that she got drunk in, her children weren&#8217;t outside the cafe where she had left them.</p>
<p><em>Left</em> them? At 2:30 AM in the morning?  And she&#8217;s blaming <em>others</em> for kidnapping these kids? </p>
<p>If we leave our keys in our car and it gets stolen, the judge will say it was stupid to leave the keys in the ignition: that is creating the opportunity.</p>
<p><tags>Kidnapping, Belgium</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/06/14/on-the-belgium-kidnapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New &#8216;cybercrime&#8217; laws in effect&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/05/31/new-cybercrime-laws-in-effect/</link>
		<comments>http://navahogunleg.net/blog/2006/05/31/new-cybercrime-laws-in-effect/#comments</comments>
		<pubDate>Wed, 31 May 2006 13:09:58 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[The Netherlands]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/05/31/new-cybercrime-laws-in-effect/</guid>
		<description><![CDATA[Well, in the Netherlands anyway. 
Today, parliament decided to accept 2 new laws in order to make it easier to repress, suppress and oppress.
See, this new law has some things in it that could effectively send anyone to Gbay, or at least some jail.
Now it is made illegal to intrude a computer system. 
No matter [...]]]></description>
			<content:encoded><![CDATA[<p>Well, in the Netherlands anyway. </p>
<p>Today, <a href="http://www.planet.nl/planet/show/id=118880/contentid=717594/sc=c72980">parliament decided to accept 2 new laws</a> in order to make it easier to repress, suppress and oppress.</p>
<p>See, this new law has some things in it that could effectively send <em>anyone</em> to Gbay, or at least <em>some</em> jail.</p>
<p>Now it is made illegal to <em>intrude</em> a computer system. </p>
<p>No matter <em>how</em>, or  <em>why</em>. To make sure that Microsoft&#8217;s crappy software cannot be blamed &#8212; they introduced that little change, making the how and why irrelevant. Also, if you broke into the system just to prove that some company has been ripping off the people and the state for millions and millions of dollars, you&#8217;re still elegible to end up in jail for at least 1 year.</p>
<p>Idiots.</p>
<p>They even make it illegal to have certain &#8216;tools&#8217; on your computer. Really, I have got nothing to hide, but I definitely fear <em>the man</em>&#8217;s interpretation. Sure I got some tools present on my network to do assessments whether it&#8217;s safe enough. Or to test some machine against some hole. Yep, this new law can send you to jail, just for that.</p>
<p>That&#8217;s insane. Supposedly, this stuff has been discussed for 4,5 years. Seeing this came out of it &#8212; those naive fuckers in the government don&#8217;t know shit.</p>
<p>In current day and age, with all these unprotected wireless connections, all of the above acts can&#8217;t even be proven <em>without any reasonable doubt</em>!!</p>
<p>The &#8216;<em>no matter how</em>&#8216; bit scares me. All these silly laws scare me. Basically, by setting up an URL that could intrude some network (but not following it myself), I can associate all the visitors to my website with an intrusion somewhere else. The judge won&#8217;t care &#8216;how&#8217; and &#8216;why&#8217; this happened &#8212; you&#8217;ll just get sent to jail.</p>
<p>Basically, anybody hitting repeatedly hitting <em>Refresh</em> can be sent to jail: that&#8217;s the act of willingly putting a load on another network.</p>
<p><tags>Internet, Cybercrime, The Netherlands</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/05/31/new-cybercrime-laws-in-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The broken laptop Amir sold&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/05/31/the-broken-laptop-amir-sold/</link>
		<comments>http://navahogunleg.net/blog/2006/05/31/the-broken-laptop-amir-sold/#comments</comments>
		<pubDate>Wed, 31 May 2006 06:38:16 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Computers & Hardware]]></category>
		<category><![CDATA[Humour]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/05/31/the-broken-laptop-amir-sold/</guid>
		<description><![CDATA[A colleague pointed me to this site about a guy that bought a laptop over the internet through eBay, finally received a broken laptop.
The fun thing is, although broken, the laptop contains a gem of personal information. Information that this new owner now has happily posted on the internet as a form of pay-back.
The seems [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague pointed me to <a href="http://www.amirtofangsazan.blogspot.com/">this site</a> about a guy that bought a laptop over the internet through eBay, finally received a <em>broken</em> laptop.</p>
<p>The fun thing is, although broken, the laptop contains a gem of personal information. Information that this <em>new</em> owner now has happily posted on the internet as a form of <em>pay-back</em>.</p>
<p>The seems genuine, and pretty damn funny. <img src='http://navahogunleg.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><tags>eBay, Laptops, Humour</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/05/31/the-broken-laptop-amir-sold/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The obvious flaw in Biometrics&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/05/24/the-obvious-flaw-in-biometrics/</link>
		<comments>http://navahogunleg.net/blog/2006/05/24/the-obvious-flaw-in-biometrics/#comments</comments>
		<pubDate>Wed, 24 May 2006 07:43:45 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[Internet & Technology]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/05/24/the-obvious-flaw-in-biometrics/</guid>
		<description><![CDATA[I just discovered this advisory on the Full-Disclosure mailing-list which warns for one of the many obvious flaws in those biometric authentication schemes that everybody wants to roll out, everywhere.

Yeah it&#8217;s funny.
And yeah &#8212; it&#8217;s oh-so true&#8230;
Biometrics, Vulnerability, Security
]]></description>
			<content:encoded><![CDATA[<p>I just discovered <a href="http://lists.grok.org.uk/pipermail/full-disclosure/2006-May/046285.html">this advisory</a> on the Full-Disclosure mailing-list which warns for one of the many obvious flaws in those biometric authentication schemes that everybody wants to roll out, everywhere.<br />
<center><img src="/files/advise1.png"/></center></p>
<p>Yeah it&#8217;s funny.</p>
<p>And yeah &#8212; it&#8217;s <em>oh-so</em> true&#8230;</p>
<p><tags>Biometrics, Vulnerability, Security</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/05/24/the-obvious-flaw-in-biometrics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ayaan: the &#8216;plot&#8217; continues&#8230;</title>
		<link>http://navahogunleg.net/blog/2006/05/23/ayaan-the-plot-continues/</link>
		<comments>http://navahogunleg.net/blog/2006/05/23/ayaan-the-plot-continues/#comments</comments>
		<pubDate>Tue, 23 May 2006 08:59:32 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>
		<category><![CDATA[The Netherlands]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/05/23/ayaan-the-plot-continues/</guid>
		<description><![CDATA[Now it&#8217;s mentioned on the news that she believes that the Dutch government should protect her, even when she&#8217;s in the US. 
She says that the governments responsibility doesn&#8217;t end at the border. Well, last time I checked the Dutch law I read that is only applicable on Dutch territory.
Yeah yeah, so she wants us [...]]]></description>
			<content:encoded><![CDATA[<p>Now it&#8217;s mentioned on the news that she believes that the Dutch government should <em>protect</em> her, even when she&#8217;s in the US. </p>
<p>She says that the governments responsibility doesn&#8217;t <em>end</em> at the <em>border</em>. Well, last time I checked the Dutch law I read that is only applicable on Dutch territory.</p>
<p>Yeah yeah, so she wants us to waste <em>more</em> government money to prevent stuff that either never happens, or can&#8217;t be done <em>anything</em> about to fucking protect against. </p>
<p>Fuck &#8212; anti-terror laws should&#8217;ve prevented a second Oklahoma-style bombing. Yeah, well, we all see what happens when intelligence <em>still</em> fucking fails because humans, basically, are <em>all</em> fucking corrupt.</p>
<p>The fear-mongering governments want us to think that these bad guys are all out for the <em>whole frigging society</em>. </p>
<p>Just for the sake of the fucking argument, assume that threat is true. Why should <em>she</em> get &#8216;more&#8217; protection than <em>you and me</em>? I haven&#8217;t got <em>personal bodyguards</em>. I don&#8217;t get to drive a <em>bullet-proof</em>-car without me having to buy it myself!</p>
<p>For the sake of argument, if I keep on telling that, for instance, I don&#8217;t mind if anything bad would happen to <em>any</em> corrupt politician, and other people because of that would start throwing dead-threats at <em>me</em>, wouldn&#8217;t it be awfully silly for me to call the police because I am, myself, creating that situation? <em>Precisely&#8230;</em></p>
<p>That woman gets way too much credit than she deserves&#8230;</p>
<p><tags>Ayaan, The Netherlands, Politics</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/05/23/ayaan-the-plot-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just when I was thinking `One must be a real idiot to believe the WTC went down because of two mere planes&#8221;</title>
		<link>http://navahogunleg.net/blog/2006/05/09/just-when-i-was-thinking-one-must-be-a-real-idiot-to-believe-the-wtc-went-down-because-of-two-mere-planes/</link>
		<comments>http://navahogunleg.net/blog/2006/05/09/just-when-i-was-thinking-one-must-be-a-real-idiot-to-believe-the-wtc-went-down-because-of-two-mere-planes/#comments</comments>
		<pubDate>Tue, 09 May 2006 10:19:43 +0000</pubDate>
		<dc:creator>Navaho Gunleg</dc:creator>
				<category><![CDATA[Conspiracies]]></category>
		<category><![CDATA[Freedom & Repression]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Media, Religion & Politics]]></category>
		<category><![CDATA[Random Rantings]]></category>
		<category><![CDATA[Security & Privacy]]></category>

		<guid isPermaLink="false">http://navahogunleg.net/blog/2006/05/09/just-when-i-was-thinking-one-must-be-a-real-idiot-to-believe-the-wtc-went-down-because-of-two-mere-planes/</guid>
		<description><![CDATA[&#8230;.I peruse the Full-Disclosure mailing-list to read that some of the guys there think Loose Change is complete bullshit.
That obviously proves there&#8217;s too many idiots in the IT security business too.
We&#8217;ve been blinded with &#8216;expert opinions&#8217; on the whole WTC collapse but hell, you have to be a real moron to think that it wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;.I peruse the Full-Disclosure mailing-list to read that some of the guys there think <em>Loose Change</em> is complete bullshit.</p>
<p>That obviously proves there&#8217;s too many idiots in the IT security business too.</p>
<p>We&#8217;ve been blinded with &#8216;expert opinions&#8217; on the whole WTC collapse but hell, you have to be a real <em>moron</em> to think that it wasn&#8217;t a controlled demolition. Shit &#8212; anyone with some common sense could reach that conclusion.</p>
<p><tags>Rant, Security, 911, WTC</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://navahogunleg.net/blog/2006/05/09/just-when-i-was-thinking-one-must-be-a-real-idiot-to-believe-the-wtc-went-down-because-of-two-mere-planes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
