+1
-1
| { | ||
| "name": "stik-cli", | ||
| "version": "0.3.1", | ||
| "version": "0.4.0", | ||
| "description": "Passive network watcher — tells you in plain English what's on your network, and taps you on the shoulder when something new shows up.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+22
-1
@@ -121,2 +121,22 @@ # stik | ||
| ### Run it at boot | ||
| To keep watching across reboots without re-launching by hand, install it as a | ||
| service — a launchd LaunchDaemon on macOS, a systemd unit on Linux. Both run as | ||
| root (packet capture needs it), so use `sudo`: | ||
| ```bash | ||
| sudo stik-net # onboard once, if you haven't | ||
| sudo stik-net service install --notify ntfy://ntfy.sh/my-home-alerts | ||
| sudo stik-net service status | ||
| sudo stik-net service uninstall | ||
| ``` | ||
| Because a background service can't reach your desktop's notifier, point it at an | ||
| `ntfy` or webhook target. The service runs off its own root-owned copy of your | ||
| baseline (so it never leaves a root-owned file in `~/.stik`); re-run `install` | ||
| to refresh that copy after you name new devices. | ||
| ### Two tampering signals | ||
| The daemon also watches for two tampering signals, both urgent: | ||
@@ -142,3 +162,4 @@ | ||
| | `stik-net watch` | Live view; new devices highlight as they appear | | ||
| | `stik-net daemon` | Background watcher; alerts on a new device or rogue DHCP server (`--notify` for desktop / ntfy / webhook) | | ||
| | `stik-net daemon` | Background watcher; alerts on a new device, rogue DHCP, or ARP spoofing (`--notify` for desktop / ntfy / webhook) | | ||
| | `stik-net service <cmd>` | `install` / `uninstall` / `status` the boot service (needs `sudo`) | | ||
| | `stik-net name <who>` | Name a device — match by name, hostname, IP, or MAC | | ||
@@ -145,0 +166,0 @@ | `stik-net forget <who>` | Remove a device from the registry | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32316036
18.01%258
8.86%