Merge branch 'main' into develop

This commit is contained in:
Stone_Red
2024-01-03 00:43:04 +01:00
2 changed files with 8 additions and 4 deletions
+8 -3
View File
@@ -6,11 +6,16 @@
1. Download the latest release 1. Download the latest release
- Chocolatey (Windows): `choco install arp-scanner` - 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 - 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 ## Example
![ARP-Scanner-Example](https://user-images.githubusercontent.com/56473591/236293969-4e8a65d2-86a3-4f10-8837-2b1aa0490252.png) ![ARP-Scanner-Example](https://user-images.githubusercontent.com/56473591/236293969-4e8a65d2-86a3-4f10-8837-2b1aa0490252.png)
-1
View File
@@ -42,5 +42,4 @@ apps:
arp-scanner: arp-scanner:
command: ARP-Scanner command: ARP-Scanner
plugs: plugs:
- network
- network-control - network-control