netprobe-cli(np) Crates.io

High-performance Network Mapper for discovery and management

Features

Supported platforms

Install

cargo install netprobe-cli

Usage

np --help

Privileges

netprobe-cli uses a raw socket which require elevated privileges. Execute with administrator privileges.

Note for Windows users

netsh example netsh advfirewall firewall add rule name="All ICMP v4" dir=in action=allow protocol=icmpv4:any,any netsh advfirewall firewall add rule name="All ICMP v6" dir=in action=allow protocol=icmpv6:any,any