can u make a module out of it ?
Before we start make sure you have an up to date Kernel. You can get one by doing the following:
Net you will want the drivers. The ones i used were the RA Link Enhanced drivers. Since they are the enhanced drivers, you can capture WPA handshakes with these.Code:BT ~ / wget http://www.offensive-security.com/kernel.lzm BT ~ / lzm2dir kernel.lzm /
Now unplug and plug back in your wireless card. Once you have done that you can connect to your wireless with the following command:Code:BT ~ / wget homepages.tu-darmstadt.de/~p_larbig/wlan/rt73-k2wrlz-3.0.2.tar.bz2 BT ~ / modprobe -r rt73 BT ~ / tar -xf rt73-k2wrlz-3.0.2.tar.bz2 BT ~ / cd rt73-k2wrlz-3.0.2 BT ~ / cd Module/ BT ~ / make BT ~ / make install BT ~ / modinfo rt73 (that is to check if they were installed) BT ~ / modprobe rt73
Hope this has been a help and help clean up those "how do i do this for RT73" threads.Code:BT ~ / iwconfig rausb0 mode managed "wirelessname" yourpassword
Jesse -- NOM NOM NOM ^.^
can u make a module out of it ?
And they say I'm not a nice guy.....
http://www.evilshare.com/ee77d69a-17...c-000b6aa2a5f8
I think there is a problem with this command.
iwconfig rausb0 mode managed dlink password
gives me iwconfig: unknown command "dlink"
If I use iwconfig rausb0 mode managed channel 11 essid dlink key sassword
I don't see any error messages buy I don't get an IP with dhcpcd rausb0
My AP use WPA2.
Thanks,
I like the bleeding edge, but I don't like blood loss
Thanx for your thred, but i have a problem with tha. I use back track 3 and rt73. I have tried all the command such as you say. But at the time i wrote :
iwconfig rausb0 mode managed "MY WIRELESSNAME" MYPASSWORD
i see this letter :
Error for wireless request "Set Mode" (8B06) :
SET failed on device rausb0 ; No such device.
and if i wrote :
ifconfig
there is no rausb0 appear.
can you help me for this !! PLEASE...