mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-07 15:56:06 +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
|
## Usage
|
||||||
|
|
||||||
@@ -8,7 +6,12 @@
|
|||||||
- Chocolatey (Windows): `choco install arp-scanner`
|
- Chocolatey (Windows): `choco install arp-scanner`
|
||||||
- Snapcraft (Linux): `snap install arp-scanner`
|
- Snapcraft (Linux): `snap install arp-scanner`
|
||||||
- GitHub (Windows/Linux): [releases](https://github.com/Stone-Red-Code/ARP-Scanner/releases)
|
- 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]
|
> [!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)
|
> 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)
|
[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode&f=live)
|
||||||
|
|
||||||
## Example
|
## 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