<?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; backtrack</title>
	<atom:link href="http://Hak5.org/tag/backtrack/feed" rel="self" type="application/rss+xml" />
	<link>http://Hak5.org</link>
	<description>Trust Your Technolust</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:17:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Hak5 1016 &#8211; Virtualized USB booting with QEMU, Steganalysis with Scalpel, x11vnc, screen for windows</title>
		<link>http://Hak5.org/episodes/hak5-1016</link>
		<comments>http://Hak5.org/episodes/hak5-1016#comments</comments>
		<pubDate>Fri, 09 Dec 2011 02:50:40 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 10]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Dual Core]]></category>
		<category><![CDATA[dualcoremusic]]></category>
		<category><![CDATA[file carving]]></category>
		<category><![CDATA[File Recovery]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[int0x80]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scalpel]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=4322</guid>
		<description><![CDATA[<iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/videoseries?list=PL3915026093E84C20&#38;hl=en_US&#38;hd=1&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" frameborder="0" allowfullscreen></iframe>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1016"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1016&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show, carving hidden files with scalpel, booting USB drives in Linux from QEMU and VNC tips for BackTrack and Android. All that and more this time on Hak5!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1016/hak5--1016--tokenring--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1016/hak5--1016--tokenring--large.h264.mp4">Download MP4</a></p>
<p><span id="more-4322"></span></p>
<div align="center">
<iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/videoseries?list=PL3915026093E84C20&amp;hl=en_US&amp;hd=1&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" frameborder="0" allowfullscreen></iframe>
</div>
<p><b>Int0x80&#8242;s Scalpel Segment</b></p>
<ul>
<li><a href="http://www.digitalforensicssolutions.com/Scalpel/" target="_blank">Scalpel- A Frugal, High Performance File Carver</a></li>
<li><a href="http://github.com/int0x80" target="_blank">int0x80 on Github</a></li>
<li><a href="http://dualcoremusic.com/nerdcore/" target="_blank">DualCoreMusic.com</a></li>
<li><a href="https://twitter.com/dualcoremusic" target="_blank">@dualcoremusic</a></li>
</ul>
<p><b>Booting USB drives from within Linux with Qemu</b></p>
<p>Earlier in the season I talked about using the plop bootloader to boot USB thumbdrives from Virtual Box in Windows. Well, today thanks to an email from Rob we&#8217;ll be doing something similar in Linux.<br />
Rob wrote:</p>
<blockquote><p>Hey Guys and Gal,<br />
I saw the *fix* for Virtualbox booting a USB drive with plop and loved it. Plop is how I boot USB on my Macbook Pro. Nice tip, but here&#8217;s another way to test your USB keys, fire up a terminal and launch &#8216; sudo qemu -hda /dev/sdx &#8216; where x is the drive letter of your USB drive under Linux. Qemu will launch a VM with the key as a hard drive. Hope someone gets some use out of this.
</p></blockquote>
<p>Thanks Rob!<br />
We&#8217;ll begin by opening a terminal. The shortcut since I&#8217;m using Gnome is CONTROL+ALT+T.</p>
<p>Now if you don&#8217;t already have qemu installed you can get it by entering &#8220;&#8221;sudo apt-get install qemu&#8221;". I&#8217;ve already done this so it will just say it&#8217;s already installed.</p>
<p>So now that QEMU is installed we&#8217;ll need to figure out what device our thumbdrive is. One way to figure this out is to enter &#8220;&#8221;ls /dev/sd*&#8221;" before and after plugging in your flash drive and seeing what changed. So I&#8217;ll type &#8220;&#8221;ls /dev/sd*&#8221;" and hit enter and I can see I have &#8220;&#8221;sda&#8221;" and &#8220;&#8221;sdb&#8221;" and if I plug my thumbdrive in now, wait a moment for it to pop up, and now enter &#8220;&#8221;ls /dev/sd*&#8221;" again I&#8217;ll see that &#8220;&#8221;sdc&#8221;" shows up.<br />
Another way to figure this out is to enter &#8220;&#8221;dmesg&#8221;" and look for the attached device.</p>
<p>Ok so with all that figured out we&#8217;re ready to finally boot off our thumb drive. Just type &#8220;&#8221;sudo qemu -hda /dev/sdc&#8221;" and hit enter.<br />
And there you go, your thumb drive is booting from within Linux using QEMU. Here I can see Puppy Linux is starting up. Yay! Now I have Linux running inside of Linux! That&#8217;s almost as fun as dividing by zero! That&#8217;s so meta&#8230; ha! So do you have comments or questions? Email me at feedback@hak5.org or drop a line in the comments section.</p>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-1016/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1016/hak5--1016--tokenring--hd720p30.h264.mp4" length="356130826" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1016/hak5--1016--tokenring--large.h264.mp4" length="197279599" type="video/mp4" />
		</item>
		<item>
		<title>Hak5 1015 &#8211; Recovery &amp; Forensics with Scalpel, Cloud storage with PogoPlug and 1000mw WiFi in the US?</title>
		<link>http://Hak5.org/episodes/hak5-1015</link>
		<comments>http://Hak5.org/episodes/hak5-1015#comments</comments>
		<pubDate>Thu, 01 Dec 2011 10:39:11 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 10]]></category>
		<category><![CDATA[1 watt]]></category>
		<category><![CDATA[1000 mw]]></category>
		<category><![CDATA[1000mw]]></category>
		<category><![CDATA[16dbi]]></category>
		<category><![CDATA[1watt]]></category>
		<category><![CDATA[500 mw]]></category>
		<category><![CDATA[500mw]]></category>
		<category><![CDATA[802.11]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[antenna]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[cpu temperature]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Dual Core]]></category>
		<category><![CDATA[dualcoremusic]]></category>
		<category><![CDATA[eirp]]></category>
		<category><![CDATA[fcc]]></category>
		<category><![CDATA[file carving]]></category>
		<category><![CDATA[File Recovery]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[int0x80]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[regulation]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[scalpel]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[txpower]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usa]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[yagi]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=4314</guid>
		<description><![CDATA[<iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/videoseries?list=PLF5EE2CE95368202F&#38;hl=en_US&#38;hd=1&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" frameborder="0" allowfullscreen></iframe>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1015"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1015&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show, Eighty of Dual Core returns for a little file recovery mojo using Scalpel. Then Jed Putterman of Pogoplug joins us to talk cloud storage. Plus can bash scripts monitor your CPU temperature? Radiating Paul-the-Camera-Guy&#8217;s brain with a 16dBi Yagi antenna and transmitting WiFi over 500mw in the US, can it be done? All that and more this time on Hak5!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1015/hak5--1015--commandv--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1015/hak5--1015--commandv--large.h264.mp4">Download MP4</a></p>
<p><span id="more-4314"></span></p>
<div align="center">
<iframe width="640" height="360" src="http://www.youtube-nocookie.com/embed/videoseries?list=PLF5EE2CE95368202F&amp;hl=en_US&amp;hd=1&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" frameborder="0" allowfullscreen></iframe>
</div>
<p><b>Int0x80&#8242;s Privoxy Segment</b></p>
<ul>
<li><a href="http://www.digitalforensicssolutions.com/Scalpel/" target="_blank">Scalpel- A Frugal, High Performance File Carver</a></li>
<li><a href="http://github.com/int0x80" target="_blank">int0x80 on Github</a></li>
<li><a href="http://dualcoremusic.com/nerdcore/" target="_blank">DualCoreMusic.com</a></li>
<li><a href="https://twitter.com/dualcoremusic" target="_blank">@dualcoremusic</a></li>
</ul>
<p><b>Nibble</b><br />
Rocco wrote: In case you need to monitor your CPU temperature, you can write a short script:</p>
<blockquote><pre>while sleep 1 ; do acpi -t ; done</pre>
</blockquote>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-1015/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1015/hak5--1015--commandv--hd720p30.h264.mp4" length="620847149" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1015/hak5--1015--commandv--large.h264.mp4" length="340764857" type="video/mp4" />
		</item>
		<item>
		<title>Hak5 1004 &#8211; See-through AR glasses, Hirens BootCD and 4G Modems in Linux</title>
		<link>http://Hak5.org/episodes/hak5-1004</link>
		<comments>http://Hak5.org/episodes/hak5-1004#comments</comments>
		<pubDate>Wed, 14 Sep 2011 19:22:33 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 10]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[ar]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[boot cd]]></category>
		<category><![CDATA[bootcd]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[eyewear]]></category>
		<category><![CDATA[glasses]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[goggles]]></category>
		<category><![CDATA[hirens]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mode switch]]></category>
		<category><![CDATA[modeswitch]]></category>
		<category><![CDATA[recovery tools]]></category>
		<category><![CDATA[sakis]]></category>
		<category><![CDATA[sakis3g]]></category>
		<category><![CDATA[t-mobile]]></category>
		<category><![CDATA[tmobile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb modem]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vr]]></category>
		<category><![CDATA[Vuzix]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=4117</guid>
		<description><![CDATA[<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/35B4D89CABE1543E?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/35B4D89CABE1543E?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1004"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-1004&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Are we one step closer to becoming cyborgs? We&#8217;re looking at the latest in Augmented Reality Glasses. The ultimate tool for analyzing, recovering and fixing a borked box. 4G USB modems and Linux, can they play nice together? And who&#8217;s multicast datagram IP flow is making nets glow? We&#8217;ll find out! All that and more this time on Hak5!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1004/hak5--1004--goggleshirensmodeswitch--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/1004/hak5--1004--goggleshirensmodeswitch--large.h264.mp4">Download MP4</a></p>
<p><span id="more-4117"></span></p>
<div align="center">
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/35B4D89CABE1543E?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/35B4D89CABE1543E?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</div>
<p><strong>The latest in Augmented Reality eyewear with Vuzix</strong></p>
<p>Clark Dever of <a href="http://www.vuzix.com" target="_blank">Vuzix</a> joins us to show off their latest in augmented reality eyewear technology, including the first production see-through AR display &#8212; the <a href="http://www.vuzix.com/ar/products_star1200.html" target="_blank">STAR 1200</a>. Find out more about their eyewear and software development kits at <a href="http://www.vuzix.com" target="_blank">vuzix.com</a></p>
<p><strong>Hiren’s BootCD to fix your PC</strong></p>
<p>On the hunt for another bootable CD with lots of fun tools? Here&#8217;s one that&#8217;s always been a favorite for many. Hiren’s BootCD (HBCD) is a free bootable CD that contains a load of useful tools you can make use of in a variety of situations like analyzing, recovering and fixing your computer even if the primary operating system can not be booted. It features tools that are helpful to partition, backup, recover, and work with the BIOS/CMOS. The website says that this is for people who have problems accessing the downloadable programs that can help them fix their computer. If you have Hiren&#8217;s BootCD, you don&#8217;t have to download all those programs. You can repair issues like hard drive crashes, viruses, password recovery, and data recovery.</p>
<p>On the website, I started following these crazy directions where you had to download the USB Disk Storage Format program, Grub4DOS, and the newest version of the Hiren&#8217;s BootCD. After getting like halfway through, I had a duh moment and figured out since there&#8217;s an ISO in the BootCD folder, I&#8217;m just going to use UNetBootin and install the ISO onto my USB drive. So I formatted my drive into FAT, and installed the ISO on it.<br />
Now it&#8217;s time to boot up and see if it works!</p>
<p>In regards to the install, I guess if you have issues trying to just stick the ISO on the flash drive you can try the How-To on Hiren&#8217;s website. They also say:<br />
&#8220;&#8221;If you are getting GRLDR error, or if usb booting is halting with a blinking dos window, or if you are faced with similar situations, try using syslinux to boot grub4dos. To do that, download syslinux.zip, extract its contents, run ‘RunMe.bat’ inside of the extracted folder and follow its steps.&#8221;"</p>
<p>Although this Bootable CD is super cool and easy to use, I do have to mention that some of the tools found on here are not free to use. You have to have a license to legally use them, so you may not want to use it.</p>
<p>That said, I really like Hiren&#8217;s bootCD. It&#8217;s combination of tools and programs for any kind of recovery is very useful and I&#8217;ve been a fan of it for many years. Although Hiren&#8217;s is an older tool, it is updated and fixed periodically, with new versions being released all the time.<br />
Do you like Hiren&#8217;s BootCD? Email me your take on it at feedback@hak5.org.</p>
<p><strong>4G Modems and Linux playing nice together! *shocking*</strong></p>
<p>Darren demonstrates the crafty hackery necessary to get a modern 4G USB modem to be recognized and initialized in Linux. Darren uses <a href="http://www.draisberghof.de/usb_modeswitch/" target="_blank">USB-ModeSwitch</a> and <a href="http://www.sakis3g.org/" target="_blank">Sakis3G</a> for an all-in-one PPP connection manager to a 4G network.</p>
<p><i>It&#8217;s like 56k WinModems all over again!</i></p>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
<p>No matter what your project is <a href="http://www.domain.com" target="_blank">Domain.com</a> has what you need to register, host and promote your next big idea&#8230;even if it&#8217;s ffffggggggggggggggghjk.com. Domain.com is owning the competition with cheap domain names and hassle-free service. Their easy checkout process and domain discovery system makes it easy to select the domain that&#8217;s right for you and setup your website without hassle. <a href="http://www.domain.com" target="_blank">Domain.com</a> will even transfer your domain from another registrar and hook you up with another year of service for under $6.50 when you use coupon code <b>HAK5</b> at checkout. That&#8217;s right, our code <b>HAK5</b> will score you 15% off. Don&#8217;t forget, when you think domain names, think <a href="http://www.domain.com" target="_blank">Domain.com</a></p>
<p>If you love alternative apparel brands like Kidrobot, Hurley, and Stussy but hate wasting all your cash on them, listen up! You can score these premium brands at UP TO 80% OFF every day at JackThreads &#8212; the invite-only shopping club just for guys. They&#8217;re serving up street, skate and surfwear brands at brain-melting prices. Get instant access to their deals for free and bypass the normal wait-list to join when you head over to <a href="http://www.jackthreads.com/hak5" target="_blank">JackThreads.com/hak5</a>. Start saving instantly without leaving the house.</p>
<p>With Netflix, the world&#8217;s largest subscription stream service, you can instantly watch thousands of TV episodes and movies on your Microsoft Xbox 360, Sony PS3, Nintendo Wii and computer for one low monthly price. No late fees. No due dates. For a limited time Hak5 viewers can get a FREE 30 day trial membership at <a href="http://www.netflix.com/hak5" target="_blank">netflix.com/hak5</a>. Sign up now and be sure to use this URL so they know we sent you.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-1004/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1004/hak5--1004--goggleshirensmodeswitch--hd720p30.h264.mp4" length="493499604" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/1004/hak5--1004--goggleshirensmodeswitch--large.h264.mp4" length="271923047" type="video/mp4" />
		</item>
		<item>
		<title>Hak5 922 &#8211; Bypass GeoIP filters, VPN in BackTrack 5, AndLinux, Prettier Traceroutes</title>
		<link>http://Hak5.org/episodes/hak5-922</link>
		<comments>http://Hak5.org/episodes/hak5-922#comments</comments>
		<pubDate>Thu, 21 Jul 2011 01:11:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 9]]></category>
		<category><![CDATA[andlinux]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[backtrack 5]]></category>
		<category><![CDATA[backtrack5]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[bt5]]></category>
		<category><![CDATA[bypass]]></category>
		<category><![CDATA[CoLinux]]></category>
		<category><![CDATA[curses]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Hulu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mtr]]></category>
		<category><![CDATA[network manager]]></category>
		<category><![CDATA[nibble]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[traceroute]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpn client]]></category>
		<category><![CDATA[wicd]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3866</guid>
		<description><![CDATA[<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/01138D89B292128C?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/01138D89B292128C?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-922"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-922&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hulu and the BBC iPlayer everywhere with a little VPN action to bypass Geo IP filters. We&#8217;ll be setting up Network Manager in BackTrack5. Plus, Linux inside of Windows, graphing trace-routes in terminal and a whole lot more this time on Hak5!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3866"></span></p>
<div align="center">
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/01138D89B292128C?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/01138D89B292128C?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</div>
<p><strong>VPN in BackTrack 5 with Network Manager</strong></p>
<p><a href="http://www.backtrack-linux.org/" target="_blank">BackTrack 5</a> is rocking my world as of late. I&#8217;ve been running the gnome 32bit version as my primary os on one of my laptops since release and I so far it has been fantastic out of the box.</p>
<p>That is until I wanted to easily connect to a PPTP VPN. While BackTrack5 includes <a href="http://wicd.sourceforge.net/" target="_blank">Wicd</a> &#8212; the Wireless (and wired) Interface Connection Daemon I&#8217;m more familiar with <a href="http://projects.gnome.org/NetworkManager/" target="_blank">Network Manager</a>, which includes a VPN client. Two birds, one stone!</p>
<p>In this segment I setup Network Manager in BackTrack 5.</p>
<blockquote>
<li>apt-get install network-manager-gnome
<li>cp /etc/network/interfaces{,.backup}
<li>echo &#8220;&#8221;auto lo&#8221;" > /etc/network/interfaces
<li>echo &#8220;&#8221;iface lo inet loopback&#8221;" >> /etc/network/interfaces
<li>service network-manager start
<li>nm-applet&#038;
<li>reboot
</p></blockquote>
<p><strong>Run Linux apps in Windows with AndLinux</strong></p>
<p>If you want to run Ubuntu seamlessly inside a Windows box, perhaps you&#8217;ll be interested in this tool called andLinux. AndLinux is a complete Ubuntu system that runs in Windows (all except 64-bit 7) and uses a program called coLinux as it&#8217;s core. CoLinux is a port of the Linux kernel to Windows. It&#8217;s kind of like running linux in a VM, except with coLinux, andLinux merges itself with Windows and the Linux kernel instead of running through an emulated PC. andLinux is for fun and development and it can run almost any Linux applications without having to do any modifications.<br />
So, with andLinux you get a fully functional Linux system, with no desktop interface. It gives you a second panel or start menu where you can load Linux apps. The apps can be run simultaneously with Windows apps and you can cut and paste text between them.</p>
<p>AndLinux comes in a couple of different versions- KDE version (which is a full version) or XFCE (minimal). When you go through the andLinux installation on Windows, there are a few important steps to keep in mind.<br />
Choosing your start up type: I chose run andLinux automatically as a NT service because it is the most convenient choice. You don&#8217;t have to do any kind of configurations if you choose this option.<br />
You&#8217;ll be asked to create a username and password for andLinux login.<br />
For Windows file access, I chose COFS as it gives you easier configuration compared to Samba. Samba will, though, let you share files with special characters.<br />
Also, if Windows starts freakin because it&#8217;s not Microsoft certified, just click continue anyway.</p>
<p>Once the installation has finished, just restart your computer and unblock any windows firewall settings that may occur from the installation. To start using andLinux, first run the NT console. This will open a command prompt that&#8217;ll ask you for your username and password. You can then close that window and start using any of the programs and applications that are available in the boot menu. It&#8217;s kind of like downloading all the Linux programs straight into Windows without using a Linux OS.</p>
<p>So I&#8217;m just going to try some of these programs out, and they all seem to work just fine. So andLinux looks to be a very handy way to use Linux applications indeed! If you like it, tell me so! <a href="mailto:feedback@hak5.org" target="_blank">feedback@hak5.org</a>.</p>
<p><strong>Nibble: MTR isn&#8217;t your fathers traceroute</strong></p>
<p>MTR isn&#8217;t your father&#8217;s Traceroute. It&#8217;s the ultimate command line tool for finding out where those tasty little packets are getting lost. From bash issue mtr &#8211;report-wide &#8211;curses and your destination of choice. </p>
<blockquote><p>mtr &#8211;report-wide &#8211;curses 8.8.8.8</p></blockquote>
<p>MTR will bring up a curses terminal interface with a constantly updating report on hops and pings, complete with hostname, best and average latency, and percentage of packets lost at each link.</p>
<p>Thanks to Brian for sending this in and scoring some complimentary hak5 swag. Submit your 4-bits at <a href="http://www.hak5.org/nibble" target="_blank">hak5.org/nibble</a></p>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
<p>If you’re an IT or software consultant, you’re always looking to compete with the big guys. Problem is you may be a one man show! You need a remote support tool &#8211; and the best is Go To Assist Express. The faster you can connect to a customer, the faster you can move on to the next challenge! Reduce your travel time and increase revenue by handling more support requests. Brought to you by Citrix, you KNOW Go To Assist Express is easy and secure. Try GoToAssist Express FREE for 30 Days. For this special offer visit <a href="http://www.gotoassist.com/hak5" target="_blank">GoToAssist.com/Hak5</a>.</p>
<p>If you want to build a video site or if your website has a play button, I recommend getting a dot TV domain. A dot TV website lets you showcase your original content and create a unique site, not just another YouTube channel.<br />
Just go to <a href="http://www.domain.com" target="_blank">domain.com</a> and search for the perfect dot TV domain for your new idea. Then use coupon code Hak5 at checkout to save an extra 15%.<br />
If you need to host your dot TV website, don’t forget about Domain.com’s web hosting plans. They’re less than six bucks a month and have everything you need to build, maintain, and promote your site.<br />
Remember – when you think domain names, think <a href="http://www.domain.com" target="_blank">domain.com</a>.<br />
Got a great idea? It all starts with a great domain. <a href="http://www.domain.com" target="_blank">domain.com</a></p>
<p>Audible.com is the leading provider of downloadable digital audiobooks and spoken word entertainment. Audible has over 75,000 titles to choose from, to be downloaded to your iPod/MP3 player and played back anywhere, anytime. Choose from books in every genre, science fiction, thrillers, drama, comedy, business, history and more. Go to audiblepodcast.com/ hak5 to get a FREE audiobook-download of your choice when you sign up today. Again go to <a href="http://www.audiblepodcast.com/hak5" target="_blank">Audiblepodcast.com/hak5</a> for your Free Audiobook!</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-922/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--hd720p30.h264.mp4" length="389400238" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--large.h264.mp4" length="212963283" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0922/hak5--0922--britishthemesong--large.wmv9.wmv" length="361105975" type="video/asf" />
		</item>
		<item>
		<title>Hak5 921 &#8211; Capture and analyze bluetooth packets, Boot Virtual Machines from USB and more</title>
		<link>http://Hak5.org/episodes/hak5-921</link>
		<comments>http://Hak5.org/episodes/hak5-921#comments</comments>
		<pubDate>Wed, 13 Jul 2011 20:58:35 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 9]]></category>
		<category><![CDATA[airodump-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mike ossmann]]></category>
		<category><![CDATA[monitor mode]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[nibble]]></category>
		<category><![CDATA[packet sniffing]]></category>
		<category><![CDATA[pause]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sardu]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[spectrum analyzer]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[ubertooth]]></category>
		<category><![CDATA[Ubertooth One]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[xboot]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3844</guid>
		<description><![CDATA[<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/67059B85B33993A6?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/67059B85B33993A6?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-921"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-921&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show, capturing and analyzing Bluetooth packets with the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a>, Kismet and Wireshark, Booting VirtualBox VMs from physical USB drives, bypassing Geo IP location restrictions, and tons more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3844"></span></p>
<div align="center">
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/67059B85B33993A6?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/67059B85B33993A6?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</div>
<p><strong>Capturing and analyzing bluetooth packets with Kismet and Wireshark</strong></p>
<p>Following up with our Ubertooth One setup guide form last week, we&#8217;ll be configuring Kismet and Wireshark to process Bluetooth packets. </p>
<p>Again If you&#8217;re not familiar, the Ubertooth One is an open source bluetooth testing tool made by Mike Ossmann in response to the lack of good bluetooth testing devices, or the ridiculously high price tags in excess of $10,000 for commercial monitoring equipment.</p>
<p>So in the same sense that we have inexpensive WiFi adapters that can go into monitor or promiscuous mode, we now have the Ubertooth One.</p>
<p>And of course props to HarvestGardener on the BackTrack Linux forums for putting a lot of this together. Most of the Ubertooth development was done on Mac OSX but getting it going in Linux isn&#8217;t too difficult, thankfully.</p>
<blockquote><p>
wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz<br />
tar xvf kismet-2011-03-R2.tar.gz -C /usr/src/<br />
mv /usr/src/kismet-2011-03-R2/ /usr/src/kismet<br />
cd /usr/src/kismet<br />
./configure</p>
<p>cd<br />
cd ubertooth-r238/host/kismet/plugin-ubertooth<br />
make &#038;&#038; make install</p>
<p>vi /usr/local/etc/kismet.conf #add pcapbtbb to logtypes=
</p></blockquote>
<p>Fire up Kismet. Set your source as ubertooth and start the ubertooth plugin from Kismet > Plugins</p>
<p>Ok, now for the less than fun part. From here we can capture bluetooth packets but we&#8217;ll probably want something more visual to analyze them. The gold standard for packet analysis is Wireshark for IP and thankfully libbtbb can comes with source so we can use it to build a wireshark plugin. </p>
<p>&#8230;.or, if we&#8217;re running the 32-bit version of BackTrack 5 we can download a precompiled version from <a href="http://www.backtrack-linux.org/forums/backtrack-5-how-tos/41552-installing-ubertooth-one-bt5.html" target="_blank">HarvestGardener on the BT forums</a>.</p>
<p>Just put the btbb files in /usr/local/lib/wireshark/plugins/1.4.6 and you&#8217;re off to the races</p>
<p><strong>Booting VirtualBox VMs from physical USB drives</strong></p>
<p>Today I am following up an episode of HakTip, Virtual Machines 101 with VirtualBox. Today we&#8217;ll be mashing up two of my new favorite tools &#8212; multiboot USB drives and Virtual machines.</p>
<p>A while back on HakTip we played with VirtualBox and a Linux Distro. I was able to get Ubuntu running on my Windows laptop with no problems. </p>
<p>And a few weeks ago on Hak5 I demonstrated how to build a Multiboot USB drive with XBoot. I love these Mutliboot USB drives as they save you money and space on your keychain, allowing you to &#8220;&#8221;burn&#8221;" multiple ISOS &#8212; you&#8217;re favorite boot CDs like Ophcrack, Clonezille or Puppy Linux &#8212; all from one drive. Check out Hak5 episode 920 for info on that.</p>
<p>Of course when you&#8217;re making these Multiboot USB drives there&#8217;s some trial and error in the process. And let&#8217;s be honest, rebooting is a total drag. If only we could boot a Virtual Machine off a USB drive. Well, you can&#8217;t. Not directly anyhow. But what we can do is turn a USB drive into a file &#8212; a VMDK which as we learned last week are Virtual Machine Hard Disks.</p>
<p>Download and install VirtualBox (version 4.0.6) if you haven&#8217;t already and hit he key combo WINDOWS KEY + R to bring up the Run dialog. Type in &#8220;&#8221;diskmgmt.msc&#8221;" and hit enter. This will pull up your Disk Management tool. This tool is built in to Windows and is generally used to format, partition, and delete parts of your hard drives, but you can also see and mess around with your USB drives as well.&#8221;<br />
&#8220;
<p>If you scroll down you can find your USB stick. Mine is this drive that I recently made into a YUMI multibootable drive on an episode of HakTip.</p>
<p>Open the command prompt by again holding WINDOWS KEY and hitting R, then type &#8220;&#8221;cmd&#8221;" (and start as an admin) and hit enter. Type in &#8220;&#8221;cd %programfiles%\oracle\virtualbox&#8221;" and press enter. </p>
<p>Then, type &#8220;&#8221;VBoxManage internalcommands createrawvmdk -filename %USERPROFILE%\.VirtualBox\usb.vmdk -rawdisk \\.\PhysicalDrive#&#8221;" (replace # with your USB disk number &#8211; mine is 2) and press enter.</p>
<p>Now that you&#8217;ve done the hard part, start up VirtualBox (as an admin) and create a new Virtual Machine. When prompted for a Virtual Hard Disk, check use existing hard disk and select usb.vmdk. </p>
<p>Once you have finished creating your New Virtual Machine, you&#8217;re ready to try it out!</p>
<p>I&#8217;ve got VirtualBox open and I&#8217;m about to try booting off my USB drive in a VirtualMachine. So I press Start and after waiting a few moments it should boot my flashdrive.</p>
<p>It works! I have booted my multiboot USB in VirtualBox as a vmdk. Awesome! This is a great way to get around having to restart your computer every time you want to test a USB bootable drive.&#8221;</p>
<p><strong>Nibble: String commands in Bash with semi-colon</strong></p>
<p>Semi colons aren&#8217;t just for C++ compile errors, ya know? In bash they can be used to string together a set of commands. For example if you wanted to start downloading an archive with wget and then extract it when the download completes you would put wget file.tar.gz ; tar zxvf file.tar.gz on the same line. Sometimes if I know a background process, like a render job, is going to take an hour to complete and I want to upload the resulting file afterwards I&#8217;ll string together sleep 3600 ; upload.sh videofile.mov. The sleep command will simply wait for the specified amount of seconds, in this case 3600 is an hour.</p>
<p>Want some free Hak5 swag? Submit your 4-bit tips at <a href="http://www.hak5.org/nibble" target="_blank">hak5.org/nibble</a></p>
<p><strong>Feedback and Q&#038;A</strong></p>
<p>
<blockquote>Mark writes: In my world, the cellular industry, we call those spaces &#8220;guard bands&#8221;. love the show keep up the good work</p>
</blockquote>
<p>Thanks for the clarification Mark</p>
<p>
<blockquote>Anonymous writes: I was thinking, is there a way to set up DBAN on your notebook to run on a timer? Say if you don&#8217;t login within x hours, it will run and wipe everything. Can it be done with any other nuke program?</p>
</blockquote>
<p>The only thing I could think of short of rewriting the BIOS is to have a script (assuming you&#8217;re running Linux) parse /var/log/auth.log and determine whether or not to use a secure delete utility on a volume of choice. Others in IRC have pointed out that one could hide a USB drive tapped into a port inside a laptop but I&#8217;m not quite sure how you would go about automating the wipe proceedure.</p>
<p>I&#8217;m very interested in hearing everyone&#8217;s thoughts on this so leave your ideas in the comments below.</p>
<p>
<blockquote>Delmar1992 says:<br />
I am a German national. German sports are now available online. But, my computer knows it is in America. Is there a way of tricking the server and the computer into thinking I&#8217;m in Germany so that i can watch it? This also goes for watching Hulu in Germany. Is there a program, or a hack I need? Any suggestions are more than welcome.</p>
</blockquote>
<p>A VPN or otherwise tunneling service is what you&#8217;re after. We&#8217;ve talked in great lengths about setting these up in our 7th season. If you have a friend overseas who is willing to share their Internet connection and setup a server you might be able to VPN or SSH Tunnel that way. Otherwise there are plenty of commercial services that offer just this. One of our friends is a fan of Witopia. We&#8217;ve just started playing with it here at Hak5 so we&#8217;ll give you our full review in the weeks to come.</p>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
<p><a href="http://www.t-mobile.com/" target="_blank">T-Mobile</a>’s great selection of tablets, laptop sticks and their new Mobile Hotspot gives you the freedom to stay connected with high-speed Internet on the go. Affordable high-speed Internet when and where you want, without overages. Mobile Broadband data plans start at $29.99 per month and current T-Mobile voice customers save an extra 20%! The G-Slate with Google® is T-Mobile’s first 4G Android tablet, and allows you to take your HD entertainment anywhere. Stay connected at blazing-fast speeds, when and where you want—no Wi-Fi needed. Immerse yourself in the entertainment you love—download apps, play games, stream video, and check your favorite websites. T-Mobile provides mobile broadband service that allows on-the-go, wireless, high-speed Internet through your choice of portable devices.</p>
<p>If you want to build a video site or if your website has a play button, I recommend getting a dot TV domain. A dot TV website lets you showcase your original content and create a unique site, not just another YouTube channel.<br />
Just go to <a href="http://www.domain.com" target="_blank">domain.com</a> and search for the perfect dot TV domain for your new idea. Then use coupon code Hak5 at checkout to save an extra 15%.<br />
If you need to host your dot TV website, don’t forget about Domain.com’s web hosting plans. They’re less than six bucks a month and have everything you need to build, maintain, and promote your site.<br />
Remember – when you think domain names, think <a href="http://www.domain.com" target="_blank">domain.com</a>.<br />
Got a great idea? It all starts with a great domain. <a href="http://www.domain.com" target="_blank">domain.com</a></p>
<p>With more than 23 million members, Netflix is the world’s largest subscription service instantly streaming TV episodes and movies over the Internet. For one low monthly price, Netflix unlimited members can instantly watch TV episodes &#038; movies streaming to their TVs and computers. With Netflix you can cancel anytime. Netflix unlimited members can instantly watch thousands of titles on a vast array of devices streaming TV episodes and movies like Microsoft’s Xbox 360, Sony’s PS3 game console and the Nintendo Wii console. Find movies you love &#8211; easily! As a Netflix unlimited member you can instantly watch as many movies as you want anytime you want for one low monthly price! You can cancel anytime. Get your FREE Trial membership. Go to <a href="http://www.netflix.com/hak5" target="_blank">netflix.com/hak5</a> and sign up NOW. Be sure to use this URL so that they know we sent you!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-921/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--hd720p30.h264.mp4" length="491050652" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--large.h264.mp4" length="269050030" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0921/hak5--0921--canhazjib--large.wmv9.wmv" length="442442687" type="video/asf" />
		</item>
		<item>
		<title>Hak5 920 &#8211; Ubertooth One Primer, Multiboot USBs, Airodump Tips and Network Scanning</title>
		<link>http://Hak5.org/episodes/hak5-920</link>
		<comments>http://Hak5.org/episodes/hak5-920#comments</comments>
		<pubDate>Thu, 07 Jul 2011 01:23:37 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 9]]></category>
		<category><![CDATA[airodump-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mike ossmann]]></category>
		<category><![CDATA[monitor mode]]></category>
		<category><![CDATA[multiboot]]></category>
		<category><![CDATA[nibble]]></category>
		<category><![CDATA[packet sniffing]]></category>
		<category><![CDATA[pause]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sardu]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[spectrum analyzer]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[ubertooth]]></category>
		<category><![CDATA[Ubertooth One]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[xboot]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3817</guid>
		<description><![CDATA[<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/47FBE9849901B938?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/47FBE9849901B938?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-920"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhak5-920&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show, an <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a> Primer &#8211; Setup with BackTrack 5. Booting multiple ISOs from a single USB drive, we&#8217;ve got plenty of options. And answers to your questions on A+ certs, programming languages, network scanning and more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3817"></span></p>
<div align="center">
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/p/47FBE9849901B938?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/p/47FBE9849901B938?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</div>
<p><b>Ubertooth One Primer &#8211; Setup with BackTrack 5</b></p>
<p>We&#8217;ve been asked numerous times to do a segment on getting started with the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a>, and while it&#8217;s specific to this hardware in nature the techniques involved are similar to that of many other tools.</p>
<p>If you&#8217;re not familiar, the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a> is an open source bluetooth testing tool made by Mike Ossmann in response to the lack of good bluetooth testing devices, or the ridiculously high price tags in excess of $10,000 for commercial monitoring equipment.</p>
<p>So in the same sense that we have inexpensive WiFi adapters that can go into monitor or promiscuous mode, we now have the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a>.</p>
<p>Now props to HarvestGardener on the BackTrack Linux forums for putting a lot of this together. Most of the Ubertooth development was done on Mac OSX but getting it going in Linux isn&#8217;t too difficult, thankfully.</p>
<p>So today I aim to setup dependencies and compile Ubertooth Tools in Backtrack 5 linux host machine. Currently does not work in VM &#8212; Libusb issues.</p>
<p>The first dependency you&#8217;ll need is pyside. It&#8217;s a PySide adds Qt bindings to Python, letting it use the cross-platform UI framework for some graphical goodness. You can download it manually from PySide.org or simply install it with apt. Unfortunately it isn&#8217;t in the default BackTrack 5 repository so you&#8217;ll need to add a personal package archive or PPA.</p>
<blockquote><p>
apt-get install python-software-properties<br />
add-apt-repository ppa:pyside<br />
apt-get update<br />
apt-get install libnl-dev libusb-1.0-0-dev pyside-tools
</p></blockquote>
<p>Next we&#8217;ll need the PyUSB extension which provides USB access to Python.</p>
<blockquote><p>
wget http://downloads.sourceforge.net/project/pyusb/PyUSB%201.0/1.0.0-alpha-1/pyusb-1.0.0-a1.tar.gz<br />
tar xvf pyusb-1.0.0-a1.tar.gz<br />
cd pyusb-1.0.0-a1<br />
python setup.py install
</p></blockquote>
<p>We&#8217;ll also need bluetooth baseband libraries so we can process raw bluetooth data. Thankfully libbtbb does the trick:</p>
<blockquote><p>
wget http://downloads.sourceforge.net/project/libbtbb/libbtbb.0.5.tgz<br />
tar xvf libbtb.0.5.tgz<br />
cd libbtbb<br />
make<br />
make install
</p></blockquote>
<p>Ok so we&#8217;re finally to the part where we actually get to the Ubertooth code. As of recording the latest version of Ubertooth software is release 238.</p>
<blockquote><p>
wget http://downloads.sourceforge.net/project/ubertooth/ubertooth-r238.tar.gz<br />
tar xvf ubertooth-r238.tar.gz
</p></blockquote>
<p>This archive contains the latest firmware for both the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a> and Ubertooth Zero, the KiCad files if you&#8217;re so inclined to make your own Ubertooth, documentation and host software including a few bluetooth tools, kismet plugins and a fun little spectrum analyzer.</p>
<p>Since Bluetooth operates in the same 2.4 GHz ISM band as WiFi, we can actually use the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a> as a basic spectrum analyzer and see all of the WiFi signals for a given area. </p>
<blockquote><p>
python specan_ui.py
</p></blockquote>
<p>Alright, that&#8217;s a lot of info so we&#8217;re going to stop right here and pick up next time with compiling Kismet from source with the Ubertooth Plugin, capturing our first Bluetooth packets, installing the Wireshark plugin and finally analyzing the good stuff. If you haven&#8217;t already checked it out you can find the <a href="http://hakshop.com/products/ubertooth-one" target="_blank">Ubertooth One</a> at HakShop.com along with the documentation and source files if you&#8217;re crafty with the soldering iron and eager to build your own.</p>
<p><b>Boot multiple ISOs from one USB with these free tools</b></p>
<p>Having several tools on several USB&#8217;s or CD&#8217;s can be a pain in the butt, especially when you&#8217;re looking for a specific one but don&#8217;t remember which USB you put it on. To save us from this trouble, there are many applications available online that let you create one multibootable USB drive. Thus, you can store all your tools on one USB drive instead of ten. We&#8217;ve reviewed YUMI, UNetBootin, Darren&#8217;s done his MultiPass, and I&#8217;ve checked out Katana. This week, I&#8217;m checking out a couple of your user picks, <a href="https://sites.google.com/site/shamurxboot/home" target="_blank">XBoot</a>, and <a href="http://www.sarducd.it/" target="_blank">Sardu</a>.</p>
<p>The first one is <a href="https://sites.google.com/site/shamurxboot/home" target="_blank">XBoot</a>. Its a light weight utility for creating multiboot USB&#8217;s OR CD&#8217;s. To use it, download the zip file from their website. Open the application and plug in your USB flashdrive. Now, you&#8217;ll need to have some ISO&#8217;s already downloaded on to your computer or you can go to File&#8211;>Download and choose some of your favorite utilities and linux distros.<br />
Once they are done installing, drag the ISO&#8217;s into the box under the Create Multiboot USB/ISO tab. For mine, I chose Ophcrack, Clonezilla, and Puppy Linux. On the side, you can see the total size of the files added, you can remove files, look up the MD5 hash checksum in case you&#8217;re wondering if it&#8217;s the actual tool, and at the bottom you can choose to create your ISO Live CD or USB bootable flash drive. I&#8217;m choosing my FlashDrive. Double check the Selected USB drive to make sure it&#8217;s not your operating system drive. Then, this is cool, you can choose your Bootloader. I&#8217;ll stick with the recommended Syslinux, but you can also choose Grub4dos or not install one at all.<br />
Then, when you click next, it&#8217;ll start copying all your ISO&#8217;s to your thumbdrive and create the bootloader. This may take several minutes, so just kick back and relax.</p>
<p>Once the USB is created, you&#8217;ll have the option to run it on QEMU to test it. You can also edit the flashdrive, by clicking the tab that says Edit Multiboot USB. </p>
<p>The second one is <a href="http://www.sarducd.it/" target="_blank">Sardu</a>. Sardu is a program I found that was apparently made by Vikings using hieroglyphics. You simply plug in your flashdrive, click on your choices for Antivirus, Utilities, Linux Distros, and/or Windows CD&#8217;s, and choose make bootable USB. Clicking on the different utilities and linux distros will download them from their websites. You can also click ISO at the top and choose Make ISO, then click on an ISO folder to choose it for your flashdrive. I downloaded all of mine into my downloads folder, so I just navigate to the downloads folder and click OK. When done, click the cute little USB button and wait for it to finish creating the bootable USB. Once done, you can boot off your flashdrive using SuperGrubDisk. The tabs at the top enable you to check the Hash, create and defrag your USB.</p>
<p>Now I&#8217;m going to restart my computer and boot into Syslinux for XBoot and Grub for Sardu and try them out!<br />
Looks like it works, and works well. The three ISO&#8217;s that I chose boot properly, and I can add more if I want!&#8221;"</p>
<p>So of these two, I have to say Sardu for Vikings took a bit more time for me to figure out how to get my ISO&#8217;s onto the USB and make it bootable. Turns out, I was just thinking too hard when trying to add my ISO folders! Xboot was pretty natural to figure out and it was easier to use. Xboot was my definetly my favorite.</p>
<p>So after googling for other multiboot creators, I found all the ones I could, but are there other ones? Do you use a tool that could make my life easier? Email me at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a></p>
<p><b>Bash and Airodump-ng tips</b></p>
<p>Whether you&#8217;re trying to copy a PID from TOP or a BSSID from airodump-ng, when your terminal is constantly refreshing the task is cumbersome at best. So calm that screen with the shortcut CTRL+s. To resume simply hit CTRL+q. And specific to airodump-ng not only can you pause the screen with &#8216;space bar&#8217;, but there are all sorts of handy keystrokes like &#8216;tab&#8217; &#8211; which lets you to scroll up and down the list of stations, &#8216;s&#8217; which changes the sorting column, and my favorite, &#8216;m&#8217; which marks connection groups with a colors. </p>
<p>Thanks to Sitwon and Bethany for sending these in and getting some complimentary hak5 swag. Submit your 4-bits at <a href="http://www.hak5.org/nibble" target="_blank">hak5.org/nibble</p>
<hr/>
<p>If you&#8217;re into Hak5 you&#8217;ll love our new show by hosts Darren Kitchen and Shannon Morse. Check out <a href="http://www.revision3.com/haktip">HakTip</a>!</p>
<p>Whether you&#8217;re a beginner or a pro, <a href="http://www.revision3.com/haktip">HakTip</a> is essential viewing for current and aspiring hackers, computer enthusiasts, and IT professionals. With a how-to approach to all things Information Technology, HakTip breaks down the core concepts, tools, and techniques of Linux, Wireless Networks, Systems Administration, and more</p>
<p>And let&#8217;s not forget to mention that you can follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> and <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>, <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> to the show and get all your Hak5 goodies, including the infamous <a href="http://hakshop.com/collections/frontpage/products/wifi-pineapple" target="_blank">WiFi Pineapple</a> over at <a href="http://hakshop.com/" target="_blank">HakShop.com</a>. If you have any questions or suggestions please feel free to contact us at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/hak5-920/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--hd720p30.h264.mp4" length="437502598" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--large.h264.mp4" length="207986876" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0920/hak5--0920--minsnubs--large.wmv9.wmv" length="379701661" type="video/asf" />
		</item>
		<item>
		<title>HakTip 3 &#8211; Packet Sniffing 101: Promiscuous Mode</title>
		<link>http://Hak5.org/episodes/haktip-3</link>
		<comments>http://Hak5.org/episodes/haktip-3#comments</comments>
		<pubDate>Tue, 31 May 2011 19:20:19 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[HakTip]]></category>
		<category><![CDATA[802.11]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[monitor mode]]></category>
		<category><![CDATA[packet sniffing]]></category>
		<category><![CDATA[promiscuous mode]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wireless network]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3602</guid>
		<description><![CDATA[<object width="555" height="342"><param name="movie" value="http://www.youtube.com/v/_Kz8C7g7XOY?version=3&#38;hl=en_US&#38;fs=1&#38;hd=1&#38;showinfo=0&#38;rel=0&#38;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="342" src="http://www.youtube.com/v/_Kz8C7g7XOY?version=3&#38;hl=en_US&#38;fs=1&#38;hd=1&#38;showinfo=0&#38;rel=0&#38;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhaktip-3"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhaktip-3&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We&#8217;re getting promiscuous, with wireless cards! As part of our foundation series of HakTips Darren covers the fundamentals of wireless packet sniffing with a practical approach in BackTrack Linux using the Aircrack-ng suite.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3602"></span></p>
<p><object width="555" height="342"><param name="movie" value="http://www.youtube.com/v/_Kz8C7g7XOY?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="342" src="http://www.youtube.com/v/_Kz8C7g7XOY?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>Let&#8217;s think about network traffic as a cocktail party. Picture Alice and Bob on the love seat chatting it up while Charlie is deep in conversation with Dave at the bar. Meanwhile, Eve is nearby sipping a Hendrix Martini listening in on everyone&#8217;s conversations.</p>
<p>You see, in order for Alice to send a message to Bob she has to address it to him by his network interfaces MAC address &#8212; or Media Access Control Address. This address is unique every network interface on the planet. Bob&#8217;s is going to be different from Charlie&#8217;s, Dave&#8217;s or anyone else.</p>
<p>On a hub based network, Alice&#8217;s message is heard by all. But by default when Charlie or Dave hear a message addressed to a mac address other their own, their network interface will drop the frame completely.</p>
<p>This is where promiscuous mode comes into play. If Eve&#8217;s network interface is in promiscuous mode she doesn&#8217;t drop frames not addressed to her. This is great for packet sniffing, say if Eve was a network administrator attempting to debug a faulty network. Likewise, if Eve had malicious intent the same applies to eavesdropping.</p>
<p>Now promiscuous mode assumes a hub based network. Switches thwart this by only sending messages to their intended recipients instead of everyone.</p>
<p>Which brings us to Monitor mode. Monitor mode, or RFMON for Radio Frequency Monitor, is one of six modes that wireless network interfaces can assume. Similar to Promiscuous mode, Monitor mode allows the wireless network interface to &#8220;sniff packets&#8221; not intended for it. </p>
<p>Unline promiscuous mode however, an interface in monitor mode can sniff packets from access points it isn&#8217;t even associated with. Again this is great for, say, an administrator troubleshooting a network, or on the darker side for malicious purposes such as eavesdropping and cracking encrypted networks.</p>
<p>What program or command is giving you warm fuzzies? Hit me up &#8212; <a href="mailto:tips@hak5.org">tips@hak5.org</a></p>
<p>And be sure to check out our sister show, <a href="http://www.hak5.org" target="_blank">Hak5</a> for more great stuff just like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/haktip-3/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--hd720p30.h264.mp4" length="126887847" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--large.h264.mp4" length="57575306" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0003/hak5--haktip--0003--promiscuous--large.wmv9.wmv" length="85722009" type="video/asf" />
		</item>
		<item>
		<title>Hak5 913 &#8211; BackTrack 5 VM with Wireless and Linux on a Dingoo Digital</title>
		<link>http://Hak5.org/episodes/episode-913</link>
		<comments>http://Hak5.org/episodes/episode-913#comments</comments>
		<pubDate>Wed, 18 May 2011 21:25:02 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 9]]></category>
		<category><![CDATA[a320]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[backtrack 5]]></category>
		<category><![CDATA[backtrack5]]></category>
		<category><![CDATA[dingoo]]></category>
		<category><![CDATA[dingoo digital]]></category>
		<category><![CDATA[dingux]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3532</guid>
		<description><![CDATA[<object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/yo3EzRc26l8?version=3&#38;hl=en_US&#38;fs=1&#38;hd=1&#38;showinfo=0&#38;rel=0&#38;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://www.youtube.com/v/yo3EzRc26l8?version=3&#38;hl=en_US&#38;fs=1&#38;hd=1&#38;showinfo=0&#38;rel=0&#38;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-913"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-913&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on an exciting brand-new-studio edition of Hak5 we&#8217;re getting hands on with the latest version of BackTrack-Linux, configuring virtual machines and wireless. Shannon&#8217;s flashing the firmware on a Dingoo Digital A320 and installing a custom distro of Linux and so much more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3532"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/yo3EzRc26l8?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://www.youtube.com/v/yo3EzRc26l8?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><strong>Hacker Headlines</strong></p>
<p>Oh Skype&#8230; They have another security problem. <a href="http://www.thehackernews.com/2011/05/security-alert-skype-for-mac-has.html" target="_blank">Skype on Mac OS X has a bit of a flaw</a>. You can send a Skype message to another user and potentially get remote access to that other computer. Gordon Maddern, a security researcher, found the flaw and told Skype about it more than a month ago, but there was no fix until after the news started spreading that there was an issue. Skype has released a small term patch, but <a href="http://news.cnet.com/8301-27080_3-20060609-245.html?tag=mncol;title" target="_blank">no full fix has been released</a>, nor has users been notified to update.</p>
<p>Just days before Google I/O begins, French security firm <a href="http://www.vupen.com/demos/VUPEN_Pwning_Chrome.php" target="_blank">Vupen demonstrates a zero-day vulnerability in Google Chrome allowing remote execution</a>. The exploit, which hasn&#8217;t been released to the public, bypasses Chrome&#8217;s praised Sandbox as well as Address Space Layout Randomization and Data Execution Prevention. Google, busy introducing the Chromebook, has not verified VUPEN&#8217;s claims and says that if necessary an update will be pushed to users automatically.</p>
<p>The death of Osama Bin Laden has spurred several scams throughout the interwebz. <a href="http://news.cnet.com/8301-27080_3-20058871-245.html?tag=mncol;title" target="_blank">Malware has shown up on certain websites</a>, a Facebook scam popped up, and even the blog of the guy who accidentially live twittered the event has been compromised. Scammers are smart and they know what you&#8217;re looking for. People want to see the &#8216;Osama death video&#8217;, which doesn&#8217;t exist. So for anyone out there who was considering clicking that video on Facebook and sharing it with your friends, DON&#8217;T, and while you&#8217;re at it, delete it from your profile if someone else posted it.</p>
<p>Symantic security researchers are reporting that a <a href="http://www.symantec.com/connect/blogs/facebook-applications-accidentally-leaking-access-third-parties" target="_blank">flaw in the way application authentication works on Facebook</a>, nearly 100,000 apps may have complete access to your account. Facebook now uses OAUTH 2.0 for authentication, however older authentication schemes are still in use. The firm advises users to change their passwords immediately &#8212; which essentually thwarts the access token bug.</p>
<p>Hot off the heals of Ubuntu&#8217;s 11.04 &#8220;Natty Narwhal&#8221; release &#8212; which has been getting mixed reviews due to the new Unity window manager, <a href="http://www.thehackernews.com/2011/05/backtrack-5-release-in-5-days-on-10th.html" target="_blank">Backtrack Linux releases the much awaited version 5</a>. In addition to native 64-bit and ARM processor support the security distribution now comes in both KDE and Gnome flavors. Are you excited? Have you checked it out? It&#8217;s available via torrents, has a stealth mode, comes with Metasploit, and sounds just plain awesome!</p>
<p><strong>Kerby&#8217;s oldschool app of the week</strong><br />
<a href="http://www.virtualapple.org/oregontraildisk.html" target="_blank">Oregon Trail</a></p>
<p><strong>Hacking the Dingoo Digital A320</strong></p>
<p>This week I&#8217;m introducing this fun little device called the Dingoo Digital. </p>
<p>The <a href="http://en.wikipedia.org/wiki/Dingoo_A320" target="_blank">Dingoo Digital A320</a> is a gaming handheld for open game development. It has modest hardware specs: 400MHz CPU, 32MB of RAM, 4GB internal storage, a miniSD reader, a 2.8&#8243;&#8221; LCD screen with a 320&#215;240 resolution, and your normal jacks. The cool part is the software. You can playback several video and audio file types, there is a built in FM tuner for radio, you can record voice, and the SDK is available for free. My favorite part is it&#8217;s customization features and ability to play ROMs. Because who doesn&#8217;t like video games?</p>
<p>The device comes preinstalled with several arcade games like Centipede, Mine Sweeper, and has built in Emulators for your convenience as well. But if you want more with your new toy, what is better than installing Linux on it?</p>
<p>Enter <a href="http://www.dingux.com/" target="_blank">Dingux</a>, the Linux Distro for the Dingoo. You can get Dingux on the dingoo-scene website as well as really easy steps to follow if you want to check it out.</p>
<p>First off, you&#8217;ll need to download a couple of files. Booboo&#8217;s dual boot installer zip file for Windows, and the local-10 or local zip file. Charge your Dingoo so it doesn&#8217;t die during the reflashing process. We don&#8217;t want a bricked Dingoo!</p>
<p>Once your files are downloaded, unzip the Dual Boot file into a new folder wherever you want on your PC.</p>
<p>Turn on the Dingoo and go to the &#8216;System Setup&#8217; menu, &#8216;About&#8217;, and press A. Press up-right-down-up-right-down and an easter egg diagnostics screen pops up. On the screen it should say ILI9331 or ILI9325 at the end of one of the lines. Mine says 9331. This is an LCD model and pertains to the flashing procedure.</p>
<p>Now, reset the Dingoo by holding B and pressing in the power button. The screen will stay dark so don&#8217;t panic!</p>
<p>Plug the Dingoo Digital into your PC. Choose cancel if any &#8216;new hardware found&#8217; screens pop up. When your PC asks for a driver location choose your newly created Dual Boot folder. The driver should successfully install and you&#8217;re ready to flash your Dingoo!</p>
<p>Unplug the Dingoo, press the reset button, and let it boot into the normal firmware. You won&#8217;t need to hit the on button during this reset.</p>
<p>Hold the B button down and press POWER AGAIN. Plug the Dingoo back into your PC.</p>
<p>Open cmd, and go to the Dual Boot File directory. cd shannon\downloads\Dingoo Dual Boot and execute the usbtool-win file. We&#8217;re going to upload a file to a specified address, so we&#8217;ll type usbtool-win 1 hwinit.bin 0&#215;80000000. This should start the flashing. Then type usbtool-win 1 zImage_dual_boot_installer_ILI9331 0&#215;80600000 and press enter. A screen will appear on the Dingoo saying Dual Boot Flasher and press start to coninue.</p>
<p>Follow the on screen instructions. If done correctly, it&#8217;ll say Success at the end. You should see a Dingux startup screen when your Dingoo restarts. There is another step to getting Dingux to startup, so right now it&#8217;ll just boot to the original firmware.</p>
<p>Reset your Dingoo and plug it into the PC. Your PC should find it in a few seconds.</p>
<p>Next, plug in your mini SD card and format it to FAT32. Unzip everything from the second file you downloaded, local-10.zip, to the root of your mini SD card.</p>
<p>After unzipped, go to the mini SD card and rename your LCD screen file to zImage. So, mine is &#8216;zImage-20090707-ILI9331&#8242;, and I&#8217;ll change the name to &#8216;zImage&#8217;. Delete the other LCD image file if you want to. </p>
<p>Then, you&#8217;re done! Unplug and reset the Dingoo while holding down the Select key. It should boot into Dingux and launch the Dmenu. You should see a new menu on your screen.</p>
<p>Now that you have Dingux installed, go online and find some handy ROMs!</p>
<p>There is a ton of stuff you can do with this gaming device. The growing online community has tons of homebrew video games to try out, theme packs, and ROM&#8217;s available. I&#8217;ve linked a bunch of the websites in our shownotes. I&#8217;m thinking next week I&#8217;m going to try to stick Doom on here, because, why not? It&#8217;s DOOM! </p>
<p>Email me at <a href="mailto:feedback@hak5.org">feedback@hak5.org</a> with questions and comments.</p>
<p><strong>HakTip: BackTrack 5 first-boot</strong></p>
<p>Darren is excited to be playing with the new <a href="http://www.backtrack-linux.org">BackTrack</a> 5 linux. BackTrack is a fantastic distribution for security auditing. Version 5 is available in 32 and 64 bit flavors as well as ARM processor support and now comes in either Gnome or KDE.</p>
<p>Darren demonstrates how to setup either a USB drive to boot directly off, or a <a href="http://www.virtualbox.org" target="_blank">Virtualbox</a> VM. Darren goes on to show off ethernet configuration and setting up a wireless adapter over USB.</p>
<p><strong>Emails</strong></p>
<p>Nick writes in:</p>
<blockquote><p>
<a href="http://hackertyper.net/" target="_blank">http://hackertyper.net/</a><br />
set type speed to 1 for a more realistic look.
</p></blockquote>
<p>Keep up with the latest on Hak5 by follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> or <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>. <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> and get your weekly technolust delivered automatically. Or show your support and grab some swag from the <a href="http://hak5.org/store" target="_blank">HakShop</a> &#8211; including the new airport friendly <a href="http://www.hak5.org/store/wifi-pineapple-version-2" target="_blank">WiFi Pineapple</a> and <a href="http://www.hak5.org/store/hak5-hoodie" target="_blank">hoodie</a>. Finally if you&#8217;d like to suggest a topic<br />
for ask a question feel free to hit up <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-913/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--hd720p30.h264.mp4" length="688737558" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--large.h264.mp4" length="324804654" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0913/hak5--0913--thereisapoint--large.wmv9.wmv" length="484098305" type="video/asf" />
		</item>
		<item>
		<title>Hak5 906 &#8211; Cookies beware, we&#8217;re Session Hijacking! Blackbuntu vs BackTrack, Kompozer and a 28 foot multi-touch bar!</title>
		<link>http://Hak5.org/episodes/episode-906</link>
		<comments>http://Hak5.org/episodes/episode-906#comments</comments>
		<pubDate>Wed, 30 Mar 2011 19:32:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 9]]></category>
		<category><![CDATA[aaron bitler]]></category>
		<category><![CDATA[apr]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[ARP Cache Poison]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[automate 2011]]></category>
		<category><![CDATA[automate2011]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[blackbuntu]]></category>
		<category><![CDATA[blackbuntu vs blackbuntu]]></category>
		<category><![CDATA[cain and abel]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[Cookies beware]]></category>
		<category><![CDATA[crunchy logistics]]></category>
		<category><![CDATA[dreamwaver alternative]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[fake]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firesheep]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hack cookie]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hak.5]]></category>
		<category><![CDATA[haktip]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[imaging source]]></category>
		<category><![CDATA[kompozer]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[mtbar]]></category>
		<category><![CDATA[Multi-Touch]]></category>
		<category><![CDATA[MultiTouch]]></category>
		<category><![CDATA[multitouch bar]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[pentoo]]></category>
		<category><![CDATA[Session Hijacking]]></category>
		<category><![CDATA[sidejacking]]></category>
		<category><![CDATA[sniff cookie]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[snoop]]></category>
		<category><![CDATA[spoof]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[steal cookie]]></category>
		<category><![CDATA[stealing]]></category>
		<category><![CDATA[web authoring]]></category>
		<category><![CDATA[web page builder]]></category>
		<category><![CDATA[web site builder]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=3099</guid>
		<description><![CDATA[<object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/zZVUb5A0HRw?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zZVUb5A0HRw?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-906"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-906&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show, Cookies beware! It&#8217;s Session Hijacking time. Darren reports from Automate 2011 with a 28 foot multi-touch bar. Plus, websites made easy with Kompozer, a Backtrack vs Blackbuntu review and a whole lot more.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3099"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/zZVUb5A0HRw?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zZVUb5A0HRw?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object></p>
<h4></h4>
<h4>Hacker Headlines</h4>
<p>SSL provider <a href="http://news.cnet.com/8301-31921_3-20046340-281.html" target="_blank">Comodo was hacked</a> allowing attackers to obtain secure certificates for Google, Yahoo, Skype and others. comodo is claiming that the sophisticated attack against its European partner must have been &#8220;state-driven.&#8221; <a href="http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html" target="_blank">Comodo&#8217;s own incident report</a>points out IP addresses from Iran responsible for the attack. While simply obtaining these certificates, which have since been disabled, wouldn&#8217;t make those sites vulnerable &#8212; it would allow passwords and emails to be snooped using man-in-the-middle attacks to impersonate the legitimate sites. That would be pretty trivial to do if, say, you were Iran, which controls the nations telecommunications infrastructure.</p>
<p>The <a href="http://www.engadget.com/2011/03/18/rsa-hacked-data-exposed-that-could-reduce-the-effectiveness-o/" target="_blank">RSA&#8217;s SecurID systems has been hacked!</a> The SecurID is a tool that authenticates by having you key in a password but also a series of random numbers. A few days ago the tool sent out an email to it&#8217;s users <a href="http://arstechnica.com/security/news/2011/03/rsa-says-hack-wont-allow-direct-attack-on-secureid-tokens.ars" target="_blank">saying it was a victim of a hack that extracted certain data from the RSA&#8217;s system</a>. Data that was directly related to their SecurID two-factor authentication tools. The RSA says it isn&#8217;t that bad, but make sure you beef up security at your company, i.e. make stronger passwords. Like that&#8217;s really going to get people to change their passwords.</p>
<p>Say you wanted to write your own <a href="http://www.wired.com/threatlevel/2011/03/scada-vulnerabilities/" target="_blank">Stuxnet like worm to attack SCADA systems?</a> Well your job just got a lot easier. <a href="http://www.zdnet.com/blog/security/researchers-release-details-on-34-scada-vulnerabilities/8483" target="_blank">Security researcher Luigi Auriemma</a> released proof of concept code for 34 vulnerabilities affecting SCADA systems from Siemens, Iconics, 7-Technologies and DATAC. The code, released on the bugtraq mailing list, doesn&#8217;t affect the backend systems, merely the operator platforms, however they would allow attackers to potentially crash systems, retrieve sensitive data or dig deeper into the network.</p>
<p>Check out those sweet Nintendo 3DS&#8217;s at your local retailer! Demo units have been available to play in stores, but they won&#8217;t let you check out the menu or the specs underneath the games that autoplay on the devices. Luckily, there is now <a href="http://gizmodo.com/#!5783427/how-to-access-a-demo-3ds-main-menu" target="_blank">a nice little hack</a> to let you get into the main menu and see what lies beneath inside these awesome new toys. Check the link and give it a try.</p>
<p>Is your government or ISP messing with your data? In the wake of the Internet blackouts of Egypt and Libya, <a href="http://research.google.com/university/relations/focused_research_awards.html" target="_blank">Google is announcing awards</a> of at least a million dollars to Georgia Tech researchers working on tools for web users, as well as smartphones and tablets, which <a href="http://www.networkworld.com/news/2011/032211-google-transparency-internet-gatech.html?page=1" target="_blank">detect whether ISPs are adhering to service level agreements</a> and if data is meing tampered with.</p>
<p>&#8211;</p>
<h4>HakTip: Session hijacking with Firesheep</h4>
<p>This week&#8217;s Hak Tip comes to us from Gary. Websites always make you login with a username and password, but when you&#8217;re on their page all cozy and logged in, you&#8217;re browsing insecurely on a regular old HTTP site. HTTP session hacking (called sidejacking) happens when an attacker gets the users cookie which you were transmitted when you first logged in, and they can use it to do anything you would normally do. The only way to really protect yourself from this is through SSL or HTTPS like what you see on your banking websites.</p>
<p><a href="http://codebutler.com/firesheep" target="_blank">Firesheep</a>, by Eric Butler, demonstrates how vunerable your login is. It&#8217;s a man in the middle attack firefox extension that anyone has the ability to use.</p>
<p>To use Firesheep, first make sure to download winpcap. Then download the browser extension and open it using firefox by dragging it into your list of extensions and add-ons. You may need to restart Firefox. Go to View&#8211;&gt;Sidebar&#8211;&gt;Firesheep and enable it. Now, simply click start capturing and you&#8217;ll be able to see the username and photo of anyone on your network that logs into one of the specific sites that Firesheep uses. Click on the name or photo of anyone on the list, and you are now logged in as them, with the ability to do whatever you want as them on that site. Scary huh? Luckily Twitter and Facebook have caught on to this and have enabled the ability to use HTTPS secure logins on their sites. So if you haven&#8217;t updated your settings, do it now!</p>
<p>Got a tip you want to share? Email them to tips@hak5.org and we&#8217;ll show them off!</p>
<p>&#8211;</p>
<h4>The 28 foot multi-touch bar!</h4>
<p>Darren reports from the <a href="http://www.automate2011.com/" target="_blank">Automate 2011</a> conference in Chicago checking out the <a href="http://photos.crunchylogistics.com/mtbar" target="_blank">mtBar</a> from <a href="http://crunchylogistics.com/" target="_blank">Crunchy Logistics</a> and <a href="http://www.theimagingsource.com/en_US/" target="_blank">Imaging Source</a>. This 28 foot rear diffused illumination multi-touch bar surface sports unlimited tracking of fingers and objects at 120 FPS. Darren gets the juicy details from Niel Dufva, Aaron Bitler and Brandon Hill from Crunchy Logistics, as well as John Berryman from Imaging Source.</p>
<p>&#8211;</p>
<h4>Trivia!</h4>
<p>Last week&#8217;s question was: In Season 5 of X Files, Esther Nairn is the creator of what &#8216;narly&#8217; entertainment software? The answer is: Autonomous Bots in Ninjitsu Princess. This weeks question is: In what episode of the X Files can the Lone Gunmen be seen attending DefCon in Vegas? Answer at <a href="http://www.hak5.org/trivia" target="_blank">hak5.org/trivia</a> for your chance to grab up some swag!</p>
<p>&#8211;</p>
<h4>Snubs Report: Kompozer</h4>
<p>Shannon checks out the easy web authoring tool <a href="http://www.kompozer.net/" target="_blank">Kompozer</a>. Here are some of her favorite features:</p>
<ul>
<li>Web authoring tool</li>
<li>No HTML or coding needed</li>
<li>FTP Site Manager- browseable side bar and tree view (kind of like Explorer&#8217;s folder pane)</li>
<li>Color Picker- Easy to use color swap, just click with your mouse.</li>
<li>Tabs- Can edit several docs at once</li>
<li>CSS Editor- Easy to create stylesheets</li>
<li>Styler- Toolbar lets you change style instantly</li>
<li>Customize toolbars</li>
<li>Forms- XUL-based UI to edit forms</li>
<li>Cleaner- get rid of annoying<br />
&#8216;s- make valid documents</li>
<li>XFN- Can add XHTML info saying you know and trust an external link</li>
<li>Visible Marks- can view carriage returns and block borders.</li>
<li>Table/ Cell resizing rulers- Adjust rows and columns easily</li>
<li>Automated Spellchecker</li>
</ul>
<p>&#8211;</p>
<h4>Road Test: Corsair Force SSD</h4>
<p>In the words of Mr Horse: &#8220;No sir, I don&#8217;t like it&#8221;</p>
<p>While the Corsair Force SSD has great performance numbers, a few major annoyances are harshing on my technolust.</p>
<p>No SSD should BSOD Windows on S3 resume. Nor should it report &#8220;No bootable device&#8221; upon cold boot.</p>
<p>Sorry Corsair, I gave it a fair chance for just about a month and even with the latest firmware this thing&#8217;s a dud.</p>
<p>&#8211;</p>
<h4>Emails: Computer models and Blackbuntu vs Backtrack</h4>
<blockquote><p>Victor writes: I was wondering whats the computer that you usually have in the show cause it looks really good i think i might want to get one but i don&#8217;t know the model or manufacturer.</p></blockquote>
<p>Darren and Shannon have both recently upgraded to the 11.6&#8243; Acer Aspire TimelineX 1830T. Darren has the Intel Core i7 version while Shannon has opted for the i3.</p>
<p>Prior to these Shannon was using the 9&#8243; Acer Aspire One and the 10&#8243; Nokia Booklet 3G while Darren has had the 7&#8243; ASUS eee PC 701, 9&#8243; Acer Aspire One and 15&#8243; ASUS N53J.</p>
<blockquote><p>Juan writes: I was watching episode 903 and at the end you mention Blackbuntu. I have use Backtrack before but have never herd of Blackbuntu I start it to poking around the internet and found not only Blackbuntu but GnackTrack too both are sort of the same idea both are base on ubuntu both use gnome and both have the standard Backtrack program suit so I was think all tree of them make for a good head to head battle or just for a review</p></blockquote>
<p>Darren has been playing with Blackbuntu for about a week now. Prior to that he&#8217;s been using BackTrack since 3.0, but never as a primary OS. Here are some of his initial observations:</p>
<ul>
<li>Blackbuntu is based on ubuntu 10.10 using Gnome as the window manager and contains a similar feature set to BackTrack.</li>
<li>BackTrack is more established, while Blackbuntu is on version 0.2 it&#8217;s counterpart BackTrack is nearing beta of version 5.</li>
<li>BackTrack is the basis for the Offensive Security courses and certifications, which teach all sorts of pentesting and wireless attacks in both live-in-person and online learning scenarios</li>
<li>In comparison to BackTrack, Blackbuntu doesn&#8217;t have much of a community. You&#8217;re more likely to find tutorials and help for BackTrack</li>
<li>That said, most of what you&#8217;d do with BackTrack will run very similarly on Blackbuntu.</li>
<li>The biggest strong point Blackbuntu has in my book is the fact that it&#8217;s a highly customized version of Ubuntu with Gnome, which I&#8217;m already familiar with, and to me is better suited as a primary Linux OS.</li>
<li>Then again I&#8217;ve run into stability issues with Blackbuntu that have me, for the time being, switching back to Backtrack 4r2</li>
<li>I&#8217;ll reassess these in the near future when BackTrack 5 debuts, which will be both 32 and 64 bit compatible, running on Ubuntu 10.04 with official support for KDE, Gnome and Fluxbox</li>
</ul>
<p>&#8211;</p>
<p>Keep up with the latest on Hak5 by following us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> or <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>. <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> and get your weekly technolust delivered automatically. Or show your support and grab some swag from the <a href="http://hak5.org/store" target="_blank">HakShop</a> &#8211; including the new airport friendly <a href="http://www.hak5.org/store/wifi-pineapple-version-2" target="_blank">WiFi Pineapple</a> and <a href="http://www.hak5.org/store/hak5-hoodie" target="_blank">hoodie</a>. Finally if you&#8217;d like to suggest a topic for ask a question feel free to hit up <a href="https://mail.google.com/mail/?view=cm&amp;fs=1&amp;tf=1&amp;to=feedback@hak5.org" target="_blank">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-906/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--hd720p30.h264.mp4" length="541033957" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--large.h264.mp4" length="358420624" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0906/hak5--0906--with_robots--large.wmv9.wmv" length="362009896" type="video/asf" />
		</item>
		<item>
		<title>Episode 825 – Shmoocon 2011 – Part 2: Android Botnets, Hacking from a cave and IPv6</title>
		<link>http://Hak5.org/episodes/episode-825</link>
		<comments>http://Hak5.org/episodes/episode-825#comments</comments>
		<pubDate>Wed, 09 Feb 2011 19:56:21 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 8]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hak.5]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[Katana]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shmoocon]]></category>
		<category><![CDATA[zombie]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=2775</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v7974" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-825"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-825&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This time on the show Darren talks to Georgia Weidman, Director of Cyber Warfare at Reverse Space about her smartphone botnet project. Shannon learns about the latest in Katana and Joe Klein joins us once again to debunk IPv4 exhaustion myths and the next step for IPv6 adoption.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-2775"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v7974" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312"  /></p>
<p>Keep up with the latest on Hak5 by follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> or <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>. <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> and get your weekly technolust delivered automatically. Or show your support and grab some swag from the <a href="http://hak5.org/store" target="_blank">HakShop</a> &#8211; including the new airport friendly <a href="http://www.hak5.org/store/wifi-pineapple-version-2" target="_blank">WiFi Pineapple</a> and <a href="http://www.hak5.org/store/hak5-hoodie" target="_blank">hoodie</a>. Finally if you&#8217;d like to suggest a topic<br />
for ask a question feel free to hit up <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-825/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--hd720p30.h264.mp4" length="" type="" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--large.h264.mp4" length="" type="" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0825/hak5--0825--shmoocon-2011-part2--large.wmv9.wmv" length="" type="" />
		</item>
		<item>
		<title>Episode 822 – Penetration Testing with Armitage for Metasploit</title>
		<link>http://Hak5.org/episodes/episode-822</link>
		<comments>http://Hak5.org/episodes/episode-822#comments</comments>
		<pubDate>Thu, 20 Jan 2011 20:36:33 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 8]]></category>
		<category><![CDATA[armitage]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[back track]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[client side attack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[front end]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[mubix]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[own]]></category>
		<category><![CDATA[pass the hash]]></category>
		<category><![CDATA[pivoting]]></category>
		<category><![CDATA[pop]]></category>
		<category><![CDATA[probe]]></category>
		<category><![CDATA[pwn]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[raphael mudge]]></category>
		<category><![CDATA[rapid7]]></category>
		<category><![CDATA[remote exploit]]></category>
		<category><![CDATA[Rob Fuller]]></category>
		<category><![CDATA[room362]]></category>
		<category><![CDATA[scanning]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=2715</guid>
		<description><![CDATA[<object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/Z0x_O75tRAU?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Z0x_O75tRAU?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-822"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-822&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Raphael Mudge of <a href="http://www.fastandeasyhacking.com" target="_blank">FastAndEasyHacking.com</a> joins Rob Fuller, aka <a href="http://www.room362.com" target="_blank">Mubix</a>, to talk about his project Armitage; a cross-platform GUI front-end for Rapid7&#8242;s Metasploit. Mudge demonstrate setting up the software, scanning for targets, attacking hosts with client side attacks or remote exploits, and finally pivoting throughout the network using pass-the-hash techniques. Time to grab some paper, pencil and an unsuspecting virtual machine!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-2715"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/Z0x_O75tRAU?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Z0x_O75tRAU?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object></p>
<p>Keep up with the latest on Hak5 by follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> or <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>. <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> and get your weekly technolust delivered automatically. Or show your support and grab some swag from the <a href="http://hak5.org/store" target="_blank">HakShop</a> &#8211; including the new airport friendly <a href="http://www.hak5.org/store/wifi-pineapple-version-2" target="_blank">WiFi Pineapple</a> and <a href="http://www.hak5.org/store/hak5-hoodie" target="_blank">hoodie</a>. Finally if you&#8217;d like to suggest a topic<br />
for ask a question feel free to hit up <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-822/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--large.wmv9.wmv" length="371183420" type="video/asf" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--hd720p30.h264.mp4" length="610618356" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/0822/hak5--0822--armitage--large.h264.mp4" length="401116198" type="video/mp4" />
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  hak5.org/tag/backtrack/feed ) in 1.08383 seconds, on Feb 8th, 2012 at 4:45 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 5:45 pm UTC -->
