Created
August 22, 2021 02:49
-
-
Save opastorello/200f8395ae57cc53d6297fd0fdcce223 to your computer and use it in GitHub Desktop.
RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
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
sudo -i | |
apt update -y | |
apt upgrade -y | |
apt install realtek-rtl8188* -y | |
echo 'blacklist r8188eu'|sudo tee -a '/etc/modprobe.d/realtek.conf' | |
git clone https://github.com/aircrack-ng/rtl8188eus | |
cd rtl8188eus | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment