mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Merge branch 'main' into develop
This commit is contained in:
@@ -6,11 +6,16 @@
|
||||
|
||||
1. Download the latest release
|
||||
- Chocolatey (Windows): `choco install arp-scanner`
|
||||
- Snapcraft (Linux): `snap install arp-scanner`
|
||||
- Snapcraft (Linux): `snap install arp-scanner`\
|
||||
and `snap connect arp-scanner:network-control` to give it permission to send arp requests
|
||||
- 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
|
||||
1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
|
||||
|
||||
> 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)
|
||||
> [!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)
|
||||
|
||||
## Follow the development
|
||||
[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode)
|
||||
|
||||
## Example
|
||||

|
||||
|
||||
@@ -42,5 +42,4 @@ apps:
|
||||
arp-scanner:
|
||||
command: ARP-Scanner
|
||||
plugs:
|
||||
- network
|
||||
- network-control
|
||||
|
||||
Reference in New Issue
Block a user