Is this the right one? https://www.amazon.com/Wireless-desktop-10-9-10-14-Archer-T2U/dp/B07P5PRK7J
I need one for my wireless cyber security class.
Hi
these 2 working good for me
https://www.amazon.com/wireless-USB-WiFi-Adapter-PC/dp/B07P5PRK7J
if you choose to proceed with the second one then you should follow this exact instruction for making it work with kali linux
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="(.*)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu