Our group is working on a project for an IT security course, focusing on wireless network security. As part of our research, we needed a Wi-Fi adapter that supports monitor mode and AP mode (specifically for testing scenarios like the evil twin attack).
After consulting the Airgeddon GitHub page, we found several supported devices and chipsets. The Ralink RT5572 stood out as a solid choice because it supports both AP and monitor mode, along with dual-band functionality (2.4GHz and 5GHz).
We purchased this device, which is advertised to have the RT5572 chipset. While it’s recognized correctly, and we can see Wi-Fi networks within our VM, the adapter fails to list any access points when switched to monitor mode. It simply shows an empty list.
Could this be a driver-related issue? We’ve encountered similar problems with a RTL 8812AU adapter, which required us to download drivers from a non-official GitHub repo instead of the officially supported ones mentioned in the Airgeddon github repo.
We’re using the latest version of Kali Linux, fully updated, running on VirtualBox. Does anyone know how to make the RT5572 chipset work properly in this environment?
Thanks for your help!