v1s1t0r1sh3r3 / airgeddon

This is a multi-use bash script for Linux systems to audit wireless networks.
GNU General Public License v3.0
6.46k stars 1.17k forks source link

Chipsets choice #590

Closed Nek0-San closed 4 months ago

Nek0-San commented 4 months ago

Hey, hope to bother less possible. I'm looking for an adapter that can do 2.4 a 5ghz. I tried rt5572 but it seems that the driver allows only 2.4 on my machine. I need to buy another one.

"Not working on Parrot OS <=5 (vm or native). Deauth not working while using VIF on kernels >= 6.2"

It's about the first and second chipset in the list. Does that mean that on latest kali kernels the deauth does not work? How can i solve, using another wifi usb to deauth? Thank you

cjb900 commented 4 months ago

Your issue isn't that the wifi adapter/chipset you have isn't compatible it's that an update in one of the dependencies caused some version of Linux to not work with dual band wifi adapters. You can use the dev version of airgeddon that has a fix for this https://github.com/v1s1t0r1sh3r3/airgeddon/tree/dev

OscarAkaElvis commented 4 months ago

yeah, this looks like the "problem" generated by the modified output by the modern versions of the iw command. On the dev version that is fixed as it was stated here.

Duplicated: https://github.com/v1s1t0r1sh3r3/airgeddon/issues/583