mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# ARP-Scanner
|
|
|
|
> A lightweight cross-platform IP scanner
|
|
|
|
## Usage
|
|
|
|
1. Download the latest release
|
|
- Chocolatey (Windows): `choco install arp-scanner`
|
|
- Snapcraft (Linux): `snap install arp-scanner`
|
|
- GitHub (Windows/Linux): https://github.com/Stone-Red-Code/ARP-Scanner/releases
|
|
1. Start `ARP-Scanner.exe` or `ARP-Scanner` on Linux with the IP range it should scan as parameter
|
|
|
|
> 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)
|
|
|
|
## Example
|
|

|
|
|
|
|
|
## Third party licenses
|
|
- [ArpLookup](https://github.com/georg-jung/ArpLookup) - [MIT](https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
|
|
- [IPAddressRange](https://github.com/jsakamoto/ipaddressrange) - [MPL-2.0](https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE)
|