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

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

		<guid isPermaLink="false">http://www.hak5.org/?p=1592</guid>
		<description><![CDATA[Another great bit of feedback from the SSH Tunneling segment in episode 614 was from Jan-Marteen in The Netherlands. His Hak5 inspired cross-platform Python and PHP scripts, available from his blog johmanx.com allow you to ...]]></description>
			<content:encoded><![CDATA[<p>Another great bit of feedback from the SSH Tunneling segment in <a href="http://www.hak5.org/episodes/episode-614">episode 614</a> was from Jan-Marteen in The Netherlands. His Hak5 inspired cross-platform Python and PHP scripts, available from <a href="http://johmanx.com/?pid=29" target="_blank">his blog johmanx.com</a> allow you to easily configure and save SSH tunneling options. Awesome code Jan-Marteen, thanks for sending it in!</p>
<p><span id="more-1592"></span><br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/adnEieI5WHI&#038;hl=en_US&#038;fs=1&#038;start=1257"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/adnEieI5WHI&#038;hl=en_US&#038;fs=1&#038;start=1257" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/geek/ssh-tunneling-the-cross-platform-way-with-python-and-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Episode 616 &#8211; Make your own Nintendo DS Games for free! Tunneling on a Mac and Virtual Routers.</title>
		<link>http://www.hak5.org/episodes/episode-616-make-your-own-nintendo-ds-games-for-free-tunneling-on-a-mac-and-virtual-routers</link>
		<comments>http://www.hak5.org/episodes/episode-616-make-your-own-nintendo-ds-games-for-free-tunneling-on-a-mac-and-virtual-routers#comments</comments>
		<pubDate>Wed, 02 Dec 2009 21:09:52 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[cisco nexus]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[devkitpro]]></category>
		<category><![CDATA[dsi]]></category>
		<category><![CDATA[dsx]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[m3]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mod chip]]></category>
		<category><![CDATA[nds]]></category>
		<category><![CDATA[ndshb]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[nexus 1000]]></category>
		<category><![CDATA[nexus 1000v]]></category>
		<category><![CDATA[nexus switch]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[nintendo ds]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[r4]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[unsigned code]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtual router]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

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

		<guid isPermaLink="false">http://www.hak5.org/?p=836</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2809" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Tired of paying $9.95 an hour for WiFi at the airport? Can you resolve DNS? We head down to Mubix&#8217; lair and build a SSH SOCKS proxy over a DNS tunnel. Then we speak with Tyler McAdams from LinuxDNA about kernel optimizations and the future of gaming on 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/0504/hak5--0504--DNS-Tunneling--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/0504/hak5--0504--DNS-Tunneling--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-836"></span></p>
<h2>Watch</h2>
<p><object width="555" height="312" data="http://revision3.com/player-v2809" type="application/x-shockwave-flash"><param name="src" value="http://revision3.com/player-v2809" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Show Notes</h2>
<p><strong>DNS Tunneling</strong></p>
<p>The basic premise comes down to this: If you can connect to a wireless access point that has a captive portal running, constantly forwarding your web requests to a payment page, you can most likely bypass those restrictions if you can get name resolution.</p>
<p>Simply open a shell and ping your favorite website. It doesn&#8217;t matter if you get ICMP packets back, what you&#8217;re looking for is name resolution. If ping says &#8220;Pinging www.l.google.com [74.125.95.99]&#8221; or similar you should be all set to tunnel your traffic over DNS</p>
<p>In order to get going you&#8217;ll need a domain, or sub-domain, a set of Perl scripts called Ozyman, a server to run the ozyman and ssh daemons on, and a little luck</p>
<p>Full <a href="http://www.room362.com/archives/456-ozymandns-tunneling-ssh-over-dns.html" target="_blank">step by step instructions</a> can be found at Mubix&#8217;s wonderful blog o goodness at <a href="http://www.room362.com/archives/456-ozymandns-tunneling-ssh-over-dns.html" target="_blank">Room362.com</a>.</p>
<p><strong>Linux Gaming</strong></p>
<p>In this episode we had the pleasure of having Tyler McAdams of <a href="http://www.linuxdna.com/" target="_blank">Linux DNA</a> on the show to talk about gaming on Linux and mad performance optimizations with ICC. Tyler was happy to announce that LinuxDNA is now working with <a href="http://www.dreamlinux.com.br/" target="_blank">Dream Linux</a> for the ASUS eee PC.</p>
<p>Thanks to those who&#8217;ve contributed to the success of Hak5. Your <a href="http://www.hak5.org/stickers/" target="_blank">donations</a> are greatly appreciated!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-504/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--hd.h264.mp4" length="326301376" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--large.h264.mp4" length="181561260" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--large.xvid.avi" length="183733002" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0504/hak5--0504--DNS-Tunneling--large.wmv9.wmv" length="204804706" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 416 &#8212; SSH Tunneling, Independent Games, Updating Multiple Blogs At Once, and Password Protecting Applications</title>
		<link>http://www.hak5.org/episodes/episode-416</link>
		<comments>http://www.hak5.org/episodes/episode-416#comments</comments>
		<pubDate>Wed, 17 Dec 2008 23:49:18 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Blazar]]></category>
		<category><![CDATA[City Rain]]></category>
		<category><![CDATA[FreeSSHd]]></category>
		<category><![CDATA[Froggle]]></category>
		<category><![CDATA[Glitch]]></category>
		<category><![CDATA[IGF]]></category>
		<category><![CDATA[Independent Games Festival]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ping.fm]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Public Key Encryption]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Tumblr]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=541</guid>
		<description><![CDATA[<embed src="http://bitcast-a.bitgravity.com/revision3/swf/player/Player.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="window" devicefont="false" bgcolor="#000000" name="Player" menu="true" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="312" width="555" flashvars="videoId=2447&#038;quality=high" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hak5.org/episodes/episode-416"><img src="http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--medium.thumb.jpg" border="0" alt="" /></a><br />
In this extensive episode Matt shows us how to setup SSH tunneling to securely transmit HTTP traffic and more while on the go. Shannon checks out some student entries to the 2009 Independent Games Festival, including City Rain, Glitch, Froggle, Blazar, and Akrasia. Darren puts together a PHP script that, in conjunction with Ping.fm, allows you to update multiple blogs at once including your own hosted Wordpress. Plus this weeks LAN Party, revamped Trivia and viewer questions.<br />
[ <a href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.h264.mp4">MP4</a> | <a href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.xvid.avi">XviD</a> | <a href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.wmv9.wmv">WMV</a> ]<span id="more-541"></span></p>
<div style="clear:both;"></div>
<h2>Watch</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="555" height="312" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="Player" /><param name="bgcolor" value="#000000" /><param name="align" value="middle" /><param name="flashvars" value="videoId=2447&amp;quality=high" /><param name="src" value="http://bitcast-a.bitgravity.com/revision3/swf/player/Player.swf" /><param name="wmode" value="window" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://bitcast-a.bitgravity.com/revision3/swf/player/Player.swf" wmode="window" flashvars="videoId=2447&amp;quality=high" align="middle" bgcolor="#000000" name="Player"></embed></object></p>
<h2>Show Notes</h2>
<p><a href="http://www.chrisgerling.com" target="_blank">Chris Gerling</a> joins us at the top of the show via skype from a SANS conference where he is currently getting schooled in forensics.</p>
<p>Matt is obsessed with <a href="http://www.clickykeyboards.com" target="_blank">Clicky Keyboards</a>. I&#8217;m a fan of the Model M and the PC-XT&#8217;s 83 Key Keyboard.</p>
<p>Our next LAN Party game will be Quake 3 on Saturday, January 10 at q3.hak5.org. Check out all the details at our brand spankin&#8217; new <a href="http://hak5lan.squarespace.com" target="_blank">Hak5 LAN Site</a> (with leetness by Squarespace)</p>
<p>Darren mentions <a href="http://twitter.com/post_break" target="_blank">Post_Break</a>&#8217;s article on Mubix&#8217;s Room362 site about ways to <a href="http://www.room362.com/archives/237-Jasager-On-the-Defensive.html" target="_blank">detect nearby Jasagers</a>.</p>
<p>Setup an SSH SOCKS proxy!</p>
<p>For episode 416 of HAK5, I showed how easy it really is to tunnel all kinds of traffic from HTTP, FTP, and more over a secure SSH Socks proxy.</p>
<p>Some of you may be thinking to yourself&#8230; &#8220;HOLY CRAP WHAT ARE THESE TERMS?!&#8221;  And I&#8217;m here to assure you that it&#8217;s going to be OK! Really it is.</p>
<p>What you&#8217;ll need</p>
<ul>
<li>An SSH server to act as your proxy.<br />
Simple enough really!  If you&#8217;re using windows I highly recommend <a href="http://www.freesshd.com/" target="_blank">freeSSHd</a>.  If you&#8217;re on a mac check out <a href="http://www.stocksy.co.uk/articles/Mac/ssh_on_mac_os_x/" target="_blank">this page</a> for instructions on how to enable remote logon.  Linux users, you should know how to do this. <img src='http://www.hak5.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
<li>An SSH client on the computer you&#8217;re using.<br />
Mac and *nix machines have SSH built right in at the command line. Windows users can do like I did in the episode and download plink (<a href="http://the.earth.li/~sgtatham/putty/latest/x86/plink.exe" target="_blank">available here</a>).  There are other people out there that will recommend Cygwin, but for this purpose, it&#8217;s really overkill.</li>
</ul>
<p>How proxies work</p>
<p>In a nutshell, what you&#8217;re doing with a proxy is setting up a middle-person (no not a pineapple, but close) between you and the internet. Using the proxy, your browser hands off web page requests to the proxy server, which handles the request and fetches the page for you from the internet. The web site actually thinks the request is coming from the proxy server, not your computer, which is a good way to obscure your originating IP address.</p>
<p>Additionally, the connection between your computer and the proxy happens over SSH, an encrypted protocol. This prevents wifi sniffers from seeing what you&#8217;re doing online.</p>
<p>Start your SSH tunnel</p>
<p>So you&#8217;ve got your ssh server setup at your house or workplace. Great! To connect to it we&#8217;re going to setup a local proxy server on your client that you&#8217;ll be browsing the internet from, which will then &#8220;tunnel&#8221; web traffic from your local machine to the remote server over SSH. The command to run on your linux / mac client in a terminal window is : </p>
<p><code>ssh -ND 9999 you@example.com</code></p>
<p>For Windows it&#8217;s as simple as browsing to the directory you saved plink to and running</p>
<p><code>plink.exe -N -D 9999 you@example.com</code></p>
<p>Of course, you&#8217;re going to replace the you with your username on your SSH server and example.com with your server domain name or IP address. What that command does is accept requests from your local machine on port 9999 and hands that request off to your server at example.com for processing.</p>
<p>When you execute either of those commands, you&#8217;ll be prompted for your password.  After you authenticate, <em></em>nothing will happen. The -N tells ssh not to open an interactive prompt, so it will just hang there, waiting. That&#8217;s exactly what you want.</p>
<p>Set Firefox to use SOCKS proxy</p>
<p>Once your proxy&#8217;s up and running, configure Firefox to use it. From Firefox&#8217;s Tools menu, choose Options, and from the Advanced section choose the Network tab. Next to &#8220;Configure how Firefox connects to the Internet&#8221; hit the &#8220;Settings&#8221; button and enter the SOCKS information, which is the server name (localhost) and the port you used (in the example above, 9999.)</p>
<p>Save those settings and hit up a web page. When it loads, visit http://www.ipchicken.com to see if it&#8217;s using your remote ssh server to tunnel traffic.  If you are, GOLDEN!</p>
<p>If you feel there&#8217;s something I&#8217;ve missed, hit me up here (<a href="http://www.mattlestock.com" target="_blank">http://www.mattlestock.com</a>)</p>
<p>PS: Remember that you&#8217;ll need to open your firewall a bit by cracking open port 9999 on your local machine and port 22 on your server for SSH.</p>
<p>&#8211;Matt</p>
<p>Congrats to VickiWong who correctly answered last week&#8217;s trivia. Answer: Stiletto as it is not a submarine launched ballistic missile like the other two. We would have accepted the fact that Polaris and Trident are US ICBMs while Stiletto is a USSR ICBM.</p>
<p>Update multiple blogs with Ping.fm and custom URLs</p>
<p>I don&#8217;t know about you guys but keeping up with all the latest blogs, social networks, and micro messaging services is a lot of work! And I don&#8217;t know how many times I&#8217;ve neglected my blog(s) because I was simply too lazy to login and update, login and update, login and update.</p>
<p>In my segment this week I&#8217;ll be showing you how to use <a href="http://www.ping.fm" target="_blank">ping.fm</a>&#8217;s Custom URL feature to update blogs by email. Ping.fm is great for updating multiple status services like Twitter and Identica, but I&#8217;m just concerned with blogs.</p>
<p>I personally use three blogging services; <a href="http://www.posterous.com">Posterous</a>, Tumblr, and Wordpress hosted on my own domain, <a href="http://www.darrenkitchen.net" target="_blank">DarrenKitchen.net</a>.</p>
<p>The first two are easy to update with a Ping.fm Custom URL since they feature rich posting via email. Wordpress on the other hand is a bit lacking. Sure Wordpress has a built in post via email feature but it&#8217;s severely lacking. To alleviate this I recommend installing the Wordpress <a href="http://www.economysizegeek.com/wp-mail/" target="_blank">Postie plugin</a>. This little guy is awesome, with features like roles, authorized addresses, photo and file upload, signature removal and custom CSS just to name a few.</p>
<p>Once installed and configured all we need to do is edit some the sample PHP code, upload it to our web server, rename the file to something obscure, and add the URL to Ping.fm as a custom URL.</p>
<p>Resources:</p>
<ul>
<li><a href="http://www.ping.fm" target="_blank">http://www.ping.fm</a></li>
<li><a href="http://www.economysizegeek.com/wp-mail/" target="_blank">http://www.economysizegeek.com/wp-mail/</a></li>
<li><a href="http://www.economysizegeek.com/wp-mail/" target="_blank">http://groups.google.com/group/pingfm-developers/</a></li>
</ul>
<p>&#8211;<a href="http://www.darrenkitchen.net" target="_blank">Darren</a></p>
<p>2009 Independent Games Festival Student Entries</p>
<p>The <a href="http://igf.com/">Independent Games Festival</a> is an annual festival awarding students and independent developers $50,000 in prizes. This year, IGF will happen March 23-27 in San Francisco.</p>
<p>In my segment, I test out a few student entries that were free for download.</p>
<p>The first one was <a href="http://www.cityra.in/" target="_blank">City Rain</a>, which is sort of like Sim City in a way.  You play the mayor of a new town, and have to make quick choices as to what kind and where new buildings will go. Buildings quickly fall out of the sky and you have to make your decisions quickly.</p>
<p>I also tried out <a href="http://www.frogglegame.com/" target="_blank">Froggle</a>.  In Froggle, you play a, well&#8230; froggle. You&#8217;re incredibly long tongue is used to eat flies and fling yourself over cartoony environments. I really liked the shading and humor aspect of this game.</p>
<p>The third game was <a href="http://www.playblazar.com/" target="_blank">Blazar</a>, which really brings me back to the old school arcade games!  You control a ship which has the ability to destroy asteroids or bounce them away. Your goal is to grow a black hole from tiny to huge.</p>
<p>The last game I demo&#8217;ed was <a href="http://www.glitchgame.com/" target="_blank">Glitch</a>.  Glitch is a first person shooter that exists in a large cube arena.  The environment is constantly moving and the enemies are made out of little cubes themselves. This game was fun!!</p>
<p>The last game which I didn&#8217;t demo but mentioned was <a href="http://gambit.mit.edu/loadgame/akrasia.php" target="_blank">Akrasia</a>.  I liked Akrasia because of it&#8217;s educational touch.  This is the description from the IGF website:</p>
<p>Akrasia is a single-player game that challenges game conventions and is intended to make the player think and reflect. It is based on the abstract concept of addiction, which is expressed metaphorically throughout the game.</p>
<p>The game is set in a maze that represents the mind. The maze has two states – a normal and a psychedelic state. To enter the game, the player collects a pill-shaped object and thus enters the game as &#8220;addict&#8221;. From &#8220;chasing the dragon&#8221; to working through &#8220;cold turkey&#8221;, this game models the essential dimensions of the addiction gestalt as identified by its creators.</p>
<p>&#8211;<a href="http://www.snubsie.com/" target="_blank">Shannon</a></p>
<p>Questions</p>
<p>We answer view question about password protecting applications and feature a program called <a href="http://www.download.com/Empathy/3000-2094_4-10724674.html" target="_blank">Empathy</a></p>
<p>Until next week we welcome your <a href="http://www.hak5.org/contact" target="_blank">feedback</a> and remind you to Trust your Technolust</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-416/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.h264.mp4" length="508601297" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.xvid.avi" length="617450616" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0416/hak5--0416--SSHGamesBlogsPasswords--large.wmv9.wmv" length="579113968" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 415 &#8212; Public Key Encryption, Backing Up Drivers, Hackers are People Too Documentary, and Organize Your Music Collection</title>
		<link>http://www.hak5.org/episodes/episode-415</link>
		<comments>http://www.hak5.org/episodes/episode-415#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:17:41 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Ashley Schwartau]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Documentary]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[ID3]]></category>
		<category><![CDATA[M3U]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[OpenSSH]]></category>
		<category><![CDATA[Playlist]]></category>
		<category><![CDATA[Public Key Encryption]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=495</guid>
		<description><![CDATA[<embed src="http://bitcast-a.bitgravity.com/revision3/swf/player/Player.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="window" devicefont="false" bgcolor="#000000" name="Player" menu="true" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="312" width="555" flashvars="videoId=2280&#038;quality=high" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hak5.org/episodes/episode-415"><img src="http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0415/hak5--0415--HackersArePeopleToo--medium.thumb.jpg" border="0"></a><br />In this power packed episode Chris explores ways to securely communicate using public key authentication. Matt gives us a healthy helping of Drive Backup utilities. Darren interviews Ashley Schwartau about the documentary Hackers Are People Too. Shannon brings you a few tools for organizing that mismatched MP3 collection of yours.<br />[ <a href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.h264.mp4">MP4</a> | <a href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.xvid.avi">XviD</a> | <a href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.wmv9.wmv">WMV</a> ]<span id="more-495"></span></p>
<div style="clear: both;"></div>
<h2>Watch</h2>
<p><embed src="http://bitcast-a.bitgravity.com/revision3/swf/player/Player.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="window" devicefont="false" bgcolor="#000000" name="Player" menu="true" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" align="middle" height="312" width="555" flashvars="videoId=2280&#038;quality=high" /></p>
<h2>Show Notes</h2>
<p>Shannon takes the spotlight and opens the show. Darren threatens to vote her off the <a href="http://www.hakhouse.com" target="_blank">hakhouse</a>. We postponed the open sourcing of the missile launcher due to finals. Thanks <a href="http://www.jasonappelbaum.com" target="_blank">Jason Appelbaum</a>. Our friend Mubix has a great article on <a href="http://www.room362.com/archives/218-Multi-Boot-Security-LiveCD-DVD.html">Multi-Boot Security Live CDs</a> that makes last weeks pick, <a href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a> even more amazing.</p>
<p>Our next LAN Party will be Half-Life 2 Deathmatch on Saturday, December 13 at game.hak5.org. Prepare to get smack in the face with a flying toilet! Check out all the details at our brand spankin&#8217; new <a href="http://hak5lan.squarespace.com" target="_blank">Hak5 LAN Site</a> (with leetness by Squarespace)</p>
<p><b>Public Key Encryption</b></p>
<p>In this segment we show you how to setup public key authentication between a windows and a linux host. There are many different software packages through which to accomplish this but we used openssh and putty.</p>
<p>Requirements:</p>
<p>Linux machine or VM running OpenSSH (most distros have it in their repository, or you can find it here:  <a href="http://www.openssh.com/portable.html" target="_blank">http://www.openssh.com/portable.html</a></p>
<p>Windows machine with putty software (download the whole package) <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">http://www.openssh.com/portable.html</a></p>
<p>Installing openssh on linux is relatively straightforward.  Refer to their site for details.  Once that&#8217;s setup, we generated a key using the command &#8220;ssh-keygen&#8221; and specified the filenames.  You can customize the keys you generate as you wish, but we went with the defaults.  After entering a passphrase twice, you&#8217;ll have a public and private key file, with the public having the extension .pub.  The private key file stays on the server but we copy the public key over to our windows machine and convert it into putty format using Putty Generator.  After you have the key, you can either pass it with scp using scp -i (pscp in our example since we&#8217;re using putty&#8217;s scp executable), or you can use the putty ssh client in order to pass the key instead of just a password to authenticate to the server.  This makes an easy two-factor authentication mechanism. <img src='http://www.hak5.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8211;<a href="http://www.chrisgerling.com" target="_blank">Chris</a></p>
<p><b>Driver Backup</b></p>
<p>After installing a fresh copy of your Windows OS of choice, the biggest headache for most of us is the arduous task of trying to locate drivers for all of our different components. So this post is all about making your reinstall a little less troublesome.</p>
<p>Here’s a list of some of the better driver backup utilities!</p>
<p><a href="http://sourceforge.net/projects/drvback/" target="_blank">DriverBackup2</a> is a lightweight driver-backup tool. The application is portable with a caveat: you’ll need administrative privileges for full use. You can opt to backup one or all of your drivers, the backed up files are dumped into a tree structure based on driver name. DriverBackup2 also allows you to restore and delete unnecessary drivers. If you ever hunted for obscure drivers online, when installing legacy or obscure hardware for instance, DriverBackup2 will save you the hassle of searching them out again.</p>
<p><a href="http://boozet.org/dd.htm" target="_blank">Double Driver</a> lists all the hardware drivers installed on your system and creates backups of both the actual drivers and lists of the driver names. While handy with any computer, Double Driver really shines if you have a computer that came with pre-installed drivers that are hard if not impossible to come by. With a few clicks you’ll have those archaic laptop drivers backed up and ready to put back to work after a fresh install.</p>
<p><a href="http://www.innovative-sol.com/drivermax/" target="_blank">DriverMax</a> allows you to easily reinstall all your Windows drivers. No more searching for rare drivers on discs or on the web or inserting one installation CD after the other. Simply export all your drivers (or just the ones that work ok) to a folder or a compressed file. After reinstalling Windows all drivers can be back in place in less than 5 minutes.</p>
<p><a href="http://www.nirsoft.net/utils/driverview.html" target="_blank">DriverView</a> is a helpful upgrade from looking through devices individually in the Device Manager, but the real value here is in the list generation. Create an HTML-formatted backup list for your future troubleshooting needs or export to text to show friends or forum members just what’s gone wrong.  While it doesn’t actually backup drivers, if you’re still into doing things the old fashion way, DriverView is a great choice!</p>
<p>Now that we’ve got all of the corporate slogans and descriptions out of the way, my personal favorite is the first link we’ve talked about here.  The interface is the least cluttered, and the process really couldn’t be any easier.  For those of you who are looking to deploy driver backups in an automated fashion, there’s a built in commandline builder!  Like I said, I’ve personally used it and really does make life alot easier after a reinstall.</p>
<p>So check it out and if you have any questions, remember: matt@hak5.org &#8211; <a href="http://revision3.com/forum/" target="_blank">Revision3 Forum</a>  or <a href="http://forums.hak5.org"  target="_blank">Hak5 Forum</a></p>
<p>&#8211;Matt</p>
<p>Congrats to Mesartwell who correctly answered last week&#8217;s trivia. Answer: &#8220;Tom is king&#8221; and &#8220;Jules sucks&#8221;. Grab yourself a copy of the <a href="http://toastytech.com/dooma/index.html" target="_blank">Doom alphas</a></p>
<p><b>&#8220;Hackers Are People Too&#8221;</b></p>
<p><a href="http://mystrongestsuit.blogspot.com/" target="_blank">Ashley Schwartau</a> joins us via skype to talk about her documentary <a href="http://www.hackersarepeopletoo.com/" target="_blank">Hackers Are People Too</a></p>
<p>&#8211;Darren</p>
<p><b>Music Organizers</b></p>
<p>I have thousands of songs on my computer and some of them are missing titles, artists, etc.  So when I hop on iTunes to download my feed of podcasts (like Hak5!), I use TuneUp Media to clean up some of my music.</p>
<p><a href="http://www.tuneupmedia.com/" target="_blank">TuneUpMedia</a></p>
<p>TuneUp Media has the ability to find your songs basically by listening to them, and tell you the information for each one.  You simply drag your song over to the clean up bar on the right, and TuneUp finds your songs info in a few seconds.  It even gives you a choice of album art you can use.</p>
<p>I like TuneUp simply because I’m really organizational.  There are a few bugs though…  Firstly, once you download TuneUp, you don’t have the option to close it while in iTunes (unless this has changed recently).  Second, there are two versions &#8211; free and not free.  With the free version, you only have 500 songs to clean up.  In the payed version- you can clean up as much as you want.</p>
<p><a href="http://www.xdlab.ru/en/" target="_blank">TagScanner</a></p>
<p>The second one is TagScanner.  Tagscanner is good for someone who doesn’t like iTunes.  In tagscanner, you can not only clean up the names and artists on your music, but you can also fix up the ID3 tags for each song, down to lyrics and album art.  You can also export your music into a .txt or excel spreadsheet, which is pretty neat.</p>
<p>&#8211;<a href="http://www.snubsie.com/" target="_blank">Shannon</a></p>
<p><b>Questions</b></p>
<p>Skybar Baron writes I have a computer from my school and was wondering if there was a way to wipe everything but like Microsoft Office and the OS?</p>
<p>Darren recommends <a href="http://technet.microsoft.com/en-us/sysinternals/bb897443.aspx" target="_blank">Sdelete</a>.</p>
<p>Until next week we welcome your <a href="http://www.hak5.org/contact" target="_blank">feedback</a> and remind you to Trust your Technolust</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-415/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.h264.mp4" length="448507040" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.xvid.avi" length="545090000" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0415/hak5--0415--HackersArePeopleToo--large.wmv9.wmv" length="513395908" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Season 1 Episode 7</title>
		<link>http://www.hak5.org/episodes/hak5-episode-7-released</link>
		<comments>http://www.hak5.org/episodes/hak5-episode-7-released#comments</comments>
		<pubDate>Sun, 05 Feb 2006 03:11:04 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.hak5.org/archives/70</guid>
		<description><![CDATA[In this episode of Hak.5 the gang hacks the CVS disposable digital camera, secure VNC traffic using SSH tunneling, take viewer questions and even check out some video submissions. Plus some special announcements and more ...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hak5.org/images/thumbnails/release1x07.jpg"/><br />
In this episode of Hak.5 the gang hacks the CVS disposable digital camera, secure VNC traffic using SSH tunneling, take viewer questions and even check out some video submissions. Plus some special announcements and more commercials worth watching. Guest intro by <a href="http://www.kevinmitnick.com/">Kevin Mitnick</a> and music by <a href="http://www.tenhauser.com/">Ashley Witt</a>.<br />
&nbsp;<br />
&nbsp;<br />
<span id="more-70"></span></p>
<div style="clear:both;"></div>
<table>
<tr width="100%">
<td valign="top" width="180">
<h3>Download</h3>
<p><img src="http://www.hak5.org/images/icons/mov.png" border="0"/>    <a href="http://hak5.libsyn.com/media/hak5/hak5-ep7-ipod.mp4">Download MP4</a></p>
<p><img src="http://www.hak5.org/images/icons/divx.png" border="0"/>    <a href="http://hak5xvid.libsyn.com/media/hak5xvid/hak5-ep7-xvid.avi">Download Xvid</a></p>
<p><img src="http://www.hak5.org/images/icons/youtube.png" border="0"/>    <a href="http://www.youtube.com/watch?v=54j7nxMeBPg">Watch on Youtube</a></p>
<p><img src="http://www.hak5.org/images/icons/veoh.png" border="0"/>    <a href="http://www.veoh.com/videos/e174589pPeQaQe7">Watch on Veoh</a></p>
<p>Running time: 39:12</p>
</td>
<td valign="top" alight="right">
<embed src="http://www.veoh.com/videodetails2.swf?permalinkId=e174589pPeQaQe7&#038;id=686726&#038;player=videodetailsembedded&#038;videoAutoPlay=0" allowFullScreen="true" width="400" height="324" bgcolor="#000000" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</td>
</tr>
</table>
<h3>Sponsors</h3>
<p>Get awesome web hosting from the pros at <a href="http://www.dreamhost.com/r.cgi?76032"><b>Dreamhost</b></a> and receive $25 off your order when you enter coupon code HAK5! Plans start at $7.95/mo including 500 GB storage, 5 TB bandwidth, and one-click installs of popular software like Wordpress, phpBB, and MediaWiki.</p>
<p>Keep your personal information away from spammers, hackers and your crazy ex-evilserver. Private Domain Registration from <a href="http://www.godaddy.com"><b>GoDaddy.com</b></a> protects your privacy by keeping your address, phone number and more out of the public database. Get an additional 10% on your order when you enter coupon code <u>HAK</u>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/hak5-episode-7-released/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
<enclosure url="http://hak5xvid.libsyn.com/media/hak5xvid/hak5-ep7-xvid.avi" length="210589112" type="audio/unknown\011" />
<enclosure url="http://hak5.libsyn.com/media/hak5/hak5-ep7-ipod.mp4" length="134593601" type="video/mp4" />
		</item>
	</channel>
</rss>
