Skip to content

Commit 18ef400

Browse files
committed
Cleaning README
1 parent 506f3a1 commit 18ef400

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,22 @@ Enhance the scan timeout to 15 seconds (by default, 5 seconds).
3131

3232
```bash
3333
./arp-scan -i wlp1s0 -t 15
34-
```
34+
```
35+
36+
## Options
37+
38+
### `arp-scan -l`
39+
40+
List all available network interfaces. Using this option will only print a list of interfaces and exit the process.
41+
42+
### `arp-scan -i eth0`
43+
44+
Perform a scan on the network interface `eth0`. The first valid IPv4 network on this interface will be used as scan target.
45+
46+
### `arp-scan -t 15`
47+
48+
Enforce a timeout of at least 15 seconds. This timeout is a minimum value (scans may take a little more time). Default value is `5`.
49+
50+
## Contributing
51+
52+
Feel free to suggest an improvement, report a bug, or ask something: https://github.com/saluki/arp-scan-rs/issues

0 commit comments

Comments
 (0)