Skip to content

Instantly share code, notes, and snippets.

View joabo's full-sized avatar
🧑‍🦼
Status

Joab joabo

🧑‍🦼
Status
  • Sydney, NSW, Australia
View GitHub Profile
@lewixlabs
lewixlabs / TL-WN722N_monitormode.sh
Last active April 7, 2026 10:17
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
# - https://github.com/aircrack-ng/rtl8188eus/issues/234
# Tested on Kali Linux 2022.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/gglluukk/rtl8188eus
cd rtl8188eus