Skip to content

Commit 7e5bd5b

Browse files
authored
Update README.md
1 parent 1354db4 commit 7e5bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sudo python3 wifi_deauth.py -i <iface>
4646
### Optional arguments
4747
* `--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`)
4848
* `--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
5050
* `--channels <ch1,ch2>` - scan for specific channels only, otherwise all supported channels will be scanned
5151
* `--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)
5252
* `--kill` (or run `sudo systemctl stop NetworkManager`) - kill NetworkManager service which might interfere with the attack

0 commit comments

Comments
 (0)