Aircrack-ng
Monitor Mode
Stop Monitor Mode
Scan for Access Points
Scan for devices on Access Points
airodump-ng -d "target's BSSID" -c "target's channel number" "wireless adapter monitor mode name"
Deauthenticate devices on Access Points
This will only work if wlan0 is set to the same channel as the target AP. The above scans will tell you the channel.
The below will change wlan0 to channel 11.
Command
Function
Aireplay-ng
Tool
-0 10
Send 10 deauth packets (0 to keep deauthing)
-a [AP MAC]
Specify the AP to target
-c [Device MAC]
Specify the device on the AP to target (none specified will do all)
wlan0
Specify the interface to use
Last updated