You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`<iface>` is the name of the network interface (i.e `wlan0` or `eth0`) that supports packet injection
45
+
*`--deauth-all-channels` - try this option if the attack doesn't work (see more in [Optional Arguments](https://github.com/flashnuke/wifi-deauth/tree/main?tab=readme-ov-file#optional-arguments))
45
46
*`--autostart` is good for automation - first make sure that only 1 access point is found, you can use filters (bssid, ssid, channels, etc...) to ensure that
46
47
* The initial iteration over all channels might take a minute or two (depends on how many bands the interface supports)
47
48
48
49
### Optional arguments
50
+
*`--deauth-all-channels` - send de-auth packets on all allowed channels (or all custom channels if `--channels` is set) iteratively, effective against access points that switch to a different channel as a protection mechanism
49
51
*`--ssid <name>` - filter for a specific SSID by a case-insensitive substring (this should shorten the channel-scanning duration), whitespaces should be passed with an escape character (i.e -> `new\ york`)
50
52
*`--bssid <addr>` - filter for a specific BSSID (the access point's MAC address), case in-sensitive
51
53
*`--autostart` - start the de-auth loop automatically, works only when one access point is found
*`--skip-monitormode` - enable monitor mode manually (otherwise the program does it automatically)
57
59
58
60
### Misc notes
61
+
* Setting custom client mac addresses (`--clients`) is not suggested, as some clients might reconnect using a random MAC address which is different than the one set
59
62
* Check `ifconfig` to find the interface nickname
60
63
* Works for 2.4GHhz and 5Ghz
61
-
* Beware that some access points have protections against this kind of attack and therefore it might not work on them
62
-
* Setting custom client mac addresses (`--clients`) is not suggested, as some clients might reconnect using a random MAC address which is different than the one set
0 commit comments