<?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; sniffing</title>
	<atom:link href="http://www.hak5.org/tag/sniffing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hak5.org</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 12:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>School firewall evasion with SSH &amp; Proxies</title>
		<link>http://www.hak5.org/hack/school-firewall-evasion-with-ssh-proxies</link>
		<comments>http://www.hak5.org/hack/school-firewall-evasion-with-ssh-proxies#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:36:03 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[dropbear]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[internet tunneling]]></category>
		<category><![CDATA[local forward]]></category>
		<category><![CDATA[network scan]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[port redirection]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[safe wifi]]></category>
		<category><![CDATA[secure irc]]></category>
		<category><![CDATA[secure wifi]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[socks proxy]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh forward]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[traffic tunneling]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1616</guid>
		<description><![CDATA[Never again have your curious Google searching or social networking adventures be thwarted by your school or office firewall. Darren show off free and easy ways to bypass the filters using SSH or your own ...]]></description>
			<content:encoded><![CDATA[<p>Never again have your curious Google searching or social networking adventures be thwarted by your school or office firewall. Darren show off free and easy ways to bypass the filters using SSH or your own homegrown web proxy.<br />
<span id="more-1616"></span><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/ISaqY83Y5RM&#038;hl=en_US&#038;fs=1&#038;start=40"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ISaqY83Y5RM&#038;hl=en_US&#038;fs=1&#038;start=40" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>SSH Tunneling isn&#8217;t new to the show, we&#8217;ve done it <a href="http://www.hak5.org/episodes/episode-504">before over DNS</a> or in conjunction <a href="http://www.hak5.org/episodes/hak5-episode-7-released">with VNC</a>. Today we&#8217;re looking at two SSH tricks for tunneling just about any traffic.</p>
<p>First up, <i>ssh -D</i>. The <i>-D</i> option specified a local &quote;Dynamic&quote; application-level port forwarding. Any connection made to the specified port goes through the tunnel as a SOCKS4 or SOCKS5 proxy. Perfect for secure web browsing as demonstrated with Firefox in this segment.</p>
<p><u>Usage</u></p>
<blockquote><pre>ssh -D 8080 user@server</pre>
</blockquote>
<p>Second, <i>ssh -L</i>. The <i>-L</i> option enables port forwarding. Using this option tells the SSH client to listen to traffic on a specified port and forward it along through the tunnel. The server receives this data and points it to the specified destination, whether it be on the destination network or otherwise. In our example we use the <i>-L</i> option to securely connect to an open IRC server.</p>
<p><u>Usage</u></p>
<blockquote><pre>ssh user@server -L local-listen-port:destination-ip:destination-port</pre>
</blockquote>
<p>For more SSH-fu check out the <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ssh+1">ssh man page</a> or Linux Journal&#8217;s interesting series on <a href="http://www.linuxjournal.com/article/4412">101 uses of openssh</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/hack/school-firewall-evasion-with-ssh-proxies/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Episode 614 &#8211; Firewall evasion, SSH and virtual appliances!</title>
		<link>http://www.hak5.org/episodes/episode-614</link>
		<comments>http://www.hak5.org/episodes/episode-614#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:49:32 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[asleap]]></category>
		<category><![CDATA[bypass filter]]></category>
		<category><![CDATA[bypass firewall]]></category>
		<category><![CDATA[bypass school filter]]></category>
		<category><![CDATA[convert virtualbox]]></category>
		<category><![CDATA[convert vmware]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[DimDim]]></category>
		<category><![CDATA[dropbear]]></category>
		<category><![CDATA[easy proxy]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[free proxies]]></category>
		<category><![CDATA[free proxy]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hack filter]]></category>
		<category><![CDATA[hack firewall]]></category>
		<category><![CDATA[hack school filter]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[hacking firewalls]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[internet proxy]]></category>
		<category><![CDATA[internet tunneling]]></category>
		<category><![CDATA[lanman]]></category>
		<category><![CDATA[LM]]></category>
		<category><![CDATA[local forward]]></category>
		<category><![CDATA[ms-chap]]></category>
		<category><![CDATA[ms-chapv2]]></category>
		<category><![CDATA[mschap]]></category>
		<category><![CDATA[mschapv2]]></category>
		<category><![CDATA[network scan]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[office firewall]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[open ssh]]></category>
		<category><![CDATA[open wifi]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php proxy]]></category>
		<category><![CDATA[phpproxy]]></category>
		<category><![CDATA[port forward]]></category>
		<category><![CDATA[port redirection]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[proxies]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[quick proxy]]></category>
		<category><![CDATA[restrictions]]></category>
		<category><![CDATA[safe wifi]]></category>
		<category><![CDATA[school firewall]]></category>
		<category><![CDATA[secure irc]]></category>
		<category><![CDATA[secure network]]></category>
		<category><![CDATA[secure shell]]></category>
		<category><![CDATA[secure tunnel]]></category>
		<category><![CDATA[secure wifi]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[shell account]]></category>
		<category><![CDATA[simply proxy]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[socks]]></category>
		<category><![CDATA[socks proxy]]></category>
		<category><![CDATA[socks5]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh client]]></category>
		<category><![CDATA[ssh forward]]></category>
		<category><![CDATA[ssh server]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[traffic tunneling]]></category>
		<category><![CDATA[university firewall]]></category>
		<category><![CDATA[virtual appliance]]></category>
		<category><![CDATA[virtual appliance marketplace]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vmdk]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[web proxy]]></category>
		<category><![CDATA[work firewall]]></category>

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

		<guid isPermaLink="false">http://www.hak5.org/?p=1118</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2818" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Eighty of <a href="http://www.dualcoremusic.com" target="_blank">Dual Core</a> comes down to the HakHouse to share with us a technique for extracting Windows executables from packet captures. Darren&#8217;s featuring some of the Gmail badge submissions and a walkthrough of the Easter Egg hunt. Plus be sure to stick around as Eighty treats us to a live performance off his upcoming album.<br />
</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--hd.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1118"></span></p>
<p><embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2818" allowfullscreen="true" width="555" height="312"  /></p>
<h2>Show Notes</h2>
<p>While Matt&#8217;s away on business Eighty of <a href="http://www.dualcoremusic.com" target="_blank">Dual Core</a> fills in with an awesome segment on extracting Windows executables from packet captures using <a href="http://tcpxtract.sourceforge.net/" target="_blank">tcpxtract</a>.</p>
<p>Darren&#8217;s features some of the Gmail Badges from our recent <a href="http://www.hak5.org/backstage/code-challenge" target="_blank">Code Challenge</a>.</p>
<p>Plus we&#8217;ve got a walk-through on winning the Easter Egg Hunt. Only *four* of over 300 submissions completed the puzzle. We&#8217;ve learned a bunch of lessons from this first hunt and will be sure to put together an even more in-depth hunt next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-513/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--hd.h264.mp4" length="742733209" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.h264.mp4" length="406077182" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.xvid.avi" length="414583522" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0513/hak5--0513--DualCore--large.wmv9.wmv" length="438319908" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 506 &#8212; Wii Homebrew, 3CX meets PSTN and Interceptor Linux client</title>
		<link>http://www.hak5.org/episodes/episode-506</link>
		<comments>http://www.hak5.org/episodes/episode-506#comments</comments>
		<pubDate>Wed, 25 Mar 2009 04:12:22 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[3cx]]></category>
		<category><![CDATA[arp cache]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[Fon]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[homebrew browser]]></category>
		<category><![CDATA[homebrew channel]]></category>
		<category><![CDATA[interceptor]]></category>
		<category><![CDATA[lan monkey]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[monkey]]></category>
		<category><![CDATA[monkey in the middle]]></category>
		<category><![CDATA[network monkey]]></category>
		<category><![CDATA[network tap]]></category>
		<category><![CDATA[pbx]]></category>
		<category><![CDATA[pots]]></category>
		<category><![CDATA[pstn]]></category>
		<category><![CDATA[Robin Wood]]></category>
		<category><![CDATA[sip]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[tap]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[twilight]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[wii]]></category>
		<category><![CDATA[wii hack]]></category>
		<category><![CDATA[wii homebrew]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=848</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2811" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>In this episode Shannon hacks the Wii and shares her favorite homebrew with us. Matt connects 3CX to the PSTN and Darren sets up a network monkey client in Linux.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--hd.h264.mp4">Download <strong>HD</strong></a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-848"></span></p>
<h2>Watch</h2>
<p><object width="555" height="312" data="http://revision3.com/player-v2811" type="application/x-shockwave-flash"><param name="src" value="http://revision3.com/player-v2811" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Show Notes</h2>
<p><strong>Twilight Hack</strong></p>
<p>Wii Homebrew</p>
<p>You need a few things:</p>
<ul>
<li>wii</li>
<li>wii mote controller</li>
<li>computer</li>
<li>internet access</li>
<li>small sd card formatted as FAT.</li>
<li>Zelda Twilight Princess for Wii</li>
<p><a href="http://wiibrew.org/wiki/Twilight_Hack" target="_blank">The Wii Brew Wiki</a><br />
<a href="http://hbc.hackmii.com/download/" target="_blank">Homebrew Channel</a></p>
<p>How to install the Wii Homebrew Channel on your Wii using the Twilight Hack.</p>
<p>Download the Twilight Hack. There are two versions, one for Wii system 3.3, and one for 3.4.  I haven&#8217;t updated mine, so I&#8217;m still on 3.3.</p>
<p>Download the Homebrew Channel zip file.</p>
<p>Also, if you want, go ahead and download some apps from the HackMii website.  I suggest the Homebrew Browser so you dont have to copy apps to the SD card every time you wanna download something new.</p>
<p>You&#8217;ll need a small SD card 2 gig or smaller.  Make sure to format your SD card as FAT.  Do to this, right click on the SD card, and choose format.  Simple!</p>
<p>Put the SD card in your Wii, then turn it on.  Go to the Wii Options&#8211;&gt;Data management&#8211;&gt;Save Data&#8211;&gt;Wii section of the menu.  Find your Zelda: Twilight Princess saved file, and copy it.  If you havent played it yet, you might not have a saved file, so go ahead and play a bit.  Put your SD card in your computer and copy the &#8220;Private&#8221; folder from the card to your comp, just in case you may need it in the future.</p>
<p>Move the homebrew executable that you extract from the zip file to your SD card root directory and save it as boot.dol or boot.elf.</p>
<p>Also, save the Twilight Hack Private folder from the extracted zip file to your SD card.</p>
<p>Now, check out your Twilight Princess game CD.  It should have some hard to read serial numbers inscribed on the inner circle.  Match this serial with the corresponding &#8220;Save slot&#8221;.</p>
<table border="0">
<tbody>
<tr>
<td>Region</td>
<td>Inner circle text</td>
<td>File</td>
<td>Save slot</td>
</tr>
<tr>
<td>Europe/Australia</td>
<td>RVL-RZDP-0A-0 JPN</td>
<td>/private/wii/title/rzdp/data.bin</td>
<td>Twilight Hack</td>
</tr>
<tr>
<td>Asia (JPN)</td>
<td>RVL-RZDJ-0A-0 JPN</td>
<td>/private/wii/title/rzdj/data.bin</td>
<td>Twilight Hack</td>
</tr>
<tr>
<td>America (USA)</td>
</tr>
<tr>RVL-RZDE-0A-0 JPN</tr>
<tr>/private/wii/title/rzde/data.bin</tr>
<tr>TwilightHack0</tr>
<tr>
<td>America (USA)</td>
</tr>
<tr>RVL-RZDE-0A-0 USA</tr>
<tr>/private/wii/title/rzde/data.bin</tr>
<tr>TwilightHack0</tr>
<tr>
<td>America (USA)</td>
</tr>
<tr>RVL-RZDE-0A-2 USA</tr>
<tr>/private/wii/title/rzde/data.bin</tr>
<tr>TwilightHack2</tr>
</tbody>
</table>
<p>Inside the private&#8211;&gt;wii&#8211;&gt;title folder are 3 folders with letters corresponding to the serials.  Delete the two that don&#8217;t match your cd.</p>
<p>Put your SD card back in the Wii.  Go to Wii Options&#8211;&gt;Data management&#8211;&gt;Save Data&#8211;&gt;Wii and erase the Zelda save now.  Open the SD card menu and choose Twilight Hack.  Copy to the Wii.</p>
<p>Stick your game CD in your Wii and boot up Zelda!  Choose the save slot that corresponds with your serial.  Mine was TwilightHack0.  Go ahead and skip the intro, it doesn&#8217;t hurt the hack.  Once you see Link as a playable character, either walk backwards or talk to the guy in front of you.  This will start up the hack install process, so just choose &#8220;Agree&#8221; to everything.</p>
<p>You&#8217;re done!  Now you can play on the homebrew channel.  Yay!</p>
<p>Get the homebrew browser so you can download apps straight from the channel instead of shuffling your SD card around.</p>
<p>To do that, simply stick the sd in your computer and create a folder called apps.  Copy the homebrew browser folder and its contents over to the sd and back it goes to your wii!</p>
<p>If you have some cool homebrew for the Wii, tell me about it or ask me any questions at Snubs@hak5.org.</p>
<p>Don&#8217;t forget to submit your questions@hak5.org and feedback@hak5.org and thanks for your <a href="http://www.hak5.org/stickers/">contributions</a>.</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-506/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--hd.h264.mp4" length="592954035" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.h264.mp4" length="329364747" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.xvid.avi" length="332874416" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0506/hak5--0506--WiiHax--large.wmv9.wmv" length="385952064" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 505 &#8211; Introducing Interceptor: The network tap and rogue wireless access point</title>
		<link>http://www.hak5.org/episodes/episode-505</link>
		<comments>http://www.hak5.org/episodes/episode-505#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:13:15 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[arp cache]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[Fon]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[interceptor]]></category>
		<category><![CDATA[lan monkey]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[monkey]]></category>
		<category><![CDATA[monkey in the middle]]></category>
		<category><![CDATA[network monkey]]></category>
		<category><![CDATA[network tap]]></category>
		<category><![CDATA[Robin Wood]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[tap]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=844</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2810" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>The perfect primate for pen testers is none other than network monkey. Introducing Robin Wood&#8217;s Interceptor &#8212; on this episode we hack the Fon+ and turn it into a network tap and rogue wireless access point. Sniff the LAN from across the street or hack the network from the inside out! Learn how Network Monkey Pirates your Packets today!</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--hd.h264.mp4">Download <strong>HD</strong></a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-844"></span></p>
<h2>Watch</h2>
<p><object width="555" height="312" data="http://revision3.com/player-v2810" type="application/x-shockwave-flash"><param name="src" value="http://revision3.com/player-v2810" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Show Notes</h2>
<p>Our friend digininja is at it again. On this episode we feature <a href="http://www.digininja.org/" target="_blank">Robin Wood</a>&#8217;s latest hack based on none other than the Fon+ wireless router.</p>
<p>Interceptor is a wireless wired network tap. Simply put you place it in line on an ethernet cable, then connect to it via a special wireless access point. Once connected and running the Interceptor scripts you&#8217;ll be able to sniff all of the traffic passing across the wire.</p>
<p>Interceptor doesn&#8217;t affect TTL and adds minimal latency to packets. It doesn&#8217;t associate to the target network so discovering an active Interceptor on your LAN isn&#8217;t trivial.</p>
<p>This tool is perfect for pen testers. The device inexpensive, based on the Fon+ router and using open source software. It is small enough to fit behind a network wall plate, inside a plush monkey, or even inside a network switch or other gear.</p>
<p>In this episode we demonstrate the usage, illustrate the installation and speak with the developer Robin Wood.</p>
<p>You can download the software and play with it yourself from <a href="http://www.digininja.org/interceptor/" target="_blank">digininja.org/interceptor</a> and find support and discussion at <a href="http://hak5.org/forums/index.php?showforum=51" target="_blank">the Hak5 Interceptor Forum</a>.</p>
<p>Thanks for watching, subscribing, and most of all <a href="http://www.hak5.org/stickers/" target="_blank">supporting</a> the show. On a related note custom <a href="http://www.hak5.org/pineapple/" target="_blank">commissioned WiFi Pineapples</a> running Jasager are now available.</p>
<p>We return next week with a regular format show. Don&#8217;t forget to submit your questions@hak5.org and feedback@hak5.org and trust your technolust!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-505/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--hd.h264.mp4" length="337720801" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.h264.mp4" length="194774429" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.xvid.avi" length="182059160" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0505/hak5--0505--monkey-business--large.wmv9.wmv" length="155312812" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 426 &#8212; Shmoocon 2009</title>
		<link>http://www.hak5.org/episodes/episode-426</link>
		<comments>http://www.hak5.org/episodes/episode-426#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:28:24 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[bluetooth monitor]]></category>
		<category><![CDATA[dave kenedy]]></category>
		<category><![CDATA[dominic spill]]></category>
		<category><![CDATA[ettus]]></category>
		<category><![CDATA[fasttrack]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[giskismet]]></category>
		<category><![CDATA[google hacking]]></category>
		<category><![CDATA[gpu crack]]></category>
		<category><![CDATA[gr-bluetooth]]></category>
		<category><![CDATA[Hacker Conference]]></category>
		<category><![CDATA[hackers for charity]]></category>
		<category><![CDATA[ihackstuff]]></category>
		<category><![CDATA[j0hnny]]></category>
		<category><![CDATA[j0hnnyhax]]></category>
		<category><![CDATA[johnny long]]></category>
		<category><![CDATA[josh abraham]]></category>
		<category><![CDATA[joshua abraham]]></category>
		<category><![CDATA[kismet]]></category>
		<category><![CDATA[miachel ossmann]]></category>
		<category><![CDATA[mike ossmann]]></category>
		<category><![CDATA[mister x]]></category>
		<category><![CDATA[monitor mode]]></category>
		<category><![CDATA[no-tech hacking]]></category>
		<category><![CDATA[pen test]]></category>
		<category><![CDATA[penetration test]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[security conference]]></category>
		<category><![CDATA[shmoo]]></category>
		<category><![CDATA[Shmoocon]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[TKIP]]></category>
		<category><![CDATA[USRP]]></category>
		<category><![CDATA[wep crack]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless mapping]]></category>
		<category><![CDATA[wpa crack]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=760</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2508" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>We head out to DC for Shmoocon, our favorite hacker conference on the east coast, to talk to some of the brightest minds in security. Dave Kennedy on his project FastTrack. Michael Ossmann about sniffing bluetooth. Joshua Abraham on his software GIS-Kismet. Mister X, author of Aircrack-ng and Johnny Long, author and security guru on Hackers for Charity.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--hd.h264.mp4">Download <b>HD</b></a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.wmv9.wmv">Download WMV</a><br />
<span id="more-760"></span></p>
<h2>Watch</h2>
<p><embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2508" allowfullscreen="true" width="555" height="312"  /></p>
<h2>Show Notes</h2>
<p>Dave Kennedy talks about <a href="http://www.thepentest.com/" target="_blank">Fast Track</a>, a python based open-source project aimed at helping Penetration Testers in an effort to identify, exploit, and further penetrate a network.</p>
<p><a href="http://www.ossmann.com" target="_blank">Michael Ossmann</a> and Dominic Spill presented on Building an All-Channel <a href="http://gr-bluetooth.sf.net/" target="_blank">Bluetooth Monitor</a> using the <a href="http://www.ettus.com/" target="_blank">USRP</a> and a lot of awesome code. It turns out listening to 79 channels at once is harder than you think.</p>
<p>Joshua Abraham spoke to us about wireless network mapping with his tool <a href="http://www.giskismet.org" target="_blank">GIS Kismet</a></p>
<p>Mister X, author of <a href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a> shares with us a glimpse of the future of wireless network cracking.</a></p>
<p><a href="http://johnny.ihackstuff.com/" target="_blank">Johnny Long</a>, security expert and author, talks to us about <a href="http://www.hackersforcharity.org" target="_blank">Hackers for Charity</a></p>
<p>Don&#8217;t forget to take the <a href="http://www.revision3.com/hak5survey/" target="_blank">Hak5 Survey</a>. This is the last week it&#8217;s running so please if you haven&#8217;t already take a moment to fill it out as it really helps us out. <img src='http://www.hak5.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-426/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--hd.h264.mp4" length="761355280" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.h264.mp4" length="424915682" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.xvid.avi" length="365259286" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0426/hak5--0426--Shmoocon--large.wmv9.wmv" length="417622138" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
