You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +63,7 @@ ARP scan finished, 5 hosts found in 1.623 seconds
63
63
Download the `arp-scan` binary for Linux (Ubuntu, Fedora, Debian, ...). See the [releases page](https://github.com/Saluki/arp-scan-rs/releases) for other binaries.
@@ -121,10 +121,14 @@ By default, the scan process will select the first IPv4 network on the interface
121
121
122
122
Enforce a timeout of at least 15 seconds. This timeout is a minimum value (scans may take a little more time). Default value is `2000ms`.
123
123
124
-
#### Change ARP request interval `-I 30ms`
124
+
#### Change ARP request interval `-I 39ms`
125
125
126
126
By default, a `10ms` gap will be set between ARP requests to avoid an ARP storm on the network. This value can be changed to reduce or increase the milliseconds between each ARP request.
127
127
128
+
#### Enforce scan bandwidth limit `-B 1000`
129
+
130
+
Enforce a bandwidth limit (expressed in bits per second) on ARP scans. The `--bandwidth` option conflicts with `--interval` since these 2 arguments change the same parameter underneath.
131
+
128
132
#### Numeric mode `--numeric`
129
133
130
134
Switch to numeric mode. This will skip the local hostname resolution process and will only display IP addresses.
@@ -179,7 +183,7 @@ Change the ARP protocol address length field, this can cause scan failure.
179
183
180
184
#### Set output format `-o json`
181
185
182
-
Set the output format to either `plain` (a full-text output with tables), `json`or `yaml`.
186
+
Set the output format to either `plain` (a full-text output with tables), `json`, `yaml`or `csv`.
183
187
184
188
#### Show version `--version`
185
189
@@ -201,9 +205,9 @@ The features below will be shipped in the next releases of the project.
201
205
-~~Fine-grained scan timings (interval)~~ - released in 0.8.0
202
206
- Wide network range support
203
207
-~~Partial results on SIGINT~~ - released in 0.11.0
204
-
- Read network targets from file
208
+
-~~Read network targets from file~~ - released in 0.12.0
0 commit comments