# wwmap Scan a IPv4 range for a certain port. ## Usage Write: `$ wwmap --help` for help. USAGE: wwmap [OPTIONS] --port OPTIONS: -f, --from From IPv4 - [default: 0] -h, --help Print help information -i, --ignore-ip-list A file containing ignored IPv4 addresses (seperated by linebreaks). [default: ignore-ips-list.txt] -n, --threads Amount of threads that will be used when scanning for the specified port. [default: 1] -p, --port Which port to scan for. -t, --to To IPv4 - [default: 4294967295] -v, --verbose Enable verbose (debug) output -V, --version Print version information