Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opastorello/200f8395ae57cc53d6297fd0fdcce223 to your computer and use it in GitHub Desktop.
Save opastorello/200f8395ae57cc53d6297fd0fdcce223 to your computer and use it in GitHub Desktop.
RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
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