File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ set ticker.period 5; set ticker.commands "wifi.deauth DE:AD:BE:EF:DE:AD"; ticker
4949
5050### Named ticker
5151
52- Keep deauthenticating clients from the access point with BSSID ` DE:AD:BE:EF:DE:AD ` every five seconds with a named ticker called ` deauthenticator ` :
52+ Deauth clients from BSSID ` DE:AD:BE:EF:DE:AD ` every 5 seconds.
53+ Uses a named ticker called ` deauthenticator ` :
5354
5455``` bash
5556ticker.create deauthenticator 5 " wifi.deauth DE:AD:BE:EF:DE:AD"
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ zerogod.advertise off
4444
4545### ` zerogod.impersonate ADDRESS `
4646
47- Impersonate the specified ` ADDRESS ` by advertising the same services it exposes.
48- This command automatically captures service data from the target , stores it in a temporary YAML file, and starts advertising it .
47+ Impersonate ` ADDRESS ` by advertising its services.
48+ Captures service data, stores it in a temp YAML file, and starts advertising.
4949
5050To stop impersonation, use:
5151
You can’t perform that action at this time.
0 commit comments