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
*`--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`)
48
48
*`--bssid <addr>` - filter for a specific BSSID (the access point's MAC address), case in-sensitive
49
-
*`--autostart` - autostart the de-auth loop automatically, works only when one access point is found
49
+
*`--autostart` - start the de-auth loop automatically, works only when one access point is found
50
50
*`--channels <ch1,ch2>` - scan for specific channels only, otherwise all supported channels will be scanned
51
51
*`--clients <m_addr1,m_addr2>` - target only specific clients to disconnect from the AP, otherwise all connected clients will be targeted (note: using this option disables deauth broadcast)
52
52
*`--kill` (or run `sudo systemctl stop NetworkManager`) - kill NetworkManager service which might interfere with the attack
0 commit comments