vanhoefm / krackattacks-scripts

Other
3.33k stars 768 forks source link

ft-script reassociates with AP in a loop #39

Closed Jarlaxle1112 closed 3 years ago

Jarlaxle1112 commented 6 years ago

OS: Kali

Wifi-Adapter: TP-Link TL-WN821N v3 / TL-WN822N v2 802.11n [Atheros AR7010+AR9287] Ralink Technology, Corp. RT5572 Wireless Adapter Intel Corporation PRO/Wireless 3945ABG [Golan]

unblocked wifi and disabled hwcrypto

created working network.conf

sudo wpa_supplicant -D nl80211 -i wlan0 -c network.conf works as expected, the client connects to the AP. I can use wpa_cli to roam between the 2 APs. arping is working fine.

sudo ./krack-ft-test.py wpa_supplicant -D nl80211 -i wlan0 -c network.conf client connects to first AP arping works If i use wpa_cli to roam to the second AP i get the following log: Authenticated WLAN station Reassociated WLAN station Fast transition for WLAN station Connected WLAN station Completed handover for WLAN station Reassociated WLAN station Fast transition for WLAN station Connected WLAN station Reassociated WLAN station Fast transition for WLAN station Connected WLAN station Reassociated WLAN station ...

of course arping is not working anymore All 3 Wifi-Adapters show the same behaviour.

Is there a way to fix this?

vanhoefm commented 3 years ago

Closing due to old age.