<?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; Brute Force</title>
	<atom:link href="http://www.hak5.org/tag/brute-force/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>Hacking PPTP VPNs with ASLEAP</title>
		<link>http://www.hak5.org/hack/hacking-pptp-vpns-with-asleap</link>
		<comments>http://www.hak5.org/hack/hacking-pptp-vpns-with-asleap#comments</comments>
		<pubDate>Mon, 14 Dec 2009 07:58:05 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[chap]]></category>
		<category><![CDATA[client handshake authentication protocol]]></category>
		<category><![CDATA[cowpatty]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[joshua wright]]></category>
		<category><![CDATA[l2tp]]></category>
		<category><![CDATA[lan man]]></category>
		<category><![CDATA[ms-chap]]></category>
		<category><![CDATA[ms-chapv2]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[offensive security]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[penetration test]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[point to point tunneling protocol]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[remote exploit]]></category>
		<category><![CDATA[routing and remote access]]></category>
		<category><![CDATA[rras]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tls]]></category>
		<category><![CDATA[virtual private network]]></category>
		<category><![CDATA[vpn]]></category>

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


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

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

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

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

		<guid isPermaLink="false">http://www.hak5.org/?p=1074</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2816" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<p>Darren shows off some nifty tricks for Netcat and a targeted brute force attack dictionary generator. Matt continues his series on Virtualization with redundancy and Shannon pimps the blog with her Wordpress plugin picks. Plus the results of our Monkey Contest, the Code Challenge and this weeks easter egg hunt <img src='http://www.hak5.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><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/0511/hak5--0511--netcat-virtualization-wordpress--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/0511/hak5--0511--netcat-virtualization-wordpress--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1074"></span></p>
<p><embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2816" allowfullscreen="true" width="555" height="312"  /></p>
<h2>Show Notes</h2>
<p><b>Common User Password Profiler</b></p>
<p>The Common User Password Profiler from <a href="http://www.remote-exploit.org/codes_cupp.html" target="_blank">Remote-Exploit</a> is a password/passphrase generator specifically targeted as an individual user. Feed it some info like names, birth dates, spouce, children and pets and it will generate individually, or along with an existing dictionary, thousands of potential passwords. Just add water, feed to your favorite brute forcer and enjoy.</p>
<p>From personal experience I can vouch that, while simple sounding, this would have a HIGH success rate on some of my _former_ (L)users. Administrators take note and enforce BOFH password requirements <img src='http://www.hak5.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><b>netcat &#8211; &#8220;The Swiss-army knife for TCP/IP&#8221;</b></p>
<p>When it comes to sending and receiving TCP and UDP any which way from the console nothing is more versatile or easy to use than netcat.</p>
<p>With a few simple commands you can use netcat to initiate chat, file transfer or even shell access in either direction between a &#8220;server&#8221; and a &#8220;client&#8221;.</p>
<p>The tool can be set to listen or broadcast on any port and tied together with some <a href="http://www.commandlinefu.com/commands/browse" target="_blank">shell-fu</a> almost anything is possible.</p>
<p>Some listener favorites include <a href="http://alma.ch/blogs/bahut/2005/02/wonders-of-dd-and-netcat-cloning-os.html" target="_blank">cloning hard drives over a network with dd and netcat</a>, <a href="http://www.linuxmanpages.com/man1/tail.1.php" target="_blank">tailing</a> a log across the network</a>, port scanning, IP redirecting, or even spoofing user-agents and referrers. Internet Explorer 22 anyone?</p>
<p><a href="http://www.digininja.org">Digininja</a> points to this great <a href="http://www.sans.org/resources/sec560/netcat_cheat_sheet_v1.pdf" target="_blank">netcat cheat sheet</a> (PDF 128K).</p>
<p>What kind of crazy stuff have you done with netcat? Feedback@hak5.org</p>
<p><b>Shannon&#8217;s Wordpress Plugin Picks</b></p>
<p><a href="http://wordpress.org/extend/plugins/twitme/" target="_blank">Twitme</a></p>
<p>This plugin allows you to automatically post your new posts on the twitter website. This is good because the iPod and iPhone for example have a large amount of twitter clients to pick from. Your blog posts will arrive to people while they are walking the streets.</p>
<p><a href="http://wordpress.org/extend/plugins/socialite/" target="_blank">Socialite</a></p>
<p>Socialite allows your Wordpress posts to publish to Twitter, Facebook, and MySpace. Each social networking site can be enabled or disabled for publishing, and each is configured separately with their own options. Support for Short URL services such as zz.gd and Tinyurl.com is also supported.</p>
<p><a href="http://wordpress.org/extend/plugins/sociable/" target="_blank">Sociable</a></p>
<p>Automatically add links to your favorite social bookmarking sites on your posts, pages and in your RSS feed. You can choose from 99 different social bookmarking sites!</p>
<p><a href="http://wordpress.org/extend/plugins/mobilepress/" target="_blank">MobilePress</a></p>
<p>MobilePress is a WordPress plugin that will render your WordPress blog on mobile handsets, with the ability to use customized themes. The plugin also allows specific themes for specific devices / mobile browsers, such as iPhone, Opera Mini, Windows CE Mobile and other generic handset browsers.</p>
<p><a href="http://wordpress.org/extend/plugins/resize-at-upload-plus/" target="_blank">Resize at Upload Plus</a></p>
<p>The plugin will automatically resize an image upon upload, depending on the maximum width and height that you define. Gone are the days when you, or your client, will ruin a site&#8217;s layout by uploading a huge file with 25 megapixels. Be advised: there is no backup, no copy of the originally uploaded image.</p>
<p><a href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank">WP-Cache 2.0</a></p>
<p>WP-Cache is an extremely efficient WordPress page caching system to make your site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and then building the page from the database. WP-Cache allows to serve hundred of times more pages per second, and to reduce the response time from several tenths of seconds to less than a millisecond.</p>
<p><a href="http://wordpress.org/extend/plugins/wordpress-backup/" target="_blank">Wordpress Backup</a></p>
<p>Backup the upload directory (images), current theme directory, and plugins directory to a zip file. Zip files optionally sent to email.</p>
<p><a href="http://semperfiwebdesign.com/plugins/wp-security-scan/" target="_blank">WP Security Scan </a></p>
<p>Scans your WordPress installation for security vulnerabilities and suggests corrective actions.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-ban/" target="_blank">WP Ban</a></p>
<p>It will display a custom ban message when the banned IP, IP range, host name or referer url trys to visit you blog. You can also exclude certain IPs from being banned. There will be statistics recordered on how many times they attemp to visit your blog. It allows wildcard matching too.</p>
<p><a href="http://wordpress.org/extend/plugins/pixelstats/" target="_blank">pixelstats</a></p>
<p>Count every viewer and every article view for each blog entry, no matter how and where it is read: pixelstats tracks views of each blog post or page, not only on a single article page but also on each other page where the complete article is shown, i.e. the blog front page, category pages, search result page, archive pages and even RSS fee</p>
<p>Thanks for watching, subscribing, and most of all <a href="http://www.hak5.org/stickers/" target="_blank">supporting</a> the show. Custom <a href="http://www.hak5.org/pineapple/" target="_blank">commissioned WiFi Pineapples</a> running Jasager are still available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-511/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--hd.h264.mp4" length="632761768" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--large.h264.mp4" length="349311651" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--large.xvid.avi" length="380216866" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0511/hak5--0511--netcat-virtualization-wordpress--large.wmv9.wmv" length="388524054" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 423 &#8212; Securing Remote Desktop, Online Brute Forcing and Terminal Service Alternatives</title>
		<link>http://www.hak5.org/episodes/episode-423</link>
		<comments>http://www.hak5.org/episodes/episode-423#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:32:08 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[3389]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[dictionary attack]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[TERMSVC]]></category>
		<category><![CDATA[TSGrinder]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=573</guid>
		<description><![CDATA[<embed name="rev3_player" id="rev3_player" src="http://bitcast-a.bitgravity.com/revision3/swf/player20090116/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=2505&#038;quality=high" />]]></description>
			<content:encoded><![CDATA[<p>Darren&#8217;s back in the kitchen with an illustrated scenario of online brute forcing every systems administrators beloved remote desktop. He whips up some home made chicken noodle soup and tosses on the ol&#8217; white hat for a talk about countermeasures and security best practices. Then Matt brings you a full featured and aggressively priced alternative to Microsoft&#8217;s own Terminal Service. Do I hear cheap thin clients around the corner?</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/0423/hak5--0423--HackingRDP--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/0423/hak5--0423--HackingRDP--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--large.wmv9.wmv">Download WMV</a><br />
<span id="more-573"></span></p>
<h2>Watch</h2>
<p><embed name="rev3_player" id="rev3_player" src="http://bitcast-a.bitgravity.com/revision3/swf/player20090116/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=2505&#038;quality=high" /></p>
<h2>Show Notes</h2>
<p><b>Online Brute Force Countermeasures And Chicken Noodle Soup</b></p>
<p>Similar in function to SSH, Remote Desktop Protocol is one of the essential tools for administrating Microsoft Windows Servers. The natively encrypted services comes standard on Windows Server and even XP Pro and Vista. It is also serve as the example for a brief followup to my previous segment on Offline Brute Forcing.</p>
<p>In my scenario I demonstrate how the tool <a href="http://www.hammerofgod.com/download.html" target="_blank">TSGrinder</a> can be used to perform dictionary attacks against RDP services with character substitution (or leet) options. This attack simply demonstrates a few weeknesses in Windows.</p>
<p>First of all by default the Administrator account cannot be locked out remotely. This behavior can be changed using the <a href="http://www.petri.co.il/download_free_reskit_tools.htm" target="_blank">Passprop</a> utility from the Windows 2000 resource kit. This tool will also allow you to enforce strong passwords. It is also recommended that the administrator account be renamed. There are a few <a href="http://support.microsoft.com/kb/272530" target="_blank">tools</a> for <a href="http://www.microsoft.com/technet/scriptcenter/resources/qanda/may06/hey0517.mspx" target="_blank">this</a> as <a href="http://support.microsoft.com/kb/816109" target="_blank">well</a>. Though more obscurity than security I recommend <a href="http://support.microsoft.com/kb/306759" target="_blank">changing the RDP listen port</a>. I strongly recommend reviewing Microsoft&#8217;s <a href="http://technet.microsoft.com/en-us/library/cc784090.aspx" target="_blank">password best practices</a> and considering <a href="http://en.wikipedia.org/wiki/Passphrase" target="_blank">passphrases</a>. <a href="http://www.passwordmeter.com/" target="_blank">PasswordMeter.com</a> is a nice site that will rate your password on complexity. Finally I recommend enabling extensive auditing. There are a number of <a href="http://www.windowsecurity.com/software/Event-Log-Monitoring/" target="_blank">third party security applications</a> made specifically for auditing that offer alerting options on events such as online brute force attempts. One application in particular, <a href="http://www.2x.com/securerdp/" target="_blank">2X SecureRDP</a> offers advanced filtering based on IP and Mac addresses for RDP connections. I&#8217;m particularly interesting in hearing your feedback on Windows extensive auditing software so please drop me a line, darrenAThak5.0rg!</p>
<p>And my final recommendation on securing RDP is to limit its exposure by keeping TCP 3389 (or whatever port you&#8217;ve changed it to) closed. A little SSH tunneling or VPNing can go a long way to keeping unncessary serices away from the wild wild web. I&#8217;ve laid the foundation for this in a segment on 1&#215;07 and will follow up with a more robust VPN segment soon. If you&#8217;ve got ideas again drop me a line.</p>
<p>&#8211;<a href="http://www.darrenkitchen.net" target="_blank">Darren Kitchen</a></p>
<p><b>Terminal Service Alternatives</b></p>
<p>The website is located at http://www.xpunlimited.nl there is a large list of benefits at http://xpunlimited.nl/benefits.html</p>
<p>One of the really nice features is the ability to repurpose an old XP machine to use as a terminal server.</p>
<p>The setup couldn’t be easier, and is pretty much a standard application installer, customization is a very simple process from limiting application launches, to customizing the initial desktop, and even advanced functions which replicate the microsoft terminal services security settings.</p>
<p>Questions or alternatives?</p>
<p>&#8211;<a href="http://www.mattlestock.com" target="_blank">Matt Lestock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-423/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--hd.h264.mp4" length="545796951" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--large.h264.mp4" length="309201629" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--large.xvid.avi" length="308975010" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0423/hak5--0423--HackingRDP--large.wmv9.wmv" length="315038608" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 419 &#8212; GPU accelerated MD5 Brute Forcing, Easy Windows Password Recovery with Ophcrack live USB and Dave Randolph</title>
		<link>http://www.hak5.org/episodes/episode-419</link>
		<comments>http://www.hak5.org/episodes/episode-419#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:43:08 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[CUDA]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Hash]]></category>
		<category><![CDATA[LM]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Ophcrack]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Rainbow Tables]]></category>
		<category><![CDATA[Randolph]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=557</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=2477&#038;quality=high" />]]></description>
			<content:encoded><![CDATA[<p>In this first episode of &#8216;09 Dave Randolph joins us to geek out about all things video. Darren whips up a Password Cracking Cocktail and shows off a wicked fast MD5 brute force tool that harnesses the power of your Nvidia graphics card. Shannon saves the day by recovering her sisters Windows password with Ophcrack Live. And Evil Server gets his evil on while we were away on holiday.</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/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.h264.mp4">MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.xvid.avi">XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.wmv9.wmv">WMV</a><br />
<span id="more-557"></span></p>
<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=2477&#038;quality=high" /></p>
<h2>Show Notes</h2>
<p><b>MD5 Brute Forcing with your graphics card</b></p>
<p>Since Nvidia released the <a href="http://www.nvidia.com/object/cuda_home.html" target="_blank">CUDA</a> API for Windows, Mac and Linux a number of advances have taken place in the world of brute forcing. In this episode I feature a tool by Svarychevski Michail Aleksandrovich that claims to be the world&#8217;s fastest MD5 cracker &#8212; <a href="http://3.14.by/en/md5" target="_blank">BarsWF</a></p>
<p>Using the brute forcer with a couple Nvidia 8 series or newer graphics cards you&#8217;re able to achieve unprecidented speeds. I&#8217;ve seen claims of nearly 4 <a href="http://blog.red-database-security.com/2008/12/08/md5-bruteforcer-barswf/" target="_blank">billion hashes per second</a> with quad SLI.</p>
<p>CUDA has also spurred other developments, such as this <a href="http://3.14.by/forum/viewtopic.php?f=8&#038;t=60&#038;">NTLM brute forcer for Linux</a>.</p>
<p>In my segment I go into the very basics of password cracking theory and MD5 hashes with some simple scenarios. My aim is to provide a fundamental understanding of the concepts. If you&#8217;re interested in reading more I suggest starting <a href="http://en.wikipedia.org/wiki/Md5">here</a>.</p>
<p>&#8211;<a href="http://www.darrenkitchen.net">Darren Kitchen</a></p>
<p><b>Windows Password Recovery with Ophcrack Live USB</b></p>
<p>Recovering Windows Passwords coulnd&#8217;t be easier with Ophcrack Live on USB. Whether it&#8217;s your sister&#8217;s forgotten XP account or [insert other legit reason] a little USB booting and Rainbow Table loving&#8217;s got you covered.</p>
<p>Preparing an Ophcrack USB key is as simple as formatting your drive for FAT32 with the <a href="http://files.filefront.com/SP27608exe/;9868201;/fileinfo.html" target="_blank">HP USB format tool</a>. Downloading and launching <a href="http://www.pendrivelinux.com/downloads/USBOphcrack.exe" target="_blank">USBOphcrack.exe</a> and running the included batch file. The program will download a small set of rainbow tables and prepare your USB drive.</p>
<p>For even higher password recovering accuracy I recommend finding a larger set of <a href="http://ophcrack.sourceforge.net/tables.php" target="_blank">Ophcrack compatible rainbow tables</a>. Or if you&#8217;re feeling adventerous why not try out the <a href="http://wiki.hak5.org/wiki/Community_Rainbow_Tables" target="_blank">Hak5 community rainbow tables</a> &#8212; a whopping 120GB of NTLM goodness.</p>
<p>&#8211;<a href="http://www.snubsie.com" target="_blank">Shannon Morse</a></p>
<p>Be sure to follow one of us on Twitter if you&#8217;ll be at CES this week. We&#8217;ll be there finding all the best hackable gadgets!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-419/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.h264.mp4" length="274356613" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.xvid.avi" length="291237494" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0419/hak5--0419--GPU-Brute-Force-MD5-and-Ophcrack--large.wmv9.wmv" length="301636986" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Season 3 Episode 6</title>
		<link>http://www.hak5.org/episodes/episode-3x06-release</link>
		<comments>http://www.hak5.org/episodes/episode-3x06-release#comments</comments>
		<pubDate>Tue, 01 Jan 2008 02:22:31 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[Brute Force]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[chris gerling]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rockbox]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://www.hak5.org/archives/208</guid>
		<description><![CDATA[<img src="http://www.hak5.org/images/thumbnails/release3x06.jpg"/>Cracking WPA using Aircrack-ng, backtrack3 on eeePC. Solarbotics mousebot robot review. Rockbox open source firmware, building frets-on-fire tracks.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hak5.org/images/thumbnails/release3x06.jpg"/>In this episode of Hak5 Darren uses the eeePC, <a href="http://www.remote-exploit.org/backtrack.html">BackTrack 3</a>, and <a href="http://aircrack-ng.org/">Aircrack-ng</a> to audit the security of our WPA encrypted wireless access point. Wess reviews Herbie the Mousebot from <a href="http://www.solarbotics.com">Solarbotics</a>, a great electronics projects for beginners/intermediates. <a href="http://www.chrisgerling.com">Chris Gerling</a> comes by to show us <a href="http://www.rockbox.org/">Rockbox</a>, the open source firmware alternative for your portable media players as well as a brief tutorial on building your own songs for <a href="http://fretsonfire.sf.net">frets on fire</a>. Grab a companion cube and gather &#8217;round for some technolust.<br />
<span id="more-208"></span></p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4?http://media.libsyn.com/media/hak5/hak5--3x06--ipod.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi?http://media.libsyn.com/media/hak5xvid/hak5--3x06--xvid.avi">Download Xvid</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv?http://media.libsyn.com/media/hak5wmv/hak5--3x06--wmv.wmv">Download WMV</a></p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/3iwdsGJBAdc&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3iwdsGJBAdc&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hak5.org/episodes/episode-3x06-release/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.avi?http://media.libsyn.com/media/hak5xvid/hak5--3x06--xvid.avi" length="250374928" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4?http://media.libsyn.com/media/hak5/hak5--3x06--ipod.mp4" length="259440046" type="video/x-mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv?http://media.libsyn.com/media/hak5wmv/hak5--3x06--wmv.wmv" length="145986786" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
