Port sniffer command line interface using only the standard library of Rust
port-sniffer 0.1.0
-
USAGE:
rust-port-sniffer.exe [OPTIONS] --ip-address --port-range
-
FLAGS:
- -h, --help Prints help information
- -V, --version Prints version information
-
OPTIONS:
- -i, --ip-address
- -p, --port-range
- single port: 80
- range: 10-20
- multiport: 1,2,3,4,5
- -t, --threads [default: 8]