netscrew.dev/commands/scan
Command

n scan

Subnet network scanner

Short forms:sc · sweep · subnet

Usage — n scan

═══════════════════════════════════════════════════════════════════════════════
  Netscrew ("n") — scan (sc, sweep, subnet) — Sweep a subnet for live devices
═══════════════════════════════════════════════════════════════════════════════

USAGE:
  n sc .                               auto-detect and sweep YOUR subnet
  n sc <cidr|range>                    192.168.1.0/24 · 192.168.1.10-50 · 192.168.1.10 192.168.1.100

OPTIONS:
  -u, --ignore-unresolved          only show devices with resolved names
  -t, --threads <n>                concurrent workers (default 100)
  -w, --timeout <sec>              probe timeout (default 0.5)

Target: . = this machine · <host> = remote
Deeper: n sc -h = the concept/theory behind this command

The concept behind it — n scan -h

═══════════════════════════════════════════════════════════════════════════════
  NETSCREW GUIDE: Host Identity, Subnet Sweeps & Reachability ("n ping")
═══════════════════════════════════════════════════════════════════════════════

OVERVIEW:
  n ping is your all-in-one network discovery and reachability engine.
  It intelligently adapts to the target you provide:

CAPABILITIES & USAGE:
  • n ping                       Host "Who Am I" audit: inspects all local adapter
                                  IPs (physical, virtual, Tailscale), WSD/mDNS/WINS discovery
                                  protocols, and static /etc/hosts file validation.
  • n ping 192.168.1.0           Subnet sweep: concurrent probes across all 254 hosts
                                  in <2s with NetBIOS names, reverse DNS, MAC vendor & archetypes.
  • n ping 192.168.1.10 50       Scan specific IP range (also: n ping 192.168.1.10-50).
  • n ping <TARGET>              Single host reachability with automatic diagnostic fallback
                                  and Layer 2 ARP troubleshooting if the host is unreachable!

FLAGS & TUNING:
  • -u, --ignore-unresolved   Show only devices with successfully resolved hostnames
  • -t, --threads <NUM>       Maximum concurrent scan workers (default: 100)
  • -w, --timeout <SEC>       Probe timeout in seconds (default: 0.5s)