Skip to content

Instantly share code, notes, and snippets.

View Habibu-R-ahman's full-sized avatar
🎯
Focusing

b1ackc0d3 Habibu-R-ahman

🎯
Focusing
  • Bangladesh
View GitHub Profile
@Habibu-R-ahman
Habibu-R-ahman / TL-WN722N_monitormode.sh
Created December 4, 2021 06:11 — forked from lewixlabs/TL-WN722N_monitormode.sh
How to enable monitor mode for TP-LINK TL-WN722N V2/V3/Vx
# Credits: https://www.hackster.io/thatiotguy/enable-monitor-mode-in-tp-link-tl-wn722n-v2-v3-128fc6
# Tested on Kali Linux 2020.3
# Commands used to Setup the Adapter from aircrack repository
sudo apt update
sudo apt install bc -y
sudo rmmod r8188eu.ko
git clone https://github.com/aircrack-ng/rtl8188eus
cd rtl8188eus
sudo -i
echo "blacklist r8188eu" > "/etc/modprobe.d/realtek.conf"