Document ignore and format options

This commit is contained in:
Unactive 2022-11-24 15:49:56 +01:00
parent 0f8ef335a0
commit 774af0b781

View file

@ -93,14 +93,17 @@ USAGE:
masscanned [OPTIONS] --iface <iface> masscanned [OPTIONS] --iface <iface>
OPTIONS: OPTIONS:
-h, --help Print help information -h, --help Print help information
-i, --iface <iface> the interface to use for receiving/sending packets -i, --iface <iface> the interface to use for receiving/sending packets
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated --ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated
--ip-addr-file <ipfile> File with the list of IP addresses to impersonate --ip-addr-file <ipfile> File with the list of IP addresses to impersonate
-m, --mac-addr <mac> MAC address to use in the response packets --ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated
-q, --quiet Quiet mode: does not output anything on stdout --ignored-ip-addr-file <ignoredipfile> File with the list of IP addresses to NOT respond to
-v Increase message verbosity -m, --mac-addr <mac> MAC address to use in the response packets
-V, --version Print version information -q, --quiet Quiet mode: does not output anything on stdout
--format <format> Format in which to output logs [default: console] [others: logfmt]
-v Increase message verbosity
-V, --version Print version information
``` ```
## Supported protocols - details ## Supported protocols - details