File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments