Update README.md

This commit is contained in:
Stone_Red
2023-05-04 20:12:57 +02:00
committed by GitHub
parent 6df8862dbc
commit 3bdc9594cc
+6 -2
View File
@@ -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)