Skip to content

unknown988/Enable-Monitor-Mode-on-TP-Link-TL-WN722N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Install-and-Enable-Monitor-Mode-on-TP-Link-TL-WN722N

This Bash scrept for enabel Monitor Mode in TP-Link TL-WN722N

first download Enabe-MonitorMode.sh Bash Script and run this


 sudo bash ./Enabe-MonitorMode.sh
 sudo apt-get update

if this bash scrept not work run this commands

Run This Commands In terminal

sudo apt update
sudo apt install bc
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu.ko" > "/etc/modprobe.d/realtek.conf"
exit
make
sudo make install
sudo modprobe 8188eu
sudo apt update

About

This Bash scrept for enabel Monitor Mode in TP-Link TL-WN722N

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages