<?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>Hak5 - Technolust since 2005 &#187; Hack</title>
	<atom:link href="http://www.hak5.org/tag/hack/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hak5.org</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 04:00:42 +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>Episode 704 &#8211; Malware Analyzis Sandbox and PC Remote Control over Twitter</title>
		<link>http://www.hak5.org/episodes/episode-704</link>
		<comments>http://www.hak5.org/episodes/episode-704#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:05:06 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[cwsandbox]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sunbelt]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[tweetmypc]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[txt message]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1740</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4819" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"   />]]></description>
			<content:encoded><![CDATA[<p>Following up with last week&#8217;s desktop sandboxing challenge Darren&#8217;s taking a look at another kind of sandbox &#8212; one for malware analysis. Shannon thinks your VNC and SSH servers are pretty spiffy, but how about controlling your computer over twitter? Free text messaging to your PC anyone?</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0704/hak5--0704--tweetmypc--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0704/hak5--0704--tweetmypc--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0704/hak5--0704--tweetmypc--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0704/hak5--0704--tweetmypc--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1740"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4819" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"   /></p>
<p><b>Malware Analysis Sandbox</b></p>
<p><a href="http://mwanalysis.org/" target="_blank">CWSandbox</a> is an automated malware analysis sandbox. It works by running suspected malware samples in a simulated Windows OS. So as opposed to trying to break into the malware code to see what it does, we simply run it in a live environment. That way we can monitor all the network traffic that the malware generates. All of the processes that are created, the DLLs that are loaded, any changes to the Windows registry and even what it’s doing to the file system.</p>
<p>This is achieved by using a technique called API hooking. That basically means that when the malware calls the Windows application programmers’ interface to say something like &#8220;connect to this IP address&#8221; or &#8220;modify this file&#8221; it’s actually going to CWSandbox’s monitoring software, which logs the action and goes ahead and makes the change.</p>
<p>It’s kind of like an operating system man-in-the-middle. For malware.<br />
So once a suspected malware sample is run through the tool you get a computer generated report of what the executable is actually doing. And this can be fed into anti-virus and intrusion detection systems to monitor for similar behavior.</p>
<p><b>PC Remote Control over Twitter</b></p>
<p>While there is no denying the power of running your own SSH, VNC server at home for remote access, wouldn’t it be nice if you could simply text message your computer something simple like &#8220;Hey, what’s your external IP address&#8221; or &#8220;Send me a screenshot&#8221; or &#8220;Go download this file&#8221;</p>
<p>And if Robin Wood has taught us anything with KreiosC2 – commanding your computer, or even a large botnet for that matter, over social networks is quite possible.</p>
<p>But now it’s time for something a lot more user friendly. This week Snubs investigates <a href="http://tweetmypc.codeplex.com/" target="_blank">TweetMyPC</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-704/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Episode 702 &#8211; DHCP Exhaustion and DNS Man-in-the-Middle</title>
		<link>http://www.hak5.org/episodes/episode-702</link>
		<comments>http://www.hak5.org/episodes/episode-702#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:17:58 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[cain]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DHCP Exhaustion]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[ettercap]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[packetsniff]]></category>
		<category><![CDATA[sniff]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1719</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4747" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"  />]]></description>
			<content:encoded><![CDATA[<p>With a mixture of in-studio and on location in Dublin this week we&#8217;re talking to Robin Wood about DHCP Exhaustion and DNS Man-in-the-Middle attacks, talking Metasploit modules and a Pineapple Monkey half-breed.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1719"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4747" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"  /></p>
<p><b>DHCP Exhaustion and DNS Man-in-the-Middle Attacks</b></p>
<p>
Rather than your typical ARP based Man-In-The-Middle attack, Robin wood brings us two metasploit modules for both denial of service attacking a DHCP server and deploying a rogue DHCP server of your own with a DNS MiTM to boot. Check out the <a href="http://www.digininja.org/metasploit/dns_dhcp_beta.php" target="_blank">Metasploit DNS and DHCP Exhaustion &#8211; BETA</a> at <a href="http://www.digininja.org/" target="_blank">Digininja.org</a>.
</p>
<p><b>The JasagerInterceptor &#8211; a Pineapple Monkey mashup</b></p>
<p>
This week we take a look within the community and highlight some of the awesome work done by <a href="http://forums.hak5.org/index.php?showuser=7850" target="_blank">Beakmyn</a>. In an answer to <a href="http://forums.hak5.org/index.php?showtopic=12682" target="_blank">Deathray&#8217;s thread</a> on a Jasager with a network tap like the Interceptor, he brings you just such project. Behold the <a href="http://frontiernet.net/~beakmyn/JasagerIntercept_Install.html" target="_blank">JasagerInterceptor</a>. I&#8217;ve seen it with my own eyes at Shmoocon and I must say it&#8217;s a nifty bit of kit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-702/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Episode 619 &#8211; Hospitalized Hacking: Droid Tether, Theme Generation &amp; more</title>
		<link>http://www.hak5.org/episodes/episode-619</link>
		<comments>http://www.hak5.org/episodes/episode-619#comments</comments>
		<pubDate>Fri, 25 Dec 2009 17:26:45 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[3g modem]]></category>
		<category><![CDATA[3g tether]]></category>
		<category><![CDATA[artisteer]]></category>
		<category><![CDATA[barnes and nobel]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[decaf]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[fastdump]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[free wifi]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hbgray]]></category>
		<category><![CDATA[iraq]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mdd]]></category>
		<category><![CDATA[microsoft coffee]]></category>
		<category><![CDATA[motodroid]]></category>
		<category><![CDATA[motorola droid]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[oembed]]></category>
		<category><![CDATA[predator drone]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[rooted]]></category>
		<category><![CDATA[tether]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unlocked]]></category>
		<category><![CDATA[usb switchblade]]></category>
		<category><![CDATA[usb tether]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wifi tether]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1693</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3874" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent"  />]]></description>
			<content:encoded><![CDATA[<p>Proof that Hak5 can be produced under heavy medication, Darren &#038; Shannon go over some nifty tips for tethering your Droid in Ubuntu without root access, generating themes for popular CMS like Wordpress or Joomla, and more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0619/hak5--0619--hospital--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0619/hak5--0619--hospital--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0619/hak5--0619--hospital--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0619/hak5--0619--hospital--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1693"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3874" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent"  /></p>
<p><b>A Great Week for Hacking</b></p>
<ul>
<li>Our pal <a href="http://www.room362.com" target="_blank">Mubix</a>, while sad about the demise of MDD, is excited about <a href="https://www.hbgary.com/shop/software/fastdump-community-edition/" target="_blank">Fastdump Community Edition</a></li>
<li><a href="http://www.wired.com/threatlevel/2009/12/decaf-cofee/" target="_blank">Decaf defeats Microsoft&#8217;s Cofee</a></li>
<li>People, this is why encryption is important. <a href="http://news.cnet.com/8301-1009_3-10417247-83.html" target="_blank">Predator drones hacked</a>.</li>
<li>Darren is excited about Wordpress 2.9&#8217;s <a href="http://codex.wordpress.org/Embeds" target="_blank">oEmbed Feature</a></li>
<li>It was only a matter of time^H^H^H^Hseconds before the <a href="http://nookdevs.com/Main_Page" target="_blank">Nook was rooted</a></li>
<li>Shannon is eager for some <a href="http://gizmodo.com/5430453/how-to-get-free-inflight-wi+fi-this-holiday-season" target="_blank">free in-flight WiFi</a>.</li>
</ul>
<p><b>Build wordpress, joomla, droopal themes without code</b></p>
<p>While it&#8217;s no Geocities page creator, Shannon reviews (and mostly likes) last week&#8217;s CMS theme generator recommendation <a href="http://www.artisteer.com/" target="_blank">Artisteer</a>. Shannon reviews it&#8217;s basic operation and gripes about the trial limitations. Worth $50? Maybe if you&#8217;re looking to build a dozen Wordpress themes. Just looking for a one-off? You&#8217;re probably better off with a free, or even paid theme.</p>
<p><b>Droid tethering without root access</b></p>
<p>While we&#8217;re likely mere moments away from WiFi Droid Tethering <i>[Edit: Well would you <a href="http://www.droidforums.net/forum/droid-hacks/10219-tether-capability-android-wifi-tether-wireless-tether-root-users.html" target="_blank">look at that</a>]</i>, Darren has just the trick for tethering the Droid with Ubuntu without root access. Ok, actually root on Ubuntu is required but not on the droid. Easy enough Eh?</p>
<p>Mad props to <a href="http://www.humans-enabled.com/2009/12/how-to-tether-your-verizon-droid-as.html" target="_blank">Shannon VanWagner</a> for putting together a simple 15-step process for tethering via USB with Ubuntu and the Droid.</p>
<p>And mad props again to <a href="http://alldroid.org/viewtopic.php?f=236&#038;t=763" target="_blank">bigmack83</a> for turning these 15 steps into a basic shell script. Actually a wizard would be more apt, as this script guides you through the process of installing packages, creating rules, setting up your droid and finally connecting.</p>
<p>You&#8217;ll need a debian based Linux like Ubuntu (but I&#8217;m fairly certain you&#8217;ll be able to adapt for the apt-less), the <a href="http://alldroid.org/download/file.php?id=779&#038;sid=acf51ac1c719f9c11b68983780198304" target="_blank">tether script</a> and the <a href="http://developer.android.com/sdk/index.html" target="_blank">Android SDK</a>.</p>
<p>Read on for <a href="http://alldroid.org/viewtopic.php?f=236&#038;t=763" target="_blank">details</a> from the author</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-619/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Episode 618 &#8211; Droid Rooting, Zipit Doom &amp; USB Live Chrome OS</title>
		<link>http://www.hak5.org/episodes/episode-618</link>
		<comments>http://www.hak5.org/episodes/episode-618#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:09:49 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[alldroid]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[chrome live]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[chrome usb]]></category>
		<category><![CDATA[chromeos]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[cyanogen]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Doom]]></category>
		<category><![CDATA[doom2]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[fluxbox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[iwad]]></category>
		<category><![CDATA[jail break]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[moto droid]]></category>
		<category><![CDATA[motodroid]]></category>
		<category><![CDATA[motorola droid]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[prboom]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[zipit]]></category>
		<category><![CDATA[zipit wireless]]></category>
		<category><![CDATA[zipit z2]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1647</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3873" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent" />]]></description>
			<content:encoded><![CDATA[<p>Hacking the Motorola Droid: Root Access! A Linux Doom source port on the Zipit, Booting and installing Chrome OS from USB, your Wordpress picks and much more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1647"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3873" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent" /></p>
<p><b>Hacking the Motorola Droid: Root Access!</b></p>
<p>As expected the Motorola Droid has been rooted. That is to say there&#8217;s a hack that&#8217;ll unlock SU, or super user privileges on the phone. The hack is essentially su bundled in an unsigned update that can be run from the SD card. The unlocking process, which has changed since introduction, is outlined <a href="http://alldroid.org/viewtopic.php?f=210&#038;t=567" target="_blank">at this AllDroid.org forum thread</a>.</p>
<p>At time of writing the process is to <a href="http://alldroid.org/download/file.php?id=659" target="_blank">download this zip</a>, rename it to update.zip and copy it to the root of your Droid&#8217;s SD card. Shutdown the Droid and start it by holding Power and X. Once greeted by an exclamation point on your screen hold the camera and volume+ buttons. From the menu choose the update.zip with the D-Pad, and once updated choose reboot.</p>
<p>Keep in mind that when it comes to unlocking moving targets like this it&#8217;s best to check with <a href="http://alldroid.org" target="_blank">droid forums</a> beforehand.</p>
<p><b>A Linux Doom Source Port</b></p>
<p>It was only a matter of time before we put Doom on The Zipit Z2. The <a href="http://www.hak5.org/episodes/episode-615" target="_blank">recently unlocked</a> linux-based wireless device is a prime candidate for fragging, what with it&#8217;s QVGA color display, WiFi and all. After <a href="http://www.hak5.org/episodes/episode-615" target="_blank">unlocking</a>, installing Doom is simply a matter or launching Fluxbox with <i>startx</i> and downloading <a href="http://prboom.sourceforge.net/" target="_blank">PrBoom</a>, a cross-platform Doom Source Port, with <i>apt-get install prboom</i>. The trick in launching PrBoom from <i>/usr/games/</i> is to add the <i>-width 320 -height 240</i> parameters. While PrBoom comes included with <a href="http://www.nongnu.org/freedoom/" target="_blank">Freedoom</a>, a free and open source Doom compatible IWAD, you may provide your own <a href="http://www.google.com/search?q='index+of'+'doom.wad'" targget="_blank">doom</a> or <a href="http://www.google.com/search?q='index+of'+'doom2.wad'" target="_blank">Doom2</a. iwad with the <i>-iwad</i> parameter.</p>
<p>It is also worth noting that PrBoom comes with it&#8217;s own <a href="http://linux.die.net/man/6/prboom-game-server" target="_blank">tcp game server</a> for deathmatch. If anyone wants to try a little Zipit Z2 deathmatching hit us up. Or if you&#8217;re looking for some Doom goodness on the PC check out my favorite port, <a href="http://www.skulltag.com/" target="_blank">Skulltag</a>.</p>
<p><b>Boot Chromium OS from USB</b></p>
<p>While still early in it&#8217;s development stages, Google&#8217;s upcoming Chrome OS is a neat OS to play with &#8212; especially on a netbook. While the Virtual Machine images floating around are nice for a glimpse, if you really want to immerse yourself in the Chrome OS experience it&#8217;s best to boot it from the metal. This can be achieved by &#8220;burning&#8221; this Chromium OS image to 3GB or greater USB or SD media. Here&#8217;s a <a href="http://www.makeuseof.com/downloads/chromium_os_usb.torrent" target="_blank">torrent</a>.</p>
<p>If you&#8217;re familiar with <i>dd</i> it&#8217;s simply a matter of downloading the torrent, unzipping and imaging the included chrome_os.img to your media. For example, <i>dd if=&#8217;chrome_os.img&#8217; of=/dev/sdb</i> where /dev/sdb is the path of your removable media.</p>
<p>If you&#8217;re in Windows you&#8217;ll be delighted to find that the linked zip contains a copy of WinDD, as well as writing instructions. More information can be found at this <a href="http://www.makeuseof.com/tag/download-google-chrome-os-and-run-on-a-real-computer/" target="_blank">makeuseof.com</a> article. Important tidbits include the fact that the default user and password are chronos / password and that a terminal can be accessed by CTRL+ALT+T. Oh, and the xrandr command is available if your desired resolution isn&#8217;t detected automatically. The syntax is typically <i>xrandr -s 1024&#215;768</i> or similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-618/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--hd720p30.h264.mp4" length="674432243" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.h264.mp4" length="445960241" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.xvid.avi" length="381158832" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0618/hak5--0618--droidrooting--large.wmv9.wmv" length="428768736" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Strip SSL security with a man-in-the-middle attack</title>
		<link>http://www.hak5.org/hack/strip-out-ssl-security-with-a-man-in-the-middle-attack</link>
		<comments>http://www.hak5.org/hack/strip-out-ssl-security-with-a-man-in-the-middle-attack#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:09:08 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[blackhat]]></category>
		<category><![CDATA[break ssl]]></category>
		<category><![CDATA[defcon]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[intercept ssl]]></category>
		<category><![CDATA[interceptor]]></category>
		<category><![CDATA[Jasager]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[moxie]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network monkey]]></category>
		<category><![CDATA[remove ssl]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[sslstrip]]></category>
		<category><![CDATA[strip ssl]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[Wifi Pineapple]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1633</guid>
		<description><![CDATA[Darren demonstrates a little man-in-the-middle attack using SSLStrip, an epic tool for removing that pesky encryption from your victims browsing session. Go from secure site to clear-text passwords in one simple step.


Moxie Marlinspike&#8217;s SSLStrip, released ...]]></description>
			<content:encoded><![CDATA[<p>Darren demonstrates a little man-in-the-middle attack using SSLStrip, an epic tool for removing that pesky encryption from your victims browsing session. Go from secure site to clear-text passwords in one simple step.<br />
<span id="more-1633"></span></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/PmtkJKHFX5Q&#038;hl=en_US&#038;fs=1&#038;start=442"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PmtkJKHFX5Q&#038;hl=en_US&#038;fs=1&#038;start=442" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p><a href="http://www.thoughtcrime.org" target="_blank">Moxie Marlinspike</a>&#8217;s <a href="http://www.thoughtcrime.org/software/sslstrip/" target="_blank">SSLStrip</a>, released at Blackhat/DEFCON this year, is a tool that transparently hijacks HTTP traffic and redirects HTTPS links to look-alike HTTP links. While this description barely scratches the surface, Darren&#8217;s segment takes a closer look including a pracitcal demonstration of a <a href="http://en.wikipedia.org/wiki/Man-in-the-middle_attack" target="_blank">man-in-the-middle attack</a> using <a href="http://arpspoof.sourceforge.net/" target="_blank">arpspoof</a> and a little luck with remote-exploit&#8217;s <a href="http://remote-exploit.org/backtrack_download.html" target="_blank">BackTrack 4</a> penetration testing distribution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/hack/strip-out-ssl-security-with-a-man-in-the-middle-attack/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Metasploit 101 with Mubix</title>
		<link>http://www.hak5.org/hack/metasploit-101-with-mubix</link>
		<comments>http://www.hak5.org/hack/metasploit-101-with-mubix#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:02:05 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[meterpreter]]></category>
		<category><![CDATA[offensive security]]></category>
		<category><![CDATA[penetration test]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[pwn]]></category>
		<category><![CDATA[remote exploit]]></category>
		<category><![CDATA[reverse shell]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell execution]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1630</guid>
		<description><![CDATA[After much request we&#8217;ve dedicated an episode to every hackers favorite framework, Metasploit. Room362.com&#8217;s very own Rob Fuller (aka Mubix) joins us in studio to show us the basics of exploiting and the power of ...]]></description>
			<content:encoded><![CDATA[<p>After much request we&#8217;ve dedicated an episode to every hackers favorite framework, Metasploit. Room362.com&#8217;s very own Rob Fuller (aka Mubix) joins us in studio to show us the basics of exploiting and the power of auxiliary modules.</p>
<p><span id="more-1630"></span></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/RxyD0F38WYg&#038;hl=en_US&#038;fs=1&#038;start=100"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RxyD0F38WYg&#038;hl=en_US&#038;fs=1&#038;start=100" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/hack/metasploit-101-with-mubix/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hacking PPTP VPNs with ASLEAP</title>
		<link>http://www.hak5.org/hack/hacking-pptp-vpns-with-asleap</link>
		<comments>http://www.hak5.org/hack/hacking-pptp-vpns-with-asleap#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:58:05 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[chap]]></category>
		<category><![CDATA[client handshake authentication protocol]]></category>
		<category><![CDATA[cowpatty]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[joshua wright]]></category>
		<category><![CDATA[l2tp]]></category>
		<category><![CDATA[lan man]]></category>
		<category><![CDATA[ms-chap]]></category>
		<category><![CDATA[ms-chapv2]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[offensive security]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[penetration test]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[point to point tunneling protocol]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[remote exploit]]></category>
		<category><![CDATA[routing and remote access]]></category>
		<category><![CDATA[rras]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1627</guid>
		<description><![CDATA[Darren demonstrates cracking Microsoft VPN tunnels using the MS-CHAPv2 authentication protocol using Joshua Wright&#8217;s tool ASLEAP and talks about the theory behind the attack.


Continuing on with our VPN series I find it important to highlight ...]]></description>
			<content:encoded><![CDATA[<p>Darren demonstrates cracking Microsoft VPN tunnels using the MS-CHAPv2 authentication protocol using Joshua Wright&#8217;s tool ASLEAP and talks about the theory behind the attack.<br />
<span id="more-1627"></span><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/IPPHJBp3bXU&#038;hl=en_US&#038;fs=1&#038;start=262"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/IPPHJBp3bXU&#038;hl=en_US&#038;fs=1&#038;start=262" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Continuing on with our VPN series I find it important to highlight the weaknesses in the protocols we have talked about thus far. In <a target="_blank" href="http://www.hak5.org/episodes/episode-610">my last segment</a> I highlighted a tool that allows an attacker to easily hijack an SSL session using a man-in-the-middle attack. Couple this with Adito (aka OpenVPN-ALS), <a target="_blank" href="http://www.hak5.org/episodes/episode-607">my favorite open-source SSL VPN server</a>, and you can see the problem.</p>
<p>But what about the basic <a target="_blank" href="http://www.hak5.org/episodes/episode-605">Microsoft VPN</a> we setup <a target="_blank" href="http://www.hak5.org/episodes/episode-605">a few weeks back?</a> The VPN servers that we setup on Windows XP and Server 2003 used either active directory or local windows accounts to authenticate users.</p>
<p>And looking back at <a target="_blank" href="http://www.hak5.org/episodes/episode-419">our discussions</a> on pwdump, rainbow tables and the like you&#8217;ll remember the inherent weaknesses in Windows account credentials.</p>
<p>There are two ways Windows stores a user&#8217;s account credentials, or password. <a target="_blank" href="http://en.wikipedia.org/wiki/LM_hash">LAN Manager</a> hashes which are comprised of watered-down weaksauce and <a target="_blank" href="http://en.wikipedia.org/wiki/NTLM">NTLM</a> which are succeptable to time-memory tradeoff attacks.</p>
<p>The default VPN server implemented in Windows XP and Server 2003&#8217;s Routing and Remote Access service uses Point-To-Point-Tunneling-Protocol. This is convenient because the Windows clients have supported Microsoft PPTP VPN connections natively since 2000, and in Windows 95/98 with <a target="_blank" href="http://support.microsoft.com/kb/191494">Dual Up Networking version 1.3</a>.</p>
<p>The modern authentication protocol of Microsoft&#8217;s PPTP is <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc739678(WS.10).aspx">MS-CHAPv2</a>. This <a target="_blank" href="http://en.wikipedia.org/wiki/Challenge-handshake_authentication_protocol">Challenge Handshake Authentication Protocol</a> suffers from inherent weaknesses.</p>
<p>As far back at 1999 these weaknesses have been widely known. If you&#8217;re interested in reading more on the cryptanalysis of MS-CHAPv2 there&#8217;s a <a target="_blank" href="http://www.schneier.com/paper-pptpv2.html">nifty paper</a> written by Bruce Schneier and L0pht that I&#8217;ll link in the show notes.</p>
<p>And while other options exist such as <a target="_blank" href="http://blogs.technet.com/rrasblog/archive/2009/03/25/remote-access-deployment-part-2-configuring-rras-as-a-vpn-server.aspx">Radius</a>, this is still the default option for PPTP authentication in Windows environments.</p>
<p><a target="_blank" href="http://www.willhackforsushi.com/?page_id=87">Joshua Wright</a>, author of <a target="_blank" href="http://www.willhackforsushi.com/?p=284">coWPAtty</a> (See <a target="_blank" href="http://www.hak5.org/episodes/episode-518">our segment here</a>), released in 2004 a proof of concept tool to demonstrate weaknesses in <a target="_blank" href="http://en.wikipedia.org/wiki/Lightweight_Extensible_Authentication_Protocol">LEAP</a> and PPTP protocols.</p>
<p>This tool, <a target="_blank" href="http://www.willhackforsushi.com/Asleap.html">ASLEAP</a>, was updated in 2007 to include an option to just crack MS-CHAP v2. Either by examining a packet capture that includes a MS-CHAP handshake ASLEAP or specifying an MS-CHAP challenge and response ASLEAP is able to deduce the username and last two bytes of the NT hash. Using this information, and a dictionary file, ASLEAP is able to brute-force the hash.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/hack/hacking-pptp-vpns-with-asleap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlocking Linux on the Zipit Z2, a $50 hacktop</title>
		<link>http://www.hak5.org/mod/unlocking-linux-on-the-zipit-z2-a-50-hacktop</link>
		<comments>http://www.hak5.org/mod/unlocking-linux-on-the-zipit-z2-a-50-hacktop#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:25:00 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Mod]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[clamshell]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[embedded device]]></category>
		<category><![CDATA[embedded linux]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[inexpensive]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[low-cost]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[zipit]]></category>
		<category><![CDATA[zipit wireless]]></category>
		<category><![CDATA[zipit z2]]></category>
		<category><![CDATA[zipitz2]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1612</guid>
		<description><![CDATA[The Zipit Z2 is an inexpensive wireless handheld instant messaging device by Zipit Wireless. It sports WiFi, a color 320&#215;240 display, backlit keyboard and similar CPU and memory to that of a last-gen smart phone.
It&#8217;s ...]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.amazon.com/gp/product/B001R3C3PY?ie=UTF8&#038;tag=hak5-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001R3C3PY" target="_blank">Zipit Z2</a> is an inexpensive wireless handheld instant messaging device by <a href="http://www.zipitwireless.com" target="_blank">Zipit Wireless</a>. It sports WiFi, a color 320&#215;240 display, backlit keyboard and similar CPU and memory to that of a last-gen smart phone.</p>
<p>It&#8217;s also a prime candidate for some hacking. In this segment we&#8217;ll unlock the device and install Debian, X, and Pidgin. The Z2 also has potential for emulators, video streaming and more.</p>
<p><span id="more-1612"></span></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/rfxfn5BGF84&#038;hl=en_US&#038;fs=1&#038;start=1241"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rfxfn5BGF84&#038;hl=en_US&#038;fs=1&#038;start=1241" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Rather than repeat what has already been well documented we&#8217;ll link to these helpful Zipit Z2 hacking resources:</p>
<ul>
<li><a href="http://hunterdavis.com/archives/category/zipit-hacking" target="_blank">Hunter David&#8217;s blog &#8211; A bunch of well documented ZipIt hacks, many with videos</li>
<li>The Zipit Wireless <a href="http://tech.dir.groups.yahoo.com/group/zipitwireless/" target="_blank">Yahoo Group</li>
<li>Quantum Lime&#8217;s step by step <a href="http://quantumlime.com/zipit" target="_blank">Zipit Z2 Debian guide</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/mod/unlocking-linux-on-the-zipit-z2-a-50-hacktop/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Episode 615 &#8211; Linux Hacking the Zipit, SMS Scripting Google Voice, and Chrome OS</title>
		<link>http://www.hak5.org/episodes/episode-615</link>
		<comments>http://www.hak5.org/episodes/episode-615#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:26:25 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[chromium os]]></category>
		<category><![CDATA[clamshell]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[embedded device]]></category>
		<category><![CDATA[embedded linux]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google voice]]></category>
		<category><![CDATA[google voice api]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[inexpensive]]></category>
		<category><![CDATA[java library]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[low-cost]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php library]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[sms aggregator]]></category>
		<category><![CDATA[sms gateway]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[the goog]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[zipit]]></category>
		<category><![CDATA[zipit wireless]]></category>
		<category><![CDATA[zipit z2]]></category>
		<category><![CDATA[zipitz2]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1460</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3870" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" />]]></description>
			<content:encoded><![CDATA[<p>Nothing makes us happier than hacking an inexpensive gadget to run just about any Linux app &#8212; and that&#8217;s exactly what <a href="http://www.snubsie.com/" target="_blank">Shannon Morse</a> is doing this week on Hak5. We&#8217;re also joined by <a href="http://www.jasonappelbaum.com" target="_blank">Jason Appelbaum</a> for a little Google Voice SMS scripting with Java or PHP libraries, and <a href="http://www.darrenkitchen.net/" target="_blank">Darren Kitchen</a> has gone googly for Chrome OS. Prepare the popcorn it&#8217;s technolust time!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1460"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3870" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" /></p>
<p><b>First look at Google Chromium OS</b></p>
<p>Last week the news was a buzz about Google&#8217;s <a href="http://news.google.com/news/search?aq=f&#038;pz=1&#038;cf=all&#038;ned=us&#038;hl=en&#038;q=%22chrome+os%22" target="_blank">Chrome OS, and while we typically don&#8217;t cover tech news on the show I freaked out in my usual open source, cloud lovin&#8217; Linux-y sorta way. So this week we&#8217;re taking a first look at <a href="http://www.chromium.org/chromium-os">Chromium OS</a> &#8212; the FOSS project that Chrome is built on.</p>
<p>&#8211;<a href="http://www.darrenkitchen.net">Darren Kitchen</a></p>
<p><b>Google Voice SMS Scripting with Java and J-Bomb</b></p>
<p>Google voice is a powerful multi-use tool that could be used as a free SMS aggregator, that could be leveraged for anything you could come up that would fit into 140 charters, like a text based adventure game or a sms bbs. There are several different libraries that people have developed to take full advantage of Google voice&#8217;s features: <a href="http://code.google.com/p/google-voice-java/" target="_blank">Java Libary</a>, <a href="http://github.com/aaronpk/Google-Voice-PHP-API" target="_blank">PHP Libary</a>, or for those who just want the raw unofficial API. The sky is the limit with this, the code that was showed is up on the forums, so head over there and get those idea up there.</p>
<p>&#8211;<a href="http://www.jasonappelbaum.com" target="_blank">Jason Appelbaum</a></p>
<p>PS: Doesn&#8217;t <a href="http://www.twitter.com/jasonappelbaum/" target="_blank">J-Bomb</a> sound like some sort of netbeans module?</p>
<p><b>Unlocking Linux on the Zipit Z2, a $50 hacktop</b></p>
<p>The <a href="http://www.amazon.com/gp/product/B001R3C3PY?ie=UTF8&#038;tag=hak5-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B001R3C3PY" target="_blank">Zipit Z2</a> is an inexpensive wireless handheld instant messaging device by <a href="http://www.zipitwireless.com" target="_blank">Zipit Wireless</a>. It sports WiFi, a color 320&#215;240 display, backlit keyboard and similar CPU and memory to that of a last-gen smart phone.</p>
<p>It&#8217;s also a prime candidate for some hacking. In this segment we&#8217;ll unlock the device and install Debian, X, and Pidgin. The Z2 also has potential for emulators, video streaming and more.</p>
<p>Rather than repeat what has already been well documented we&#8217;ll link to these helpful Zipit Z2 hacking resources:</p>
<ul>
<li><a href="http://hunterdavis.com/archives/category/zipit-hacking" target="_blank">Hunter David&#8217;s blog &#8211; A bunch of well documented ZipIt hacks, many with videos</li>
<li>The Zipit Wireless <a href="http://tech.dir.groups.yahoo.com/group/zipitwireless/" target="_blank">Yahoo Group</li>
<li>Quantum Lime&#8217;s step by step <a href="http://quantumlime.com/zipit" target="_blank">Zipit Z2 Debian guide</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-615/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--hd720p30.h264.mp4" length="674967532" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.h264.mp4" length="445339582" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.xvid.avi" length="386789214" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0615/hak5--0615--chromeos--large.wmv9.wmv" length="391072688" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 614 &#8211; Firewall evasion, SSH and virtual appliances!</title>
		<link>http://www.hak5.org/episodes/episode-614</link>
		<comments>http://www.hak5.org/episodes/episode-614#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:49:32 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[asleap]]></category>
		<category><![CDATA[bypass filter]]></category>
		<category><![CDATA[bypass firewall]]></category>
		<category><![CDATA[bypass school filter]]></category>
		<category><![CDATA[convert virtualbox]]></category>
		<category><![CDATA[convert vmware]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[DimDim]]></category>
		<category><![CDATA[dropbear]]></category>
		<category><![CDATA[easy proxy]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[free proxies]]></category>
		<category><![CDATA[free proxy]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hack filter]]></category>
		<category><![CDATA[hack firewall]]></category>
		<category><![CDATA[hack school filter]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[hacking firewalls]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[internet proxy]]></category>
		<category><![CDATA[internet tunneling]]></category>
		<category><![CDATA[lanman]]></category>
		<category><![CDATA[LM]]></category>
		<category><![CDATA[local forward]]></category>
		<category><![CDATA[ms-chap]]></category>
		<category><![CDATA[ms-chapv2]]></category>
		<category><![CDATA[mschap]]></category>
		<category><![CDATA[mschapv2]]></category>
		<category><![CDATA[network scan]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[office firewall]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open ssh]]></category>
		<category><![CDATA[open wifi]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php proxy]]></category>
		<category><![CDATA[phpproxy]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[port redirection]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[proxies]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[quick proxy]]></category>
		<category><![CDATA[restrictions]]></category>
		<category><![CDATA[safe wifi]]></category>
		<category><![CDATA[school firewall]]></category>
		<category><![CDATA[secure irc]]></category>
		<category><![CDATA[secure network]]></category>
		<category><![CDATA[secure shell]]></category>
		<category><![CDATA[secure tunnel]]></category>
		<category><![CDATA[secure wifi]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell account]]></category>
		<category><![CDATA[simply proxy]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[socks proxy]]></category>
		<category><![CDATA[socks5]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh forward]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[traffic tunneling]]></category>
		<category><![CDATA[university firewall]]></category>
		<category><![CDATA[virtual appliance]]></category>
		<category><![CDATA[virtual appliance marketplace]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[web proxy]]></category>
		<category><![CDATA[work firewall]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1457</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3869" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" />]]></description>
			<content:encoded><![CDATA[<p>Got a restrictive firewall blocking sites at school or work? Evade &#8216;em easily with your own private web proxy. Want to securely tunnel any port through an SSH session? Darren&#8217;s got just the trick. Wondering how to properly use Asleap to crack MS-CHAPv2 PPTP VPN handshakes &#038; LM Hashes? Interested in trying out neat free enterprise applications but don&#8217;t feel like spending hours in a terminal? Try deploying a virtual appliance in minutes, the free and open source way.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1457"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3869" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" /></p>
<p><b>Port Tunneling and Socks5 Proxies with a Secure Shell (SSH)</b></p>
<p>SSH Tunneling isn&#8217;t new to the show, we&#8217;ve done it <a href="http://www.hak5.org/episodes/episode-504">before over DNS</a> or in conjunction <a href="http://www.hak5.org/episodes/hak5-episode-7-released">with VNC</a>. Today we&#8217;re looking at two SSH tricks for tunneling just about any traffic.</p>
<p>First up, <i>ssh -D</i>. The <i>-D</i> option specified a local &quote;Dynamic&quote; application-level port forwarding. Any connection made to the specified port goes through the tunnel as a SOCKS4 or SOCKS5 proxy. Perfect for secure web browsing as demonstrated with Firefox in this segment.</p>
<p><u>Usage</u></p>
<blockquote><pre>ssh -D 8080 user@server</pre>
</blockquote>
<p>Second, <i>ssh -L</i>. The <i>-L</i> option enables port forwarding. Using this option tells the SSH client to listen to traffic on a specified port and forward it along through the tunnel. The server receives this data and points it to the specified destination, whether it be on the destination network or otherwise. In our example we use the <i>-L</i> option to securely connect to an open IRC server.</p>
<p><u>Usage</u></p>
<blockquote><pre>ssh user@server -L local-listen-port:destination-ip:destination-port</pre>
</blockquote>
<p>For more SSH-fu check out the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ssh+1">ssh man page</a> or Linux Journal&#8217;s interesting series on <a href="http://www.linuxjournal.com/article/4412">101 uses of openssh</a>.</p>
<p><b>Bypassing site-blocking firewalls with your own private web proxy</b></p>
<p>The age old scheme for bypassing restrictive firewalls, like those that block sites at school or work, has been to use a web proxy. Of course this is followed up by the network administrator blocking all mainstream proxies. But what if you could run your own? Well, you can and it&#8217;s really freaking easy. In this segment Darren demonstrates <a href="http://sourceforge.net/projects/poxy/">PHProxy</a></p>
<p><b>Cracking MS-CHAPv2 PPTP VPN handshakes &#038; LM Hashes Followup from 6&#215;12</b></p>
<p>On <a href="http://www.hak5.org/episodes/episode-612">episode 612</a> we demonstrated a tool, asleap, designed to crack MS-CHAPv2, the authentication protocol commonly found in Microsoft PPTP VPNs. The final demo was unsuccessful due to the encoding of the handshake and response sniffed by Wireshark. Viewer Sc00bz was kind enough to post a PHP script that accepts the challenge, response and username and provides you with the proper asleap command to run with the properly encoded byte sequences. Sc00bz has well documented the code, which lives now on this <a href="http://hak5.org/forums/index.php?showtopic=14755">Hak5 forum</a> thread. Thanks Sc00bz!</p>
<p><b>Deploying Virtual Appliances in minutes the open source way</b></p>
<p>A Virtual Appliance can be though of as a software image containing a supporting stack designed to run inside a virtual machine. A quick look at vmware&#8217;s <a href="http://www.vmware.com/appliances/">virtual appliance directory</a> shows that there are hundreds of applications that can be quickly and easily deployed. In this segment I take the <a href="http://www.dimdim.com/hak5">Dimdim</a> open source virtual appliance, designed for vmware, and deploy it with <a rhef="http://www.virtualbox.org">VirtualBox</a> (just becasue I can).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-614/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--hd720p30.h264.mp4" length="345088325" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.h264.mp4" length="225102421" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.xvid.avi" length="194242128" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0614/hak5--0614--tunnelingproxies--large.wmv9.wmv" length="180435644" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 612 &#8211; Hacking PPTP VPNs with ASLEAP</title>
		<link>http://www.hak5.org/episodes/episode-612</link>
		<comments>http://www.hak5.org/episodes/episode-612#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:52:17 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[chap]]></category>
		<category><![CDATA[client handshake authentication protocol]]></category>
		<category><![CDATA[cowpatty]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[joshua wright]]></category>
		<category><![CDATA[l2tp]]></category>
		<category><![CDATA[lan man]]></category>
		<category><![CDATA[ms-chap]]></category>
		<category><![CDATA[ms-chapv2]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[offensive security]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[penetration test]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[point to point tunneling protocol]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[remote exploit]]></category>
		<category><![CDATA[routing and remote access]]></category>
		<category><![CDATA[rras]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1440</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3867" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent"  />]]></description>
			<content:encoded><![CDATA[<p>Continuing with the VPN Series, Darren discusses the inherent weaknesses in Microsoft&#8217;s PPTP authentication protocol, MS-CHAPv2, and demos a Linux tool that exploits these weaknesses.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1440"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3867" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent"  /></p>
<p>Continuing on with our VPN series I find it important to highlight the weaknesses in the protocols we have talked about thus far. In <a target="_blank" href="http://www.hak5.org/episodes/episode-610">my last segment</a> I highlighted a tool that allows an attacker to easily hijack an SSL session using a man-in-the-middle attack. Couple this with Adito (aka OpenVPN-ALS), <a target="_blank" href="http://www.hak5.org/episodes/episode-607">my favorite open-source SSL VPN server</a>, and you can see the problem.</p>
<p>But what about the basic <a target="_blank" href="http://www.hak5.org/episodes/episode-605">Microsoft VPN</a> we setup <a target="_blank" href="http://www.hak5.org/episodes/episode-605">a few weeks back?</a> The VPN servers that we setup on Windows XP and Server 2003 used either active directory or local windows accounts to authenticate users.</p>
<p>And looking back at <a target="_blank" href="http://www.hak5.org/episodes/episode-419">our discussions</a> on pwdump, rainbow tables and the like you&#8217;ll remember the inherent weaknesses in Windows account credentials.</p>
<p>There are two ways Windows stores a user&#8217;s account credentials, or password. <a target="_blank" href="http://en.wikipedia.org/wiki/LM_hash">LAN Manager</a> hashes which are comprised of watered-down weaksauce and <a target="_blank" href="http://en.wikipedia.org/wiki/NTLM">NTLM</a> which are succeptable to time-memory tradeoff attacks.</p>
<p>The default VPN server implemented in Windows XP and Server 2003&#8217;s Routing and Remote Access service uses Point-To-Point-Tunneling-Protocol. This is convenient because the Windows clients have supported Microsoft PPTP VPN connections natively since 2000, and in Windows 95/98 with <a target="_blank" href="http://support.microsoft.com/kb/191494">Dual Up Networking version 1.3</a>.</p>
<p>The modern authentication protocol of Microsoft&#8217;s PPTP is <a target="_blank" href="http://technet.microsoft.com/en-us/library/cc739678(WS.10).aspx">MS-CHAPv2</a>. This <a target="_blank" href="http://en.wikipedia.org/wiki/Challenge-handshake_authentication_protocol">Challenge Handshake Authentication Protocol</a> suffers from inherent weaknesses.</p>
<p>As far back at 1999 these weaknesses have been widely known. If you&#8217;re interested in reading more on the cryptanalysis of MS-CHAPv2 there&#8217;s a <a target="_blank" href="http://www.schneier.com/paper-pptpv2.html">nifty paper</a> written by Bruce Schneier and L0pht that I&#8217;ll link in the show notes.</p>
<p>And while other options exist such as <a target="_blank" href="http://blogs.technet.com/rrasblog/archive/2009/03/25/remote-access-deployment-part-2-configuring-rras-as-a-vpn-server.aspx">Radius</a>, this is still the default option for PPTP authentication in Windows environments.</p>
<p><a target="_blank" href="http://www.willhackforsushi.com/?page_id=87">Joshua Wright</a>, author of <a target="_blank" href="http://www.willhackforsushi.com/?p=284">coWPAtty</a> (See <a target="_blank" href="http://www.hak5.org/episodes/episode-518">our segment here</a>), released in 2004 a proof of concept tool to demonstrate weaknesses in <a target="_blank" href="http://en.wikipedia.org/wiki/Lightweight_Extensible_Authentication_Protocol">LEAP</a> and PPTP protocols.</p>
<p>This tool, <a target="_blank" href="http://www.willhackforsushi.com/Asleap.html">ASLEAP</a>, was updated in 2007 to include an option to just crack MS-CHAP v2. Either by examining a packet capture that includes a MS-CHAP handshake ASLEAP or specifying an MS-CHAP challenge and response ASLEAP is able to deduce the username and last two bytes of the NT hash. Using this information, and a dictionary file, ASLEAP is able to brute-force the hash.</p>
<p>PS: Check out <a href="http://www.player2rentals.com" target="_blank">Player2Rentals.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-612/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--hd720p30.h264.mp4" length="549041844" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.h264.mp4" length="358047282" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.xvid.avi" length="315159934" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0612/hak5--0612--asleap--large.wmv9.wmv" length="307796076" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
