High-performance Network Mapper for discovery and management
The binary name for rushmap is rmap
.
Archives of precompiled binaries for rushmap
are available for Linux, macOS and Windows.
You can download from the releases .
If you have Rust and the Cargo package manager installed on your system, you can install rushmap
with the following command:
cargo install rushmap
Currently working on a dedicated installer for rushmap
that will simplify the installation process even further.
rmap --help
rmap
uses a raw socket which require elevated privileges. Execute with administrator privileges.
ICMP Time-to-live Exceeded
and ICMP Destination (Port) Unreachable
packets to be received.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