mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Document ignore and format options
This commit is contained in:
parent
0f8ef335a0
commit
774af0b781
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue