🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

stik-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stik-cli - npm Package Compare versions

Comparing version
0.3.1
to
0.4.0
+1
-1
package.json
{
"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": [

@@ -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