diff --git a/README.md b/README.md index aec09d0..6fbd1ab 100644 --- a/README.md +++ b/README.md @@ -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 +[![Twitter(X)](http://img.shields.io/badge/Twitter-black.svg?&logo=x&style=for-the-badge&logoColor=white)](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode) ## Example ![ARP-Scanner-Example](https://user-images.githubusercontent.com/56473591/236293969-4e8a65d2-86a3-4f10-8837-2b1aa0490252.png) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3be973e..f4a9930 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -42,5 +42,4 @@ apps: arp-scanner: command: ARP-Scanner plugs: - - network - network-control