same for me............ :(
Printable View
same for me............ :(
Perhaps you are too far from the AP. Sometimes... to near.
I test recently with an AP with 3 clients and i get the wep key.
I have a laptop with a intel wifi 5100 (iwlagn).
I need to associate with the AP with wpa_supplicant, otherwise i can't get associated.
One question, anyone knows how to crack a wep with no clients ? is posible ?
See you.
No, I don't think it has anything to do with the distance. It probably is something I did wrong but hell knows what. The network I am testing on is with just one client.
By the way, at some point, while trying with the normal aireplay-ng fakeauth I actually did it. It managed to do the fakeauth normaly but I have no idea how. Injection worked like a charm after that but I haven't been able reproduce the situation.
# wpa.conf
network={
ssid="your_essid"
key_mgmt=NONE
wep_key0="12345"
}
Some APs associate me and others not. I don't know why but i receive association timed out with someones.
#!/bin/sh
rm fake.conf
killall NetworkManager
killall wpa_supplicant
clear
echo -e ""
echo "Enter the SSID of the Target Network:"
read SEL
echo 'network={ \n ssid="'$SEL'" \n key_mgmt=NONE \n wep_key0=1801b56668 \n }' > fake.conf
echo -E "Starting Fake Authentication with "$SEL
wpa_supplicant -c fake.conf -i wlan0 -Dwext
I cant make this script work how can I use it???
Strange. Until now I was trying manualy and it didn't work. With the script things are different, hell knows why. But it still doesn't work. I get:
Trying to associate with 00:xx:yy:zz:tt:aa (SSID='XXX' freq=2438 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
first wep cracked but without AP association :(
lets wait to BT4 final to see if this problem is solved!!!