Open freehalalmeats opened 5 years ago
[+] Received deauth request
some routers do that, i haven't yet figured out why. maybe try with another type?
Have tried with several routers now, but the results are all the same. Most of the routers are running WPS version 2.0. Could this possibly be the cause?
no, that's not related. maybe the mac driver adds some invalid stuff to the packets, causing the routers to force a deauth. apparently mac monitor drivers are pretty buggy, so far there's only one apple device known working, iirc macbook white (2004) which @djdan owns
I get the same type of response on linux but without
[+] Received deauth request
Observing the packets it seems that right after a successful Authentication
& Association
the AP sends Dissassociate
with reason:
Reason code: IEEE 802.1X authentication failed (0x0017)
and later a Start
->Deauth
cycle with 4 Deauthentication
packets after each EAP Start
with the reason:
Reason code: Class 2 frame received from nonauthenticated STA (0x0006)
eventually I've noticed there's also a Code 4 Failure EAP packet
s (type 0) send after awhile together Start
So maybe the AP deauthenticate & disassociates the client after the very first authentication failure
I have also tried sending aireplay-ng fake association before running reaver to no avail. My antenna is less than 1 meter from the AP and I've also tried extending timeouts durations.
My suggestion is that the many similar issues open are at most the same thing.
I have also tried sending aireplay-ng fake association before running reaver to no avail. My antenna is less than 1 meter from the AP and I've also tried extending timeouts durations.
could you sniff with a second antenna when you associate to the AP using wpa_supplicant or anything that works, and compare what they do differently ?
When attempting to use Reaver on macOS:
I have tried moving closer to the router, too.
Are there any other mac compatible pieces of software that I can use to handle authentication? (aireplay-ng isn't supported, it seems)