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

supported band 5Ghz not detected / does not appear #606

Closed AlfredoCubitos closed 2 months ago

AlfredoCubitos commented 2 months ago

What is your airgeddon version?

11.22

What is your Linux O.S. and which version?

Kali-Linux 2024.2

Is your O.S. running in native mode or is a virtualized system? in that case, VMware? VirtualBox? Other?

No

Which is the chipset of your wireless card?

RTL8812AU

Describe the issue and the steps to reproduce it

The 5Ghz Band is not shown in the main menu. Only 2.4Ghz is detected. But when I run iw phy1 channels | grep -Ei "5180(\.0)? MHz" The output is: * 5180 MHz [36]

So 5Ghz is available but not shown in the main menu

When I use Explore for targets, in the result list appear also 5Ghz APs. But when I try to attack them an error appears saying that the device does not support 5Ghz :-(

OscarAkaElvis commented 2 months ago

That was fixed in v11.30.

Update airgeddon. I see you are using Kali, so just a apt update && apt install airgeddon command should be enough.

AlfredoCubitos commented 2 months ago

¡Gracias! :+1: