From deb7df490b4b14717bbc9e6237d633f0a181d91a Mon Sep 17 00:00:00 2001 From: _Frky <3105926+Frky@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:28:50 +0100 Subject: [PATCH] Update README with new options --- README.md | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e81cafc..9e81dd4 100644 --- a/README.md +++ b/README.md @@ -86,24 +86,33 @@ A documentation on how to deploy an instance of **masscanned** on a VPS is comin ### Supported options ``` -Network responder - answer them all 0.2.0 Network answering machine for various network protocols (L2-L3-L4 + applications) -USAGE: - masscanned [OPTIONS] --iface +Usage: masscanned [OPTIONS] --iface -OPTIONS: - -h, --help Print help information - -i, --iface the interface to use for receiving/sending packets - --ip-addr Inline list of IP addresses to impersonate, comma-separated - --ip-addr-file File with the list of IP addresses to impersonate - --ignored-ip-addr Inline list of IP addresses to NOT respond to, comma-separated - --ignored-ip-addr-file File with the list of IP addresses to NOT respond to - -m, --mac-addr MAC address to use in the response packets - -q, --quiet Quiet mode: does not output anything on stdout - --format Format in which to output logs [default: console] [others: logfmt] - -v Increase message verbosity - -V, --version Print version information +Options: + -i, --iface + the interface to use for receiving/sending packets + -m, --mac-addr + MAC address to use in the response packets + --self-ip-file + File with the list of IP addresses handled by masscanned + --self-ip-list + Inline list of IP addresses handled by masscanned, comma-separated + --remote-ip-deny-file + File with the list of IP addresses from which masscanned will ignore packets + --remote-ip-deny-list + 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 in which to output logs [default: console] [possible values: console, logfmt] + -h, --help + Print help information + -V, --version + Print version information ``` ## Supported protocols - details