From 3bdc9594cc7f8371e618f52f3106ac89f30d41a6 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Thu, 4 May 2023 20:12:57 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baf03a2..3807214 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,13 @@ ## Usage 1. Downlaod the latest relasse -1. Start `ARP-Scanner.exe` with the IP range it should scan as parameter +1. Start `ARP-Scanner.exe` or `ARP-Scanner` on linux with the IP range it should scan as parameter -> Works only on Windows at the moment, because it uses the Windows API to send ARP requests +> Note: This programm may not work on all linux distrobutions because the [ArpLookup](https://github.com/georg-jung/ArpLookup) library has some [limitations](ArpLookup) ## Example ![ARP-Scanner-Example](https://user-images.githubusercontent.com/56473591/145721773-bd61dc4f-32bf-4476-87bb-ec38b25c8572.png) + +## Third party licences +- [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)