Skip to content

Commit 5fe78c9

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent a28a438 commit 5fe78c9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/content/docs/modules/core/ticker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5556
ticker.create deauthenticator 5 "wifi.deauth DE:AD:BE:EF:DE:AD"

src/content/docs/modules/ethernet/zerogod.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5050
To stop impersonation, use:
5151

0 commit comments

Comments
 (0)