mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Update readme to new version and include banner
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
# ARP-Scanner
|
||||
|
||||
> A lightweight cross-platform IP scanner
|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
@@ -8,7 +6,12 @@
|
||||
- Chocolatey (Windows): `choco install arp-scanner`
|
||||
- Snapcraft (Linux): `snap install arp-scanner`
|
||||
- GitHub (Windows/Linux): [releases](https://github.com/Stone-Red-Code/ARP-Scanner/releases)
|
||||
1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
|
||||
1. Use the command arp-scanner
|
||||
- `arp-scanner help` lists all available commands
|
||||
- `arp-scanner scan` scans the network for devices
|
||||
- `arp-scanner scan --help` lists all available options for the scan command
|
||||
- `arp-scanner monitor` continuously scans the network for devices
|
||||
- `arp-scanner monitor --help` lists all available options for the monitor command
|
||||
|
||||
> [!Note]
|
||||
> This programm may not work on all linux distributions because the [ArpLookup](https://github.com/georg-jung/ArpLookup) library has some [limitations](https://github.com/georg-jung/ArpLookup#supported-platforms)
|
||||
@@ -17,6 +20,8 @@
|
||||
[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode&f=live)
|
||||
|
||||
## Example
|
||||
|
||||
Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0-192.168.1.255`)
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user