Created
December 1, 2021 00:54
-
-
Save refabr1k/3b1679407a458aa1cfb22d788b4b053c to your computer and use it in GitHub Desktop.
TL-WN722N ver 2/3 to work with monitor mode and injection
This file contains hidden or 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
!Commands for TL-WN722N to work with monitor mode and injection: | |
================================================================ | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install bc | |
sudo apt-get install build-essential | |
sudo apt-get install libelf-dev | |
!Try either of these: | |
==================== | |
sudo apt-get install linux-headers-`uname -r` | |
sudo apt-get install linux-headers-5.10.0-kali6-amd64 | |
sudo apt install dkms | |
sudo rmmod r8188eu.ko | |
git clone https://github.com/aircrack-ng/rtl8188eus | |
cd rtl8188eus | |
sudo -i | |
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf" | |
exit | |
sudo reboot | |
sudo apt update | |
cd rtl8188eus | |
sudo make | |
sudo make install | |
sudo modprobe 8188eu | |
!To enable monitor mode and test packet injection: | |
================================================== | |
sudo ifconfig wlan0 down | |
sudo airmon-ng check kill | |
sudo iwconfig wlan0 mode monitor | |
sudo ifconfig wlan0 up | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment