EEVblog Electronics Community Forum

Products => Computers => Security => Topic started by: Ed.Kloonk on November 30, 2021, 09:54:36 am

Title: USB Stick that detects wifi deauthing attacks. [video]
Post by: Ed.Kloonk on November 30, 2021, 09:54:36 am
What do you think?

https://odysee.com/@seytonic:c/i-made-a-usb-stick-that-detects-wifi:b (https://odysee.com/@seytonic:c/i-made-a-usb-stick-that-detects-wifi:b)

https://www.youtube.com/watch?v=NMY4iSMF2CU (https://www.youtube.com/watch?v=NMY4iSMF2CU)
Title: Re: USB Stick that detects wifi deauthing attacks. [video]
Post by: Nominal Animal on December 01, 2021, 03:51:43 am
It is an USB WiFi dongle, which also provides information (probably using a separate USB endpoint) whenever it receives (or sends) a WiFi deauth frame.

In Linux (including OpenWRT-based routers), that functionality could simply be added to wpa_supplicant (https://w1.fi/cgit/hostap/tree/wpa_supplicant) (if not already added, I haven't checked).  Basically, it's only a little bit of additional code to the deauthentication code path.