<?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; VM</title>
	<atom:link href="http://www.hak5.org/tag/vm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hak5.org</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 23:05:19 +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>23</slash:comments>
		</item>
		<item>
		<title>First look at Google Chromium OS</title>
		<link>http://www.hak5.org/geek/first-look-at-google-chromium-os</link>
		<comments>http://www.hak5.org/geek/first-look-at-google-chromium-os#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:13:33 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[chromium os]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[the goog]]></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>

		<guid isPermaLink="false">http://www.hak5.org/?p=1606</guid>
		<description><![CDATA[Last week the news was a buzz about Google&#8217;s 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. ...]]></description>
			<content:encoded><![CDATA[<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><span id="more-1606"></span><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/rfxfn5BGF84&#038;hl=en_US&#038;fs=1&#038;start=77"></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=77" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/geek/first-look-at-google-chromium-os/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Virtual Routers Explained</title>
		<link>http://www.hak5.org/it/virtual-routers-explained</link>
		<comments>http://www.hak5.org/it/virtual-routers-explained#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:51:59 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[cisco nexus]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nexus 1000]]></category>
		<category><![CDATA[nexus 1000v]]></category>
		<category><![CDATA[nexus switch]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtual router]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1581</guid>
		<description><![CDATA[Joe Switch writes in to ask what the deal is with Virtual Routers and other such untangable networks. Matt has the answer. The way I understand it your more high end (read: expensive) Cisco and ...]]></description>
			<content:encoded><![CDATA[<p>Joe Switch writes in to ask what the deal is with Virtual Routers and other such untangable networks. Matt has the answer. The way I understand it your more high end (read: expensive) Cisco and Juniper routers have virtual routers built in &#8212; much like you might have a virtual interface like eth0:1 in Linux &#8212; to manage VLANS, IP subnets and such.</p>
<p><span id="more-1581"></span></p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/adnEieI5WHI&#038;hl=en_US&#038;fs=1&#038;start=200"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/adnEieI5WHI&#038;hl=en_US&#038;fs=1&#038;start=200" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Matt goes on to explain that in the vSphere product by VMware you can use the APIs to write, basically, a software based switch to compliment your existing deployments. Check out the <a href="http://www.vmware.com/products/cisco-nexus-1000V/" target="_blank">Cisco Nexus 1000V</a>. It&#8217;s a software implementation of a Cisco Nexus switch. I&#8217;d love to get my hands on it but at nearly $1000/year I&#8217;ll find something open source. Speaking of which, we&#8217;ve been meaning to play with a Cisco virtual network application but are in need of an ISO. If you&#8217;re privy to an open source alternative or can help out drop us a line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/it/virtual-routers-explained/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Episode 616 &#8211; Make your own Nintendo DS Games for free! Tunneling on a Mac and Virtual Routers.</title>
		<link>http://www.hak5.org/episodes/episode-616-make-your-own-nintendo-ds-games-for-free-tunneling-on-a-mac-and-virtual-routers</link>
		<comments>http://www.hak5.org/episodes/episode-616-make-your-own-nintendo-ds-games-for-free-tunneling-on-a-mac-and-virtual-routers#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:09:52 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[cisco nexus]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[devkitpro]]></category>
		<category><![CDATA[dsi]]></category>
		<category><![CDATA[dsx]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[m3]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mod chip]]></category>
		<category><![CDATA[nds]]></category>
		<category><![CDATA[ndshb]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nexus 1000]]></category>
		<category><![CDATA[nexus 1000v]]></category>
		<category><![CDATA[nexus switch]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[nintendo ds]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[r4]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[unsigned code]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtual router]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1541</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3871" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" />]]></description>
			<content:encoded><![CDATA[<p>Cheap mod chips plus free dev tools equals hello world on the Nintendo DS! Jason Appelbaum joins us to geek out about code up the dual screen&#8217;d programmers playground that is NDS homebrew. Matt has answers to your questions about Virtual Routers, Paul comes out from behind the camera to school us on SSH Tunneling for the Mac, and Darren&#8217;s featuring some pretty Python &#038; PHP to tunnel cross platform. </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/0616/hak5--0616--nds--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1541"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3871" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent" /></p>
<p>&#8212;<br />
Title: Virtual Routers?<br />
Time: 3:20<br />
Keywords: virtual router, virtual machine, vm, virtualization, vmware, virtualbox, cisco, nexus, nexus switch, cisco nexus, nexus 1000v, nexus 1000</p>
<p>Joe Switch writes in to ask what the deal is with Virtual Routers and other such untangable networks. Matt has the answer. The way I understand it your more high end (read: expensive) Cisco and Juniper routers have virtual routers built in &#8212; much like you might have a virtual interface like eth0:1 in Linux &#8212; to manage VLANS, IP subnets and such.</p>
<p>Matt goes on to explain that in the vSphere product by VMware you can use the APIs to write, basically, a software based switch to compliment your existing deployments. Check out the <a href="http://www.vmware.com/products/cisco-nexus-1000V/" target="_blank">Cisco Nexus 1000V</a>. It&#8217;s a software implementation of a Cisco Nexus switch. I&#8217;d love to get my hands on it but at nearly $1000/year I&#8217;ll find something open source. Speaking of which, we&#8217;ve been meaning to play with a Cisco virtual network application but are in need of an ISO. If you&#8217;re privy to an open source alternative or can help out drop us a line.</p>
<p><b>Make your own Nintendo DS Games for free!</b></p>
<p>If it begins with a #include and ends in a semi-colon our friend <a href="http://www.twitter.com/jasonappelbaum/" target="_blank">Jason Appelbaum</a> is all over it. This week he&#8217;s in studio covering a subject near and dear to our hearts &#8212; Nintendo DS Homebrew.</p>
<p>Let&#8217;s face it, the Nintendo DS is a happy little platform full of hacking potential. And with a well established homebrew community it&#8217;s the perfect device to start your next weekend project with. Jason takes you from Homebrew 101, including <a href="http://www.r4ultra.com" target="_blank">carts</a> and <a href="http://www.ndshb.com" target="_blank">roms</a>, to getting the <a href="http://www.devkitpro.org" target="_blank">Dev tools</a> and building your first Hello World app.</p>
<p>For more see <a href="http://www.jasonappelbaum.com" target="_blank">JasonAppelbaum.com</a> or email jason@hak5.org</p>
<p><b>Mac tunneling the free and easy way</b></p>
<p>Paul can&#8217;t hide behind the camera forever, and this week we&#8217;re pleased to have him break down the free and easy way to SSH Tunnel on a mac. After Hak5 viewer <a href="http://fixedspace.com/" target="_blank">Lavi</a> wrote in about <a href="http://www.apple.com/downloads/macosx/networking_security/sshtunnel.html" target="_blank">SSHTunnel 1.6</a> Paul was happy to check out the program. Thanks for sending in your freeware picks!</p>
<p><b>SSH Tunneling the cross-platform way with Python and PHP</b></p>
<p>Another great bit of feedback from the SSH Tunneling segment in <a href="http://www.hak5.org/episodes/episode-614">episode 614</a> was from Jan-Marten in The Netherlands. His Hak5 inspired cross-platform Python and PHP scripts, available from <a href="http://johmanx.com/?pid=29" target="_blank">his blog johmanx.com</a> allow you to easily configure and save SSH tunneling options. Awesome code Jan-Marteen, thanks for sending it in!</p>
<p>Of course if you have feedback for the show, code you&#8217;d like to send by, tips on legally acquiring a cisco IOS, freeware you want to let us know about, questions, or criticisms just write us: feedback@hak5.org</p>
<p>And don&#8217;t forget to check out the <a href="http://www.hak5.org/store" target="_blank">Hak5 Store</a> for our holiday sale on all new Hak5 T-Shirts, hacked gadgets, pineapples, monkeys and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-616-make-your-own-nintendo-ds-games-for-free-tunneling-on-a-mac-and-virtual-routers/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--hd720p30.h264.mp4" length="447266512" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.h264.mp4" length="294706328" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.xvid.avi" length="253940970" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0616/hak5--0616--nds--large.wmv9.wmv" length="273750774" type="video/x-ms-wmv" />
		</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 609 &#8211; Touchscreen Mod and VirtualBox vs VMware</title>
		<link>http://www.hak5.org/episodes/episode-609</link>
		<comments>http://www.hak5.org/episodes/episode-609#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:00:35 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[capacitive]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[resistive]]></category>
		<category><![CDATA[touchscreen]]></category>
		<category><![CDATA[virtual box]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1423</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3565" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent" />]]></description>
			<content:encoded><![CDATA[<p>This time on the show Jason Appelbaum joins with a touchscreen LCD mod that&#8217;s a lot easier than one might think. Then Darren and Matt pit their desktop virtualization platforms, Virtual Box and VMware Workstation, against eachother over a game of Halo.</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/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--hd.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1423"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3565" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  wmode="transparent" /></p>
<p>Adding a touch screen to a LCD is pretty straight forward and fairy inexpensive. There are a few different places to get the touch screen kit, we got ours from ebay for around 80 bucks + shipping. Dealextreme.com has a small selection of smaller touch screen kit perfect for netbooks, because they come with a controller made to connect internally instead of external usb. When buying a kit to make sure it comes with the matching controller to avoid any head aches.</p>
<p>When it comes to desktop virtualization Matt and I think very differently. While I agree that VMware&#8217;s ESX and (free) ESXi solutions are killer, I can&#8217;t seem to justify the price of <a href="http://www.vmware.com/products/workstation/index.html"> target=&#8221;_blank&#8221;>VMware Workstation</a> when Sun&#8217;s <a href="http://www.virtualbox.org/" target="_blank">Virtual Box</a> is free, open source, full featured, super speedy and rock solid. Matt doesn&#8217;t agree.</p>
<p>Matt wouldn&#8217;t agree with my assessment, but he doesn&#8217;t write the show notes so I&#8217;ll just go ahead and link to this <a href="http://www.virtualbox.org/wiki/VBox_vs_Others" target="_blank">totally unbiased</a> comparison.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-609/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--hd720p30.h264.mp4" length="317563650" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--hd.h264.mp4" length="264116550" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--large.xvid.avi" length="181188694" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0609/hak5--0609--Touchscreen-Mod-and-VirtualBox-vs-VMware--large.wmv9.wmv" length="204529610" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 602 &#8211; Grub2 and VM-fu</title>
		<link>http://www.hak5.org/episodes/episode-602</link>
		<comments>http://www.hak5.org/episodes/episode-602#comments</comments>
		<pubDate>Wed, 26 Aug 2009 10:00:49 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[bluebear]]></category>
		<category><![CDATA[boot loader]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[kodiak]]></category>
		<category><![CDATA[multipass]]></category>
		<category><![CDATA[usb mutli boot]]></category>
		<category><![CDATA[virtual center]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1386</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3286" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Managing ESX(i) with a cross platform adobe air application. Matt reviews BlueBear&#8217;s Kodiak. Want to boot ISO files directly from USB? Darren explores the options with Grub Legacy and Grub2, plus tweaks for Persistent installations, nested menus, notes 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/0602/hak5--0602--grub2andvmfu--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1386"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3286" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  /></p>
<p><a href="http://www.mattlestock.com/" target="_blank">Matt Lestock</a> reviews <a href="http://www.bluebear.org" target="_blank">BlueBear</a>&#8217;s Adobe Air-based application for managing mixed virtualization environments. <a href="http://www.bluebear.org/kodiak/" target="_blank">Kodiak</a> currently supports VMware ESX servers with Citrix XenServer and Microsoft Hyper-V compatibility coming soon. This cross platform management application is pretty slick!</p>
<p><a href="http://www.darrenkitchen.com" target="_blank">Darren Kitchen</a> discusses the evolution of his favorite boot loader, Grub, and points out <a href="http://www.panticz.de/MultiBootUSB" target="_blank">USB installation</a> options and Grub2&#8217;s <a href="http://michael-prokop.at/blog/2009/05/25/boot-an-iso-via-grub2/" target="_blank">loopback</a> option. He also discusses <a href="http://www.pendrivelinux.com/usb-ubuntu-904-persistent-install-windows/" target="_blank">persistent changes</a>, <a href="http://hak5.org/forums/index.php?showtopic=13842&#038;view=findpost&#038;p=139966" target="_blank">nested menus</a>, and notes.</p>
<p>Darren also checks out <a href="http://liveusb.info/dotclear/" target="_blank">LiveUSB</a>, a tool that promises to automate the process of building a USB Multi Boot tool. Note: The site and application are all in French.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-602/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--hd720p30.h264.mp4" length="377268701" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.h264.mp4" length="252819534" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.xvid.avi" length="218337304" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0602/hak5--0602--grub2andvmfu--large.wmv9.wmv" length="240389250" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 523 &#8211; Return of the Matt: Physical to Virtual and Apache Tomcat3</title>
		<link>http://www.hak5.org/episodes/episode-523</link>
		<comments>http://www.hak5.org/episodes/episode-523#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:31:11 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[physical to virtual]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vmware converter]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1353</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3291" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Matt Lestock returns and brings us the skinny on converting physical servers into virtual servers and piping &#8216;em right into your ESXi box while Darren takes the scenic route on a Linux Apache Tomcat install with some Java and bash lovin&#8217;.</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/0523/hak5--0523--mattreturns--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1353"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3291" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  /></p>
<p><a href="http://www.mattlestock.com" target="_blank">Matt Lestock</a> uses <a href="http://www.vmware.com/products/converter/" target="_blank">VMware Converter</a> to take that ugly power hungry idle beast and turn it into a sleek and slim virtual machine, piped stright into your ESXi host.</p>
<p>Send your questions and feedback to matt@hak5.org</p>
<p>Darren Kitchen is cooking up a Linux based Java servlet container and HTTP web server with <a href="http://tomcat.apache.org/" target="_blank">Apache Tomcat</a>. While never distributions and package repositories can make setting up a Tomcat server a breeze, it&#8217;s nice to have an understanding of the manual process.</p>
<p>Don&#8217;t forget about our first ever official Hak5 Meetup at Busch Gardens Williamsburg on August 15th. Find all the details at <a href="http://hak5meetup.squarespace.com" target="_blank">hak5meetup.squarespace.com</a> or <a href="http://www.facebook.com/event.php?eid=100749273500&#038;ref=nf" target="_blank">RSVP on Facebook</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-523/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--hd720p30.h264.mp4" length="479056846" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.h264.mp4" length="322784961" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.xvid.avi" length="286974470" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0523/hak5--0523--mattreturns--large.wmv9.wmv" length="314437916" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 519 &#8211; Building the Ultimate White Box for under $2000</title>
		<link>http://www.hak5.org/episodes/episode-519</link>
		<comments>http://www.hak5.org/episodes/episode-519#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:55:46 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[3ware]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[asus p6t]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[caviar black]]></category>
		<category><![CDATA[core i7]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[hot swap]]></category>
		<category><![CDATA[jbod]]></category>
		<category><![CDATA[nehalem]]></category>
		<category><![CDATA[patriot xporter]]></category>
		<category><![CDATA[pro 1000gt]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[white box]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1167</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3295" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Building the ultimate white box ESXi server for under $2000! Can it be done? Darren and Matt grab the company credit card and answer that question.</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/0519/hak5--0519--whitebox--hd.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1167"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3295" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  /></p>
<p><strong>Building the Ultimate White Box Server for under $2000</strong></p>
<p>When it comes to building a white box server for ESXi your best resources are <a href="http://vm-help.com/" target="_blank">vm-help.com</a>, <a href="http://ultimatewhitebox.com/" target="_blank">UltimateWhiteBox.com</a>, the <a href="http://www.vmware.com/resources/compatibility/search.php" target="_blank">VMware Compatibility Guide</a>, and the <a href="http://communities.vmware.com/home.jspa" target="_blank">VMware community</a>.</p>
<p>We carefully selected ESXi supported components based on reliability and value. If this were the ultimate $3000 white box server we might have picked a server board with dual Xeon&#8217;s and ECC memory, but to keep it under that magic $2000 price point we went with beefy &#8220;desktop&#8221; components such as the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115202" target="_blank">Intel Core i7 920</a>, the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813131365" target="_blank">ASUS P6T Deluxe</a>, and <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820145233" target="_blank">12 GB of Corsair XMS3</a> memory.</p>
<p>Drive wise you can&#8217;t go wrong with the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16816116042" target="_blank">3ware 9650SE-4LPML</a>. It supports four SATA II drives in RAID 0, 1, 5, 10 or JBOD. It&#8217;s bigger brother the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16816116045" target="_blank">9650SE-16ML</a> sixteen channel SATA II controller is hot too &#8212; just at three times the price. The 9650SE isn&#8217;t supported out of the box by ESXi, however 3ware provides a <a href="http://www.3ware.com/KB/article.aspx?id=15548" target="_blank">knowledge base article and drivers</a> necessary to add support for the card after your ESXi box is built.</p>
<p>Drive wise we picked up four <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136284" target="_blank">Western Digital Caviar Black</a> 1TB drives since they&#8217;re cheap and reliable.</p>
<p>To make things easy when installing all these components in our <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16811147101" target="_blank">Rosewill RSV-Z4000</a> 4U rackmount case we picked up a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817707117" target="_blank">4 Drive trayless how swap sata backplane</a> from StarTech. IcyDock makes one too. This was the only $100 spent for convenience over performance/value, but anyone who has dealt with 5.25&#8243; to 3.5&#8243; mounting brackets will agree it&#8217;s worth every penny.</p>
<p>Rather than installing ESXi on the RAID, we used a 4GB USB drive from Patriot. The <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820220251">Xporter XT</a>. It boasts really fast read/write times. I&#8217;m sure any old 1gb or larget USB drive would have done but they&#8217;re so cheap, why not?</p>
<p>We&#8217;re doing a little white box server contest. Winners will get all sorts of swag from the <a href="http://www.hak5.org/hakshop/" target="_blank">Hak5 Store</a>. Check out all the details in the <a href="http://hak5.org/forums/index.php?showtopic=13481" target="_blank">episode release thread</a> at Hak5.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-519/feed</wfw:commentRss>
		<slash:comments>35</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--hd.h264.mp4" length="483661419" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.h264.mp4" length="267285747" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.xvid.avi" length="307562880" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0519/hak5--0519--whitebox--large.wmv9.wmv" length="295957826" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 518 &#8211; Hacking WPA, ESXi and iSCSI, Bypass Windows Passwords</title>
		<link>http://www.hak5.org/episodes/episode-518</link>
		<comments>http://www.hak5.org/episodes/episode-518#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:42:27 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[airpwn]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[church of wifi]]></category>
		<category><![CDATA[cowpatty]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[kon-boot]]></category>
		<category><![CDATA[konboot]]></category>
		<category><![CDATA[local login]]></category>
		<category><![CDATA[offensive security]]></category>
		<category><![CDATA[rainbow table]]></category>
		<category><![CDATA[Rainbow Tables]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[windows password]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WPA]]></category>
		<category><![CDATA[wpa-psk]]></category>
		<category><![CDATA[wpa2]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1162</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3296" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Darren&#8217;s Hacking WPA-PSK keys using the recently updated Cowpatty and some damn fine lookup tables. Connecting ESXi to iSCSI targets &#8212; Matt breaks it down with FreeNAS. And Shannon completely bypasses local Windows logins with a Kernel modifyin&#8217; boot cd? w00t!</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/0518/hak5--0518--crackwpa--hd.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1162"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3296" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  /></p>
<p><b>Cracking WPA Keys with Cowpatty</b></p>
<p>A lot has changed since I last talked about <a href="http://www.hak5.org/episodes/episode-3x06-release" target="_blank">WPA Cracking on Hak5</a>. Specifically <a href="http://www.willhackforsushi.com/?page_id=87" target="_blank">Joshua Wright</a>, author of <a href="http://www.willhackforsushi.com/?p=284" target="_blank">CowPatty</a> has released a new version that dramatically changes the way one thinks about cracking WPA and WPA2 TKIP keys.</p>
<p>The most notable new feature in Cowpatty 4.5 is the &#8220;-2&#8243; option, which only requires the first two frames of the 4-way handshake to start attacking.</p>
<p>By removing the need for the third and fourth frames of the handshake, an attacker is now more likely to successfully crack WPA keys when channel hopping. Furthermore, the lack of the third and fourth frame opens up a world of possabilities when it comes to trapping targets with rogue access points, or &#8220;honey pots&#8221;.</p>
<p><a href="http://www.willhackforsushi.com/?p=284" target="_blank"><img src="http://darrenkitchen.net/img/N0085.png" style="float:left; margin:10px;"/></a>An example scenario illustrated on <a href="http://www.willhackforsushi.com/?p=284" target="_blank">Wright&#8217;s blog</a> details how an attacker may pose as a victim&#8217;s corporate wireless access point. Since it doesn&#8217;t matter if the target associates with the honey pot, anything from hostap to a spare WPA supporting access point with a bogus key will due.</p>
<p><a href="http://www.digininja.org/jasager/" target="_blank"><img src="http://darrenkitchen.net/img/N0088.png" style="float:left; margin:10px;"/></a>Of course this has our friend <a href="http://www.digininja.org" target="_blank">Robin Wood</a> pondering a Jasager plugin. <a href="http://www.hak5.org/hakshop/wifi-pineapple" target="_blank">Pineapples anyone?</a></p>
<p><img src="http://darrenkitchen.net/img/N0087.png" style="float:right; margin:10px;"/><br />
As for carrying out the attack it&#8217;s pretty straight forward. I <a href="http://www.remote-exploit.org" target="_blank">BackTrack</a> as my hacking OS of choice coupled with an eee PC or Acer Aspire One. When it comes to Wireless I&#8217;m a big fan of the <a href="http://www.google.com/products?q=ALFA%20AWUS036H" target="_blank">ALFA AWUS036H</a> 500mW USB Wireless Adapter</a>.</p>
<p>Other tools needed to carry out the attack include WPA tables like these <a href="http://www.offensive-security.com/wpa-tables/" target="_blank">SSID specific Cowpatty WPA Tables</a> from <a href="http://www.offensive-security.com" target="_blank">Offensive Security</a> and the <a href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a> suite.</p>
<p>The commands are pretty straight forward and well highlighted in <a href="http://www.hak5.org/episodes/episode-518" target="_blank">the episode</a>. There are a number of ways to go about this so if you&#8217;ve got another method you&#8217;d like to share with me, questions about this, or suggestions for future topics drop me a line. darren[at]hak5=dot=org.</p>
<p><i>Excerpt <a href="http://www.darrenkitchen.net/cracking-wpa-with-cowpatty-45" target="_blank">Darren Kitchen</a>&#8217;s blog</i></p>
<p><b>ESXi &#038; iSCSI</b></p>
<p>So the series I&#8217;ve been doing on ESXi has been getting nothing but great feedback, and I&#8217;m glad that I can share what I&#8217;ve learned over the course of the last couple years with everyone.<br /> <br />
On episode 518 of Hak5, we show how truly easy it is to add iSCSI storage to a free deployment of ESXi.</p>
<p>So what is iSCSI? </p>
<blockquote><p>In computing, iSCSI (pronounced /??s&#8217;k?zi/), is an abbreviation of Internet Small Computer System Interface, an Internet Protocol (IP)-based storage networking standard for linking data storage facilities. By carrying SCSI commands over IP networks, iSCSI is used to facilitate data transfers over intranets and to manage storage over long distances. iSCSI can be used to transmit data over local area networks (LANs), wide area networks (WANs), or the Internet and can enable location-independent data storage and retrieval. The protocol allows clients (called initiators) to send SCSI commands (CDBs) to SCSI storage devices (targets) on remote servers. It is a popular storage area network (SAN) protocol, allowing organizations to consolidate storage into data center storage arrays while providing hosts (such as database and web servers) with the illusion of locally-attached disks. Unlike traditional Fibre Channel, which requires special-purpose cabling, iSCSI can be run over long distances using existing network infrastructure.</p>
</blockquote>
<p>In simpler terms, using some free software, it&#8217;s stupid easy to create a large amount of storage which is not tied to the physical adapter of the host server (in this case, the server ESXi is running on).</p>
<p>So what do we need? </p>
<ul>
<li>Functioning ESXi Installation</li>
<li>Server capable of running <a target="_blank" href="http://freenas.org">FreeNAS</a></li>
<li>Gigabit connectivity between ESXi server and FreeNAS</li>
</ul>
<p>Now let&#8217;s get started.  While it&#8217;s recommended to separate your iSCSI traffic from your other internet networking, for the purpose of this instruction, we&#8217;re just going to use the same IP subnet for all of our LAN and iSCSI traffic.<br /> <br />
Our ESXi server sits at 10.10.1.55 and our newly installed FreeNAS server is located at 10.10.1.66</p>
<ol>
<li>Connect to your FreeNAS server through the WebGUI using your favorite browser. In the top menu select Disks, then click Management.<a  target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-001.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-001-300x214.png" alt="iscsi-001" title="iscsi-001" width="300" height="214"  /></a></li>
<li>Click on the plus sign in the lower right corner to add drives.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-002.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-002-300x107.png"/></a></li>
<li>Next to Disk, choose the drive you want to add from the drop down, and if you want enter a description for it next to Description. <a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-003.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-003-300x209.png"/></a></li>
<li>When you go back to the Disk Management screen you will be asked to confirm the addition by clicking on Apply changes, go ahead and do that now.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-004.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-004-300x297.png"/></a></li>
<li>From the top menu choose Services, then iSCSI Target.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-005.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-005-300x289.png"/></a></li>
<li>Click on the plus sign in the Extent area.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-006.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-006-300x162.png"/></a></li>
<li>The Bolded fields are required, so place a name in the Extent name field, leave the Type as Device, and then choose the Device you want in the dropdown. <a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-007.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-007-300x199.png"/></a></li>
<li>When you get back to the iSCSI Target page click on Apply changes.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-008.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-008-300x218.png"/></a></li>
<li>Click on the plus sign in the Target area.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-009.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-009-300x209.png"/></a></li>
<li>As before the Bolded fields are required. Here is a breakdown of the fields:
<p>    <strong>Target name: </strong>Add your own or leave the default<br /> <br />
    <strong>Flags: </strong>RW for Read/Write or RO for Read Only<br /> <br />
    <strong>Storage:</strong> Will have the extents listed that were setup, choose the one you want to use<br /> <br />
    <strong>Authorized Network:</strong> Enter the IP network that can access this drive. For us we&#8217;re going to enter 10.10.1.0 and we&#8217;ll leave the /24 as our subnet is 255.255.255.0</p>
<p>Once you fill in all the info click on Add.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-010.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-010-300x211.png"/></a></li>
<li>Back at the iSCSI target page you need to click on Apply changes once again.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-011.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-011-284x300.png"/></a></li>
<li>Now place a check in the box next to Enable in the top right corner and then click Save and Restart in the bottom left.<a target="_blank" href="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-012.png"><img src="http://www.mattlestock.com/wp-content/uploads/2009/06/iscsi-012-300x216.png"/></a></li>
<li>The iSCSI Target drive is now setup and ready for use.</li>
</ol>
<p>Now we need to setup ESXi to connect to our newly created iSCSI target.<br /> <br />
Start by logging into your your host by using the Vitrual Infrastructure Client.<br /> <br />
Click on your host, and then click the configuration tab.<br /> <br />
Click Storage adapters, and then select your VMHBA32 iSCSI storage adapter.<br /> <br />
Click properties and configure, then check the enabled box.<br /> <br />
Goto the dynamic discovery tab, and add your FreeNAS IP address (in this case, 10.10.1.66)<br /> <br />
Click ok, then close, and then rescan the HBA.</p>
<p>At this point you should see your storage, now we need to format the new storage.<br /> <br />
So click back to the storage option on the left.<br /> <br />
Then click Add Storage.<br /> <br />
Select Disk / Lun, and click next.<br /> <br />
Select your new disk on the FreeNAS iSCSI target, and next, next, finish.</p>
<p>DONE!</p>
<p>Questions? Post em in <a href="http://www.mattlestock.com/2009/06/esxi-iscsi/" target="_blank">the comments!</a></p>
<p><i>Excerpt <a href="http://www.mattlestock.com/2009/06/esxi-iscsi/" target="_blank">Matt Lestock</a>&#8217;s blog</i></p>
<p><b>Bypass Windows Local Logins</b></p>
<p><a target="_blank" href="http://www.piotrbania.com/all/kon-boot/">Kon-Boot</a></p>
<blockquote><p>Kon-Boot is an prototype piece of software which allows to change contents of a linux kernel (and now Windows kernel also!!!) on the fly (while booting). In the current compilation state it allows to log into a linux system as &#8216;root&#8217; user without typing the correct password or to elevate privileges from current user to root. For Windows systems it allows to enter any password protected profile without any knowledge of the password. It was acctually started as silly project of mine, which was born from my never-ending memory problems <img src='http://www.snubsie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Secondly it was mainly created for Ubuntu, later i have made few add-ons to cover some other linux distributions. Finally, please consider this is my first linux project so far <img src='http://www.snubsie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Entire Kon-Boot was written in pure x86 assembly, using old grandpa-geezer TASM 4.0.</p>
</blockquote>
<p>So basically, Kon-Boot enables you to log into any Windows or Linux password protected computer without knowing the password or anything about it.</p>
<p>The tech behind it?  Kon-Boot basically latches onto parts of the memory and starts patching parts of the kernel (the Brain!), mainly the parts that have to do with the log-on auth and security.  These patches let you logon without a password.  Then, the bootkit does it so quickly that it leaves no footprints behind after you leave.</p>
<p>DUDE!</p>
<p>To do this:<br /> <br />
Go to the website above and download Kon-Boot, open the zip file, and burn the .iso to a disc.  I use <a target="_blank" href="http://www.imgburn.com/">ImgBurner</a> because it is fast, easy, and FREE.</p>
<p>Shut down the computer you intend to get on to.  When booting up, if it isn&#8217;t already set to boot from CD (or flashdrive, or whatever Kon-Boot is on), go into the BIOS and set it.  You should see the Kon-Boot splash screen for a few seconds, then the username/password screen will appear with the main username already set if they have it saved.  If not you need to know the username ahead of time.  Press enter or type in some random characters (it doesn&#8217;t really matter) and press enter.  You&#8217;re in!</p>
<p>Now party, snoop around, and get that file you wanted.  Get your flashdrive or CD out, then shut the computer back off like usual.</p>
<p>Protecting yourself:<br /> <br />
Password protect your BIOS!<br /> <br />
<a target="_blank" href="http://www.truecrypt.org/">True Crypt</a> your entire harddrive!</p>
<p><i>Excerpt <a href="http://www.snubsie.com/2009/06/15/kon-boot/" target="_blank">Shannon Morse</a>&#8217;s blog</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-518/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--hd.h264.mp4" length="656279434" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.xvid.avi" length="386703754" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.wmv9.wmv" length="367021454" type="video/x-ms-wmv" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0518/hak5--0518--crackwpa--large.h264.mp4" length="356256719" type="video/mp4" />
		</item>
		<item>
		<title>Episode 517 &#8211; Packet Injection, WPA Attacks, Virtualization</title>
		<link>http://www.hak5.org/episodes/episode-517</link>
		<comments>http://www.hak5.org/episodes/episode-517#comments</comments>
		<pubDate>Wed, 10 Jun 2009 15:35:31 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[airpwn]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[church of wifi]]></category>
		<category><![CDATA[cowpatty]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Rainbow Tables]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WPA]]></category>
		<category><![CDATA[wpa-psk]]></category>
		<category><![CDATA[wpa2]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1152</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3224" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>The gang gathers at a dive in Hoboken, NJ during their trip to NYC for the live diggnation and discuss wireless packet injection with airpwn, advancements in WPA-PSK attacks and of course, virtualization.</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/0517/hak5--0517--hoboken--hd.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1152"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v3224" allowFullScreen="true" allowScriptAccess="always" width="555" height="312"  /></p>
<p>In an effort to thwart hangovers the gang drops by <a href="http://www.dcstavern.com/" target="_blank">DC&#8217;s Taven</a> in Hoboken to geek out about Wifi and Virtualization over shots and cold ones.</p>
<p>Darren is excited about the recent improvements to both <a href="http://airpwn.sf.net/" target="_blank">Airpwn</a> and <a href="http://www.willhackforsushi.com/?page_id=50" target="_blank">Cowpatty</a>.</p>
<p>Edit: <a href="http://www.room362.com/" target="_blank">Mubix</a> points out these awesome <a href="http://www.offensive-security.com/wpa-tables/" target="_blank">WPA Tables from Offensive-Security</a> (You know &#8216;em as the BackTrack guys).</p>
<blockquote><p>Best WPA Tables out there for us with CoWPAtty. (And another little + is they posted the password list they used to generate the tables, which is also an AWESOME password list for cracking all kinds of passwords. <img src='http://www.hak5.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p></blockquote>
<p>Matt answers some viewers questions and <a href="http://www.hak5.org/contact" target="_blank">encourages more</a> for an upcoming special.</p>
<p>Shannon has all the deets on this week&#8217;s <a href="http://www.hak5.org/contest/" target="_blank">contest</a> and <a href="http://hak5lan.squarespace.com" target="_blank">LAN party</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-517/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--hd.h264.mp4" length="600730077" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.h264.mp4" length="322515990" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.xvid.avi" length="383878302" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0517/hak5--0517--hoboken--large.wmv9.wmv" length="370233232" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
