This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Enable classical context menu | |
[HKEY_CURRENT_USER\SOFTWARE\CLASSES\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32] | |
@="" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# works on Kali (Debian), Manjaro (Arch) and Ubuntu | |
git clone https://github.com/aircrack-ng/rtl8812au.git | |
cd rtl8812au | |
sudo ./dkms-install.sh | |
echo "[+] AWUS036ACH can now be plugged in and used - set monitor mode manually, not with airmon-ng" |