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>
|
||||
|
||||
OPTIONS:
|
||||
-h, --help Print help information
|
||||
-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-file <ipfile> File with the list of IP addresses to impersonate
|
||||
-m, --mac-addr <mac> MAC address to use in the response packets
|
||||
-q, --quiet Quiet mode: does not output anything on stdout
|
||||
-v Increase message verbosity
|
||||
-V, --version Print version information
|
||||
-h, --help Print help information
|
||||
-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-file <ipfile> File with the list of IP addresses to impersonate
|
||||
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated
|
||||
--ignored-ip-addr-file <ignoredipfile> File with the list of IP addresses to NOT respond to
|
||||
-m, --mac-addr <mac> MAC address to use in the response packets
|
||||
-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue