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.0
to
0.3.1
+1
-1
package.json
{
"name": "stik-cli",
"version": "0.3.0",
"version": "0.3.1",
"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,7 +121,13 @@ # stik

The daemon also watches for a **rogue DHCP server** — a host handing out leases
that isn't your trusted router. A home network has exactly one DHCP server; a
second one (`"event": "rogue_dhcp"`) is the tell of a misconfigured device or an
attacker, and gets an urgent alert.
The daemon also watches for two tampering signals, both urgent:
- **Rogue DHCP server** (`"event": "rogue_dhcp"`) — a host handing out leases that
isn't your trusted router. A home network has exactly one DHCP server; a second
is the tell of a misconfigured device or an attacker.
- **ARP spoofing** (`"event": "arp_spoof"`) — an IP address suddenly claimed by a
different MAC while its previous owner is still active. That concurrent second
claimant is the classic man-in-the-middle move (e.g. impersonating your gateway
to intercept traffic). Slow, legitimate DHCP reassignment doesn't trip it —
only a live conflict does. Still passive: stik-net never sends a probe.
---

@@ -128,0 +134,0 @@

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