i make it so how the HOWTO WPA Crack from aircrack-ng site .
WEP is not problem to crack jus WPA and WPA2 ever NO Handshake.
and now ?
Hello ,sorry but my english is ugly.
i try to say my problem !
i have USB STick with chip RT73 and i have one AP with 'WPA2 - CCPM- PSK ! '
i have too the Lastes BT3 Live CD ...
i will deauth the client with the AP but it will not works.
aireplay-ng -9 rausb0 says injection works !
when i will try too deauth i see in airodump-ng ''LOST'' still 0 is not moveing...
the router ist - Freebox HD
this blog.belleville-paris.info/dotclear/images/techno/freebox.jpg
is the left box !
plz help me for own3d this problem .
sorry for the ugly english .
danke !
edit : nochmal auf deutsch
ich will den client deauthen aber der will net , das ding bei LOST das bleibt immer auf 0 also somit is auch kein Deauth möglich ....
airdreck sagt das ich keine Handshakes habe und das bei 500 mal deauthen versuchen passiert einfach nix ,
injection geht laut aireplay
Mb rate hab ich versuch auf 1 und auf 24 und 48 und 54 nix will gehen .
ich habe die letze version von BT3 , kein plan welcher treiber drin ist ich denk mal der 3.0.1 ? hab iwo gelesen das ich den 1.1.0 brauche fùr den RT73 .
gesagt und getan - aber wen ich 1.1.0 installen will kommt ein error und will mich iwie verarschen indem der mir sagt das '' NO such or directory ''
und error bei make oder make install ... das build is problem ka was der will von mir ....
treiber habe ich nach aircrack seite installed .
habe BT2 , BT3 versucht alle versionen und will trotzdem nicht ..
WEP is kein problem das is geknackt in wenige minuten .
was sol ich jezz tun ?
mfg
i make it so how the HOWTO WPA Crack from aircrack-ng site .
WEP is not problem to crack jus WPA and WPA2 ever NO Handshake.
and now ?
no body have one idea ?
plz help me![]()
airmon-ng stop rausb0
airmon-ng start rausb0 4
airodump-ng -c 4 --bssid 00:00:00:00:00:00 -w psk rausb0
the clinet is connected and i will deauth it but no work .
i try it so
aireplay-ng -0 1 -a 00:14:6C:7E:40:80 -c 00:0F:B5:FD:FB:C2 rausb0
but no handshake
injection works ...
good so ?
You are only sending out one de-authentication packet so most likely the client is not really being properly de-authenticated. Try injecting a larger amount and make sure that you are close enough to both the AP and the client to capture the full 4-way handshake once the client re-connect.
And I am assuming that you are not actually using this MAC address but the one of the AP, as otherwise you are trying to only capture packets from a non-existing AP.
-Monkeys are like nature's humans.
yes sorry
aireplay-ng -0 100 <-- the 1 as just example how the 00:00:00....
airodump-ng -c 4 --bssid AP_MAC -w psk rausb0
:'(
I can't post links, but you can search google for "rt73 enhanced drivers"
The first link has enhanced drivers for your device(WHich is the same one I have and needed to update the drivers to get it to work properly for injection)
You will want the rt73-k2wrlz-3.0.2.tar.bz2 drivers for your card.
Then try sending deauth packets and make sure you have put set your card to capture the packets before you run aireplay to deauth.
For my card, I manually enable monitor mode after installing the driver.
rmmod rt73
modprobe rt73
ifconfig rausb0 up promisc
iwconfig rausb0 mode monitor rate 1M
iwpriv rausb0 rfmontx 1
iwpriv rausb0 forceprism 1
Then run all your airodump and aireplay commands and you should eventually get your handshake.
don't need to download new drivers for rt73 you just need to force the existing one to support injection which is
if you dont want the rate to be auto then after monitor type: rate 1MCode:modprobe rt73 ifconfig rausb0 up iwpriv rausb0 forceprism 1 iwpriv rausb0 rfmontx 1 iwconfig rausb0 mode monitor
but i havent had any problems with the way it is like shown above
Well, I have always had issue with the original drivers. The original drivers seem to make my card lock up and stop responding at times but the new one doesn't. With the new ones, fragmentation attack seems to work much better as well as forging arp packets and I get the WPA handshake easier with the newer drivers.