README.md update

main
E. Almqvist 2 years ago
parent e1d1a945de
commit e4670e56ed
  1. 43
      README.md

@ -2,33 +2,34 @@
Scan a IPv4 range for a certain port. Scan a IPv4 range for a certain port.
## Usage ## Usage
Write: `$ wwmap --help` for help. `$ wwmap --help` for help.
USAGE:
wwmap [OPTIONS] --port <PORT>
OPTIONS: USAGE:
-f, --from <FROM> wwmap [OPTIONS] <PORT> [CIDR]
From IPv4 - [default: 0]
-h, --help ARGS:
Print help information <PORT> Which port to scan for.
<CIDR> IPv4 subnet range (CIDR). Leave empty for the whole internet. [default: 0.0.0.0/0]
-i, --ignore-ip-list <IGNORELIST> OPTIONS:
A file containing ignored IPv4 addresses (seperated by linebreaks). [default: -h, --help
ignore-ips-list.txt] Print help information
-n, --threads <THREADS> -i, --ignore-ip-list <IGNORELIST>
Amount of threads that will be used when scanning for the specified port. [default: 1] A file containing ignored IPv4 addresses (seperated by linebreaks). [default:
ignore-ips-list.txt]
-p, --port <PORT> -n, --threads <THREADS>
Which port to scan for. Amount of threads that will be used when scanning for the specified port. [default: 1]
-t, --to <TO> -v, --verbose
To IPv4 - [default: 4294967295] Enable verbose (debug) output
-v, --verbose -V, --version
Enable verbose (debug) output Print version information
-V, --version ### Examples
Print version information You can scan the whole internet for a HTTP server using this command: `$ wwmap 80 0.0.0.0/0`.
It is recommended to use a large amount threads for large IPv4 ranges (like the whole internet).

Loading…
Cancel
Save