Scan a IPv4 range for a certain port
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
E. Almqvist f9505f8986 Stuff 2 years ago
src Stuff 2 years ago
.gitignore Initial commit 2 years ago
Cargo.toml CLI arguments 2 years ago
LICENSE Create LICENSE 2 years ago
README.md Create README.md 2 years ago

README.md

wwmap

Scan a IPv4 range for a certain port.

Usage

Write: $ wwmap --help for help.

USAGE:
    wwmap [OPTIONS] --port <PORT>

OPTIONS:
    -f, --from <FROM>
            From IPv4 - [default: 0]

    -h, --help
            Print help information

    -i, --ignore-ip-list <IGNORELIST>
            A file containing ignored IPv4 addresses (seperated by linebreaks). [default:
            ignore-ips-list.txt]

    -n, --threads <THREADS>
            Amount of threads that will be used when scanning for the specified port. [default: 1]

    -p, --port <PORT>
            Which port to scan for.

    -t, --to <TO>
            To IPv4 - [default: 4294967295]

    -v, --verbose
            Enable verbose (debug) output

    -V, --version
            Print version information