mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Update README with new options
This commit is contained in:
parent
bad2c5e02c
commit
deb7df490b
1 changed files with 24 additions and 15 deletions
39
README.md
39
README.md
|
@ -86,24 +86,33 @@ A documentation on how to deploy an instance of **masscanned** on a VPS is comin
|
||||||
### Supported options
|
### Supported options
|
||||||
|
|
||||||
```
|
```
|
||||||
Network responder - answer them all 0.2.0
|
|
||||||
Network answering machine for various network protocols (L2-L3-L4 + applications)
|
Network answering machine for various network protocols (L2-L3-L4 + applications)
|
||||||
|
|
||||||
USAGE:
|
Usage: masscanned [OPTIONS] --iface <iface>
|
||||||
masscanned [OPTIONS] --iface <iface>
|
|
||||||
|
|
||||||
OPTIONS:
|
Options:
|
||||||
-h, --help Print help information
|
-i, --iface <iface>
|
||||||
-i, --iface <iface> the interface to use for receiving/sending packets
|
the interface to use for receiving/sending packets
|
||||||
--ip-addr <iplist> Inline list of IP addresses to impersonate, comma-separated
|
-m, --mac-addr <mac>
|
||||||
--ip-addr-file <ipfile> File with the list of IP addresses to impersonate
|
MAC address to use in the response packets
|
||||||
--ignored-ip-addr <iplist> Inline list of IP addresses to NOT respond to, comma-separated
|
--self-ip-file <selfipfile>
|
||||||
--ignored-ip-addr-file <ignoredipfile> File with the list of IP addresses to NOT respond to
|
File with the list of IP addresses handled by masscanned
|
||||||
-m, --mac-addr <mac> MAC address to use in the response packets
|
--self-ip-list <selfiplist>
|
||||||
-q, --quiet Quiet mode: does not output anything on stdout
|
Inline list of IP addresses handled by masscanned, comma-separated
|
||||||
--format <format> Format in which to output logs [default: console] [others: logfmt]
|
--remote-ip-deny-file <remoteipdenyfile>
|
||||||
-v Increase message verbosity
|
File with the list of IP addresses from which masscanned will ignore packets
|
||||||
-V, --version Print version information
|
--remote-ip-deny-list <remoteipdenylist>
|
||||||
|
Inline list of IP addresses from which masscanned will ignore packets
|
||||||
|
-v...
|
||||||
|
Increase message verbosity
|
||||||
|
-q, --quiet
|
||||||
|
Quiet mode: do not output anything on stdout
|
||||||
|
--format <format>
|
||||||
|
Format in which to output logs [default: console] [possible values: console, logfmt]
|
||||||
|
-h, --help
|
||||||
|
Print help information
|
||||||
|
-V, --version
|
||||||
|
Print version information
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported protocols - details
|
## Supported protocols - details
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue