Skip to content

Commit

Permalink
Cleaning README
Browse files Browse the repository at this point in the history
  • Loading branch information
Saluki committed May 17, 2021
1 parent 506f3a1 commit 18ef400
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,22 @@ Enhance the scan timeout to 15 seconds (by default, 5 seconds).

```bash
./arp-scan -i wlp1s0 -t 15
```
```

## Options

### `arp-scan -l`

List all available network interfaces. Using this option will only print a list of interfaces and exit the process.

### `arp-scan -i eth0`

Perform a scan on the network interface `eth0`. The first valid IPv4 network on this interface will be used as scan target.

### `arp-scan -t 15`

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`.

## Contributing

Feel free to suggest an improvement, report a bug, or ask something: https://github.com/saluki/arp-scan-rs/issues

0 comments on commit 18ef400

Please sign in to comment.