Minimal CLI port scanner written in Rust.
scanr <ip> <start_port> [end_port]scanr 192.168.0.10 100 1000
scanr 127.0.0.1 80Scanner is able to scan 1k ports below 1 second.
Scanner is able to scan 10k ports in about 8 seconds.
cargo build --releaseMIT

