aircrack-ng-archive icon indicating copy to clipboard operation
aircrack-ng-archive copied to clipboard

aireplay-ng ignoring APs in 5 GHz band

Open jpmv27 opened this issue 7 years ago • 0 comments

I am running into a problem where "aireplay-ng -9" is not seeing some APs in 5 GHz band. These APs are visible when running airodump-ng.

Looking at the code of grab_essid, the first thing it does is look for a "DSSS Parameter Set" IE (IE ID, AKA tagtype, 3), and bails if it doesn't find it. So, any AP that doesn't include it in Beacon or Probe Response will be ignored.

However, by my reading of the standard, that IE is not required when using OFDM in the 5 GHz band. So this seems like a bug.

jpmv27 avatar Jun 20 '17 20:06 jpmv27