<?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"
	>

<channel>
	<title>tomwells.org</title>
	<atom:link href="http://www.tomwells.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomwells.org</link>
	<description>foremost expert on many stuff</description>
	<pubDate>Wed, 15 Oct 2008 04:14:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Chrome Wars</title>
		<link>http://www.tomwells.org/2008/09/chrome-wars/</link>
		<comments>http://www.tomwells.org/2008/09/chrome-wars/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 14:43:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=61</guid>
		<description><![CDATA[Yesterday one of my work collegues Illan mailed out his opinions on Google&#8217;s new Chrome browser and it sparked a bit of discussion. I have snipped some of the more interesting discussion below:
Illan: [...snip...] Link to google comic strip [...snip...] I found it interesting because just by looking at Google Chrome the underlying differences are [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday one of my work collegues Illan mailed out his opinions on Google&#8217;s new Chrome browser and it sparked a bit of discussion. I have snipped some of the more interesting discussion below:</p>
<blockquote><p><strong>Illan:</strong> [...snip...] Link to google comic strip [...snip...] I found it interesting because just by looking at Google Chrome the underlying differences are not always evident.  Although its adoption will be based on UI innovations (and there are some nice ones), these are not the main advances – mostly its in the security and stability, as well as being designed for richer applications.  Which makes me think it could perhaps become a good choice for corporate internal web applications[..snip..]</p></blockquote>
<p>It was an early morning for me and I hadn&#8217;t entirely woken up so I was probably a bit cranky still, but I responded with the following (reply all, cc&#8217;d to the company of course):</p>
<blockquote><p><strong>Tom: </strong>Propaganda!</p>
<p>Security and stability were certainly not part of their release prerequisites and clearly a backburner issue for google, a number of vulnerabilities were discovered within the first week of launch – most of them related to google’s evil concoction of old and unpatched open-source components. Can you believe they didn’t bother to upgrade their components, but released with old garbage.</p>
<p>We can’t dismiss chrome completely however, it is just a beta version and google “probably” is interested in protecting their users and will patch – just don’t expect to get a hardened browser out the box, or within the first 2 years at least. Firefox (with security extensions installed such as NoScript and Ad-Block Plus) is the only trusted browser in terms of security scrutiny, and they have the battle scars to prove it. It baffles me why google decided to reinvent – and it makes me nervous. They already track a massive percentage of users through their 2037 expiring cookies, gmail and google-analytics (to name a few) – but every security professional knows to really “own” (or pwn) the internet you need to be the man-in-the-browser.</p>
<p>Ok now I’m ranting – but I wouldn’t touch chrome with a 10 foot pole.</p></blockquote>
<p>I have to admit that I hadn&#8217;t really bothered to look at Chrome except for the list of published vulns that had been released. I hadn&#8217;t even read the stupid comic, so was probably a bit unprepared to make that statement.</p>
<p>Illan&#8217;s response was taking up the google-is-cool-cause-it-appeals-to-geeks view, and I appreciate he didn&#8217;t burn me down to the ground (I think he thinks I know more about security and ethics than I really do so handled me lightly):</p>
<blockquote><p><strong>Illan: </strong>Erk, I had better not get into a security debate with you – but I have to answer one point:</p>
<p><em>“It baffles me why google decided to reinvent –“…</em></p>
<p>It baffled me too, and of course one could take the hackneyed view and assume they are trying to take over the world. But that would be evil.<br />
Obviously to enter into this fray you’d need to be super duper quantum advanced, and Chrome clearly isn’t that.  That’s why I thought the propaganda (of course it is that) I forwarded was interesting – it explains why they bothered.  The changes are under the hood, geeky type things that are never going to get it accepted by the general populace.  And yes, they certainly stuffed up using old bits of code and will have as much (actually more because they borrow from two different browser families) of time as anyone keeping their browser up to date from the point of view of exploits and flaws.</p>
<p>But did you read the thing <em>[he means the comic strip -tom]</em>? Don’t you think separate processes, with more sandboxing, is cool?. A compiled Javascript and being built from scratch to work as an application container? And you can’t argue with their testing capabilities – of course there are bugs, but If anyone is positioned to find and fix them quickly its them (of course if we don’t see them doing this then its game over since they have touted their own ability to do so).  As for the user interface I do enjoy the minimalism and the googlesearchism but its not the main point. And it does seem fast.</p>
<p>As for secret agendas, its open source.  But I do agree that they have a hell of hill to climb with Mozilla. But perhaps its not so much that they are trying to compete as they are trying to get the others out there to improve – because they want everyone to have browsers that can run the kind of apps they want to write.</p></blockquote>
<p>So to paraphrase:</p>
<p>1. Google is not evil<br />
2. They screwed up, but they will fix all the problems<br />
3. Technically Chrome is nicely architected and it&#8217;s fast<br />
4. Chrome is not evil because it&#8217;s open source and their intension is to play nicely with the competing browsers in the market (more competition will up the level of all browsers)</p>
<p>So there was some back and forth about the process-per-tab nonsense plus the amazing performance experiences, thanks to Dom for giving me <a title="My thoughts on Googles Chrome" href="http://singe.za.net/blog/archives/941-My-Thoughts-on-Googles-Chrome.html" target="_blank">some ammo from his Chrome war with Yusuf</a> (see comments):</p>
<blockquote><p><strong>Tom: </strong>In terms of the separate tab-per-process idea – yes it’s great, and it does minimize the risk of browser bugs to some extent – but doesn’t get us anywhere nearer to solving the real big internet security issues of XSS, CSRF, and SQL injection. Some would argue that these can’t be solved by the browser, but even the granular way that chrome handles cookies shows the browser has a long way to come to start tackling these security problems.</p>
<p>The process separation means that attackers won’t be targeting the tab process because it doesn’t provide much, but will rather go after the parent layer. The browser crash discussed at <a title="Early security issues tarnish googles Chrome" href="http://www.networkworld.com/news/2008/090308-early-security-issues-tarnish-googles.html?page=1" target="_blank">http://www.networkworld.com/news/2008/090308-early-security-issues-tarnish-googles.html?page=1</a> is already an example of the entire browser crashing meaning that it is possible to break out of the tab process into the parent process. But sure they will fix this and we’ll be safe for another week or two. Also, I have no doubt that chrome plans to support community plug-ins (right? They can’t expect to compete with Firefox without them.) – where will these plug-ins run? Inside each tab process, or within the parent process (and how will they communicate between each process) – my point is that yes it’s definitely a step in the right direction, but there are lots of very complex problems to solve if they plan to make the architecture usable, and complexity breeds vulnerabilities.</p>
<p>As for performance – I don’t think we can really compare chrome’s performance with any fully featured browser yet. A buddy of mine [that's you Dom -ed] pointed out that he could get just as snappy a browser if he docked the Mozilla Gecko engine into a gtk widget and called it a browser.</p></blockquote>
<p>Then we moved onto some philosophical stuff around browser 2.0 (if no-one else has already, I coined this!):</p>
<blockquote><p><strong>Illan: </strong>The bugs and vulnerabilities don’t bother me , its whether it is inherently potentially better designed… I don’t expect it to be perfect out of the box.</p>
<p>Bottom line: If the browser world can benefit from a bottom –up redesign, then Chrome may be a good start, and if (a big if) it is adopted by open source community then no reason it couldn’t piggy back on Mozilla and do some things Mozilla can’t without a redesign.  I mean, who was going to try redesigning anything, at least Google has given it a shot.</p></blockquote>
<blockquote><p>Good point about the speed though.</p>
<p>If you had to redesign the web for better security, what would you do?</p></blockquote>
<p>So what we need is a browser re-design, and if not what is the alternative - my response:</p>
<blockquote><p><strong>Tom: </strong>I don’t agree that chrome is a re-design at all – sure they have done some nifty process separation, but I wouldn’t call it &#8220;browser 2.0&#8243; <em>[COINED! You just experienced a historic moment on the Internet -tom]</em> just yet. The UI enhancements do look pretty, but that&#8217;s really all it is – and it all looks a bit dumbed down. Maybe I would install it for my parents to use – but they are notorious for getting fooled into clicking malicious adverts and the such so I’ll stick with firefox with NoScript for them in the meantime.</p>
<p>If I had to redesign the web for better security I wouldn’t go to google for ideas – their entire business revolves around profiling their users for targeted advertising. I don’t have an issue with that as its the price of good web tools, but to give them a chunk of my desktop too feels a bit big-brother. Google is more and more becoming very invasive and I don’t agree that their intensions with Chrome are to “give it a shot building a browser” – I think they really aim to own the browser market and the unfortunate thing is that they probably are in a position to be successful at it. And maybe they will improve our lives somehow in the process, but at what cost.</p>
<p>If google were concerned with our privacy they would have given us encrypted mail in gmail – not because the technology doesn’t exist, but because it doesn’t help their business. It all sounds like a conspiracy theory but don’t think google won’t hand out your data if pushed – Yahoo was strong-armed into handing over search data to the Chinese government resulting in real people being detained. And even if you don’t feel that no dirt would be found on you – an attacker with your credentials suddenly has your life in his hands. The lines between our digital and physical identities suddenly become scary blurred. <em>[Dom thanks for the ammo here again :) - ed]</em></p></blockquote>
<p>Illan ended off with a:</p>
<blockquote><p><strong>Illan: </strong>Ya, Google would hand over my data, they most certainly are not concerned with maximising privacy. I agree that we are putting a lot into Google’s hands. It is getting big brotherish and  I don’t like to think about it – which is probably what most people do. I could of course disengage from using their tools – just. In a  year or two maybe I will be just too entrenched.</p>
<p>But I am not at all convinced they are trying to own the browser market (not that they’d object but can they really expect to) and what good would it do them with an open source product.  I can’t see how they could expect to take over the browser world with a slight improvement. As someone once said, to change the world you have to be not 20% better than the rest, not 100%, but 1000% better. (Paraphrasing desperately).  Surely Google isn’t so naïve as to think they could manage it with this incremental attempt at improvement.  They can’t believe that just because its Google it will dominate. It’s the browser wars for goodness sake,  even Netscape couldn’t win them.  Look at Google Talk for example – its certainly no Skype-usurper,  its not even better than Skype – although I have to admit its nice that its there for free with anyone who has gmail (and who would normally not bother with an IM).[...snip...]</p>
<p>So what would browser 2.0 be? I certainly think we could do with an “secure application runtime environment” – oops wasn’t that Java Applets? But mediated  by a text-based descriptive language  - oops wasn’t’ that Mozilla’s XUL or whatever it is called?  Maybe browser 2.0 is Flash? Oh no its Silverlight.  What happened to Silverlight  by the way.</p></blockquote>
<p>Then he went home and I went to get some lunch. A good morning :) I still haven&#8217;t installed Chrome and I don&#8217;t plan to, which is unusual for the early-adopter symdrome I suffer from. 6 months ago I probably would have backed Google here - but something just smells fishy. Maybe I&#8217;m paranoid, but damn it really bothers me whenever I click that &#8220;History&#8221; link on the Google search page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/09/chrome-wars/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photosynth idiots</title>
		<link>http://www.tomwells.org/2008/08/photosynth-idiots/</link>
		<comments>http://www.tomwells.org/2008/08/photosynth-idiots/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 15:53:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[photography]]></category>

		<category><![CDATA[photosynth]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=52</guid>
		<description><![CDATA[Photosynth is awesome for stealing passwords and personal information, especially from idiots who write their passwords on post-it notes. A couple of quick searchs for &#8220;office&#8221;, &#8220;my desk&#8221; and &#8220;IT office&#8221; reveals some interesting results:

I especially enjoy the closeup snap of a notebook above containing meeting minutes, one hell of a dancing pig this photosynth [...]]]></description>
			<content:encoded><![CDATA[<p>Photosynth is awesome for stealing passwords and personal information, especially from idiots who write their passwords on post-it notes. A couple of quick searchs for &#8220;office&#8221;, &#8220;my desk&#8221; and &#8220;IT office&#8221; reveals some interesting results:</p>
<p><a href="http://www.tomwells.org/wp-content/uploads/2008/08/vettedriver_office_1.jpg"><img class="alignnone size-medium wp-image-56" title="vettedriver_office_1" src="http://www.tomwells.org/wp-content/uploads/2008/08/vettedriver_office_1-300x180.jpg" alt="" width="300" height="180" /></a><a href="http://www.tomwells.org/wp-content/uploads/2008/08/vettedriver_office_2.jpg"><img class="alignnone size-medium wp-image-57" title="vettedriver_office_2" src="http://www.tomwells.org/wp-content/uploads/2008/08/vettedriver_office_2-300x181.jpg" alt="" width="300" height="181" /></a><a href="http://www.tomwells.org/wp-content/uploads/2008/08/michael_office_1.jpg"><img class="alignnone size-medium wp-image-53" title="michael_office_1" src="http://www.tomwells.org/wp-content/uploads/2008/08/michael_office_1-300x181.jpg" alt="" width="300" height="181" /></a><a href="http://www.tomwells.org/wp-content/uploads/2008/08/my_desk_area_1.jpg"><img class="alignnone size-medium wp-image-54" title="my_desk_area_1" src="http://www.tomwells.org/wp-content/uploads/2008/08/my_desk_area_1-300x181.jpg" alt="" width="300" height="181" /></a><a href="http://www.tomwells.org/wp-content/uploads/2008/08/my_desk_area_2.jpg"><img class="alignnone size-medium wp-image-55" title="my_desk_area_2" src="http://www.tomwells.org/wp-content/uploads/2008/08/my_desk_area_2-300x175.jpg" alt="" width="300" height="175" /></a></p>
<p>I especially enjoy the closeup snap of a notebook above containing meeting minutes, one hell of a dancing pig this photosynth thing!</p>
<p>Update: Found an <a title="Accused Six Flags hacker pleads guilty in Upstate courtroom" href="http://www.thestate.com/breaking/story/504040.html" target="_blank">article</a> about a hacker who was busted after investigators found photographs posted of his cat on his laptop - they managed to zoom into the laptop screen, obtaining a lead as to his identity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/08/photosynth-idiots/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Big Surprise: DNS Attacks In The Wild!</title>
		<link>http://www.tomwells.org/2008/07/big-surprise-dns-attacks-in-the-wild/</link>
		<comments>http://www.tomwells.org/2008/07/big-surprise-dns-attacks-in-the-wild/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 21:10:48 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[dns]]></category>

		<category><![CDATA[exploit]]></category>

		<category><![CDATA[metasploit]]></category>

		<category><![CDATA[pwn]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=49</guid>
		<description><![CDATA[Only about a week after the full disclosure of Dan Kaminski&#8217;s DNS Cache Poisoning Vulnerability have reports of actual live attacks started to trickle in. Surprising they have taken so long, as the metasploit code was available only about a day later (here). HD Moore - one of the guys responsible for the metasploit exploit [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://www.pc-america.us/images/exploding_mkt_240.jpg" alt="" width="120" height="192" />Only about a week after the full disclosure of Dan Kaminski&#8217;s DNS Cache Poisoning Vulnerability have reports of actual live attacks started to trickle in. Surprising they have taken so long, as the <a title="http://metasploit.org/" href="http://metasploit.org/" target="_blank">metasploit</a> code was available only about a day later (<a title="http://www.caughq.org/exploits/CAU-EX-2008-0002.txt" href="http://www.caughq.org/exploits/CAU-EX-2008-0002.txt" target="_blank">here</a>). HD Moore - one of the guys responsible for the metasploit exploit has also been in the news for having his <a title="http://blogs.zdnet.com/security/?p=1608" href="http://blogs.zdnet.com/security/?p=1608" target="_blank">DNS pwned by the exploit</a> already :)</p>
<p>Good news is that my TimeWarner RoadRunner Cable service was patched only about 4 days ago. Check your status by going to <a title="http://www.doxpara.com/" href="http://www.doxpara.com/" target="_blank">doxpara.com</a> and clicking the &#8220;Check My DNS&#8221; button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/07/big-surprise-dns-attacks-in-the-wild/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone Hacking: Can&#8217;t we just all get along?</title>
		<link>http://www.tomwells.org/2008/07/iphone-hacking-cant-we-just-all-get-along/</link>
		<comments>http://www.tomwells.org/2008/07/iphone-hacking-cant-we-just-all-get-along/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 03:25:13 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[gizmos]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[apple]]></category>

		<category><![CDATA[devteam]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[windows]]></category>

		<category><![CDATA[zibri]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=48</guid>
		<description><![CDATA[OMFG the children over at the iphone dev team have released a working unlocker for the iphone 2.0 firmware. Looks like it actually patches the official apple firmware 2.0 image before doing the upgrade (or restore) - clincher is that you need to have already &#8216;pwned&#8217; the device (using winpwn or pwnagetool if you&#8217;re on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://aceoftech.com/wp-content/uploads/2008/03/iphone1.PNG" alt="" width="239" height="181" />OMFG the children over at the <a title="iPhone Dev Team" href="http://blog.iphone-dev.org/" target="_blank">iphone dev team</a> have released a working unlocker for the iphone 2.0 firmware. Looks like it actually patches the official apple firmware 2.0 image before doing the upgrade (or restore) - clincher is that you need to have already &#8216;pwned&#8217; the device (using winpwn or pwnagetool if you&#8217;re on a mac). Mac users get the hack for almost no effort, while windows users have to jump through a whole bunch of extra hoops to get it working.</p>
<p>I previously used <a title="ZiPhone - Zibri's blog" href="http://www.ziphone.org" target="_blank">ZiPhone</a> to unlock my 1.1.4 phone, which worked great - but doesn&#8217;t look like the famous Mr Zibri will be releasing a ZiPhone 2.0 - looks like he&#8217;s a bit of a sulker! A recent iphone dev team <a title="Another Rant" href="http://pumpkinpat.ch/zibri_rant.html" target="_blank">rant</a> lands a couple of massive blows, look forward to the cryptic response!</p>
<address style="padding-left: 30px;">&#8220;And as to his most recent update, I&#8217;m not really sure what to say. I&#8217;d call it the swan song, but that would imply he was a swan, which is certainly not my intention. Maybe the chicken song would be more appropriate. ZiPhone was &#8220;developed&#8221; 9 months after the iPhone release, so he&#8217;s justifying his lack of releases now, okay. Once again he pushes the &#8220;real hack&#8221; idea, which we hope we&#8217;ve already pounded sufficiently into the ground above. We&#8217;re not sure how the fact that we were so popular it took down multiple unmetered gigabit servers is a point in his favor. We&#8217;ve had close to a third of his total visits since last week.&#8221;-<a title="pumpkin - iphone dev team" href="http://pumpkinpat.ch/" target="_blank">pumpkin</a> (iphone dev team)</address>
<p>My prediction is things are gonna get nasty! Looking forward to the next episode?</p>
<p>So anyways, I think it&#8217;s time I did the upgrade - I&#8217;m busy getting all the pieces of the puzzle together, I&#8217;ll keep you updated :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/07/iphone-hacking-cant-we-just-all-get-along/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Life at Apt. 8A</title>
		<link>http://www.tomwells.org/2008/07/life-at-apt-8a/</link>
		<comments>http://www.tomwells.org/2008/07/life-at-apt-8a/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 13:07:04 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[life etc]]></category>

		<category><![CDATA[brooklyn]]></category>

		<category><![CDATA[lcd]]></category>

		<category><![CDATA[ny]]></category>

		<category><![CDATA[router]]></category>

		<category><![CDATA[sql injection]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=47</guid>
		<description><![CDATA[Almost a week we&#8217;ve been in little America! Gotta admit that Brooklyn is really a special place, especially the area we are staying in Brooklyn Heights is saturated with organic food markets, great restaurants, cafes and bars - simply stunning. We&#8217;re staying on the 8th floor of an apartment building, pretty tiny living, but apparently [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: left;" src="http://photos-b.ak.facebook.com/photos-ak-sf2p/v308/45/29/572916220/n572916220_1482817_5272.jpg" alt="" width="302" height="202" />Almost a week we&#8217;ve been in little America! Gotta admit that Brooklyn is really a special place, especially the area we are staying in Brooklyn Heights is saturated with organic food markets, great restaurants, cafes and bars - simply stunning. We&#8217;re staying on the 8th floor of an apartment building, pretty tiny living, but apparently a good size for the area and money. Checkout pictures <a title="New York Pics" href="http://www.tomwells.org/photos/new-york-pics/" target="_blank">here</a>.</p>
<p>I&#8217;ve become thoroughly addicted to online shopping, especially ebay, I *WILL* find a bargain soon and it will all pay off - but in the meantime I have to continue hunting :) Got the bug after ordering a new 22&#8243; LCD and Linksys-54g router for my study (read: desk in the kitchen) - looking forward to getting a real work environment in place. Also my internet connection is rediculous - I have the TimeWarner RoadRunner cable, and it&#8217;s really not that fast on paper, but hell it feels like a LAN, 13ms ping to almost everywhere might have something to do with it!</p>
<p>I&#8217;ve been keeping myself busy with writing a SQL Injection framework, well thats the idea, at the moment it&#8217;s a bunch of nasty looking python scripts but i&#8217;m slowly pulling some structure together and should have something to show y&#8217;all soon. Been testing against a couple of vulnerable ZA sites (makes me feel closer to home I suppose) as I don&#8217;t have my lab infrastructure ready here yet, promise not to break anything! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/07/life-at-apt-8a/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All your post are belong to us</title>
		<link>http://www.tomwells.org/2008/07/all-your-post-are-belong-to-us/</link>
		<comments>http://www.tomwells.org/2008/07/all-your-post-are-belong-to-us/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 09:35:37 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[exploit]]></category>

		<category><![CDATA[man-in-the-middle]]></category>

		<category><![CDATA[pobox]]></category>

		<category><![CDATA[social engineering]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=30</guid>
		<description><![CDATA[Visited the good ol&#8217; post office on Saturday because I wanted to find out if they could &#8220;forward&#8221; my mail delivered to my PO Box elsewhere. They do, and it&#8217;s called their &#8220;redirection&#8221; service and it only costs R33 per month to send your mail anywhere else in South Africa - pretty good. However they [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://www.diy-letting.co.za/realnow/Images/SA%20Post%20Office%20logo.JPG" alt="Post office image" width="257" height="75" />Visited the good ol&#8217; <a title="SA Post Office" href="http://www.sapo.co.za/" target="_self">post office</a> on Saturday because I wanted to find out if they could &#8220;forward&#8221; my mail delivered to my PO Box elsewhere. They do, and it&#8217;s called their &#8220;redirection&#8221; service and it only costs R33 per month to send your mail anywhere else in South Africa - pretty good. However they should probably look at securing this, as I was able to set this up without showing any ID or any security questions asked - interested in getting your ex-wifes mail? keen on stealing your neighbours penthouse subscription? nice little tool to support the little identity theft attack you were putting together? Very worrying indeed. A complete exploit would be to implement a full man-in-the-middle attack where you could sniff the mail (via redirection to your mail box), and then somehow have it delivered to the final destination (i.e. avoiding the redirection second time) - anyone have a PO Box they are not using?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/07/all-your-post-are-belong-to-us/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New York Be Afraid&#8230;</title>
		<link>http://www.tomwells.org/2008/07/new-york-be-afraid/</link>
		<comments>http://www.tomwells.org/2008/07/new-york-be-afraid/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 19:19:41 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[life etc]]></category>

		<category><![CDATA[camera]]></category>

		<category><![CDATA[cissp]]></category>

		<category><![CDATA[internet]]></category>

		<category><![CDATA[nyc]]></category>

		<category><![CDATA[photo]]></category>

		<category><![CDATA[usa]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=29</guid>
		<description><![CDATA[So it&#8217;s official - Michelle and I are heading to the Big Apple for at least 6 months. She has been offered a short-term assignment via her company and today we stood in the freezing cold outside the embassy to get our visas, and against all odds we were accepted with open arms into the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://neatorama.cachefly.net/images/2007-05/edward-moran-statue-liberty.jpg" alt="Statue of Liberty" width="200" height="294" />So it&#8217;s official - Michelle and I are heading to the Big Apple for at least 6 months. She has been offered a short-term assignment via her company and today we stood in the freezing cold outside the embassy to get our visas, and against all odds we were accepted with open arms into the brotherhood of the united states! Whoop whoop to living the American dream! We are going to be staying in an area called Brooklyn Heights - which although may sound gangster is actually quite larny and considered one of the trendy areas of NYC. I&#8217;ll let you know when we get there.</p>
<p>While there I plan to take tons of pictures, even bought an awesome new camera bag (bought it <a title="Crumpler: Pyjama Pride" href="http://www.outdoorphotoshop.co.za/ProductInfo.aspx?productid=PP-003" target="_blank">here</a>, and got a whopper discount) which can take my laptop plus camera and all related gear easily, it&#8217;s quite big but hell isn&#8217;t the rest of America? Also plan on touring around as much as possible, especially want to get some time on a snowboard :) Plus I am definitely coming back with my <a title="CISSP" href="https://www.isc2.org/cgi-bin/content.cgi?category=97" target="_blank">CISSP</a> - I need something to keep me busy.</p>
<p>Frantically packing the house up - will post when we arrive, can&#8217;t wait to experience this awesomely fast internet I keep hearing about&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/07/new-york-be-afraid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nudjit: Logitech Xbox 360 Wheel Review</title>
		<link>http://www.tomwells.org/2008/06/logitech-xbox360-wheel-review/</link>
		<comments>http://www.tomwells.org/2008/06/logitech-xbox360-wheel-review/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 08:48:43 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Xbox360]]></category>

		<category><![CDATA[forza]]></category>

		<category><![CDATA[logitech]]></category>

		<category><![CDATA[momo]]></category>

		<category><![CDATA[nudjit]]></category>

		<category><![CDATA[the times]]></category>

		<category><![CDATA[wheel]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=21</guid>
		<description><![CDATA[
My good mate Colin from The Times has asked me to write a quick review of an xbox360 steering wheel for their newly acquired gadget reviewing site nudjit (it&#8217;s a pretty good site, certainly something worth keeping your eye, or rss aggregator firmly fixed on).
Check out the review here.
Also some new pics posted from an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nudjit.com/wp-content/uploads/2008/06/drivefx-main.jpg" alt="Racing Wheel" height=" " /></p>
<p>My good mate Colin from <a title="The Times" href="http://www.thetimes.co.za/" target="_blank">The Times</a> has asked me to write a quick review of an xbox360 steering wheel for their newly acquired gadget reviewing site <a title="Nudjit - Gadget Reviews for South Africa" href="http://www.nudjit.co.za" target="_blank">nudjit</a> (it&#8217;s a pretty good site, certainly something worth keeping your eye, or rss aggregator firmly fixed on).</p>
<p>Check out the review <a title="Logitech DriveFX Coaxial Racing Wheel" href="http://www.nudjit.com/2008/06/19/logitech-drivefx-axial-feedback-wheel/" target="_blank">here</a>.</p>
<p><img class="alignright" style="float: right;" src="http://webzoom.freewebs.com/bandpictures/My%20Extra%20Folders/Kiss%20Items/Kiss%20Make%20Up%20Kit.jpg" alt="KISS" width="150" height="150" />Also some <a title="80's Party Pics" href="http://www.tomwells.org/photos/80s-party/" target="_blank">new pics posted</a> from an 80&#8217;s party a few weekends ago. I dressed as <a title="Gene Simmons" href="http://www.genesimmons.com/" target="_blank">Gene Simmons</a> from the band KISS (the one with the tongue) - it was a blast!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/06/logitech-xbox360-wheel-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google App Engine</title>
		<link>http://www.tomwells.org/2008/05/google-app-engine/</link>
		<comments>http://www.tomwells.org/2008/05/google-app-engine/#comments</comments>
		<pubDate>Fri, 30 May 2008 12:36:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[app engine]]></category>

		<category><![CDATA[django]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.tomwells.org/?p=22</guid>
		<description><![CDATA[I recently registered for google app engine - interesting idea, not only giving lots of disk space to users, but also the ability to actually write executable code running on a huge infrastructure. Python is the language of course, and stuff like django, cherrypy and pylons are available for free, while google also provides their [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="https://www.google.com/accounts/ah/appengine.gif" alt="Google App Engine" width="145" height="111" />I recently registered for <a title="Google App Engine" href="http://appengine.google.com/" target="_blank">google app engine</a> - interesting idea, not only giving lots of disk space to users, but also the ability to actually write executable code running on a huge infrastructure. Python is the language of course, and stuff like <a title="Django Project - For perfectionists with deadlines" href="http://www.djangoproject.com" target="_blank">django</a>, <a href="http://www.cherrypy.org/" target="_blank">cherrypy</a> and <a title="Pylons is a lightweight web framework  emphasizing flexibility and rapid development" href="http://pylonshq.com/" target="_blank">pylons</a> are available for free, while google also provides their own proprietary &#8220;webapp&#8221; framework, which seems simple enough.</p>
<p>Quite a brave move, and it seems like google must have done some heavy work removing all the dangerous module from their python environment, so I went digging around executing arbitrary code to see what I could find:</p>
<ul>
<li>&#8220;os&#8221; module is available to import, nothing incredibly exciting - except a little information leakage about our current directory. os.getcwd() returned me /base/data/home/apps/evox/1.4 (my app is called evox, and I have submitted my code 4 times at this point)</li>
<li>Next was, can I make an outgoing connection (think botnet, ddos) - but alas the socket module, although importable, doesn&#8217;t have any ability to create a new socket. And thus trying to use anything else such as urllib or urllib2 results in wierd and wonderful errors, no doubt due to socket.</li>
<li>Unwinding of exceptions also results in very normal stacktraces - doesn&#8217;t look like they have an intermediate layer - so very likely they have merely stripped out the unwanted modules from the standard library.</li>
<li>Other interesting details:
<ul>
<li>sys.platform -&gt; linux2</li>
<li>CPython version -&gt; version               2.5.2 (r252:60911, Apr 15 2008, 20:27:56) [GCC                         4.1.0]</li>
</ul>
</li>
</ul>
<p>I plan to tinker some more - will publish what I find!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/05/google-app-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A new dawn</title>
		<link>http://www.tomwells.org/2008/05/a-new-dawn/</link>
		<comments>http://www.tomwells.org/2008/05/a-new-dawn/#comments</comments>
		<pubDate>Mon, 19 May 2008 16:52:36 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[personal]]></category>

		<category><![CDATA[wabisabilabi]]></category>

		<guid isPermaLink="false">http://www.tomwells.net/?p=1</guid>
		<description><![CDATA[I&#8217;ve been planning on a new website for a couple of months, as the old one had turned quite green and smelly. I initially started coding it up from scratch in django, but after 2 weekends worth of work started hitting my head against CSS and it&#8217;s ability to do exactly what you don&#8217;t expect. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been planning on a new website for a couple of months, as the old one had turned quite green and smelly. I initially started coding it up from scratch in django, but after 2 weekends worth of work started hitting my head against CSS and it&#8217;s ability to do exactly what you don&#8217;t expect. I took a weeks break to meditate on the issue, and have decided to scrap everything, throw in the towel, and use wordpress&#8230; Even with my loathing for php, it&#8217;s going to save me tons of time, and it&#8217;s got tons of support so I&#8217;m sure anything is possible. I&#8217;ve also decided to junk most of my old blog and it&#8217;s posts, I&#8217;ll hang onto the database for a while and see if I miss any entries enough to import some, but this i doubt :)</p>
<p>I&#8217;ve also quit smoking - 1 whole week now and going quite strong (weekends are hell tho).</p>
<p>On an awesome note, a recently reacquainted friend Dom has a killer security blog <a title="Dominic Whites .tHE pRODUCT" href="http://singe.za.net" target="_blank">here</a>, check out his most <a title="Why-I-think-Exploit-Markets-are-bad-a-response-to-Roberto-Preatoni-of-WabiSabiLabi" href="http://singe.za.net/blog/archives/908-Why-I-think-Exploit-Markets-are-bad-a-response-to-Roberto-Preatoni-of-WabiSabiLabi.html" target="_blank">recent discussion</a> about <a title="WabiSabiLabi - Closer to Zero Risk" href="http://www.wslabi.com" target="_blank">WabiSabiLabi</a>, plus comments by <a title="Wikipedia - Roberto Preatoni" href="http://en.wikipedia.org/wiki/Roberto_Preatoni" target="_blank">Roberto Preatoni</a> himself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tomwells.org/2008/05/a-new-dawn/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
