An interactive map that shows connected IP addresses.
ipmap uses libpcap
, which is only easily available on UNIX-like systems (macOS, Linux, FreeBSD, OpenBSD, NetBSD).
Because this program is written in rust, you must have cargo installed.
First, build it:
$ cargo build --release
You must have privileges to capture using the pcap API. In order to give the binary the necessary permissions, run: ```
```
Finally, execute it. ```
```
FLAGS:
-h, --help Prints help information
--headless Launches the program without opening the browser
-V, --version Prints version information