![]() |
Old Alfa AWUS036H for modern networks? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: Hardware (https://hashcat.net/forum/forum-13.html) +--- Thread: Old Alfa AWUS036H for modern networks? (/thread-10598.html) |
Old Alfa AWUS036H for modern networks? - Guest323232 - 01-25-2022 Hi! I can get cheap old Alfa AWUS036H 802.11b/g for learning purpuses. As I understand things modern wireless routers use at least n standard which that old usb modem does not support. Will that alfa be able to monitor newer routers or not? Package injection on n network probably wouldnt work? Thx RE: Old Alfa AWUS036H for modern networks? - ZerBea - 01-26-2022 Working fine on Linux operating system (mandatory) and hcxdumptool/hcxlabtool series. Chipset Realtek RTL8187 Code: $ lsusb https://wikidevi.wi-cat.ru/ALFA_Network_AWUS036H Make sure it will get the RTL8187 one! Full support on all 2.4GHz channels: Code: $ sudo hcxdumptool -i wlp5s0f4u2 -C Code: $ iw reg get by driver supplied with Linux stock Kernel: Code: $ sudo hcxdumptool -i wlp5s0f4u2 --check_driver Full packet injection and support for all(!) attack modes of hcxdumptool/hcxlabtool series: Code: $ sudo hcxdumptool -i wlp5s0f4u2 --check_injection Please notice: Injection test result is poor, because it was tested using a dummy load (laboratory environment) instead of an antenna. I don't want to jam the entire frequency spectrum for this test. A good antenna is mandatory: https://github.com/ZerBea/hcxdumptool/wiki/Antennas |