Files
ARP-Scanner/README.md
T
2023-05-05 16:06:21 +02:00

19 lines
786 B
Markdown

# ARP-Scanner
> A lightweight IP scanner
## Usage
1. Downlaod the latest relasse
1. Start `ARP-Scanner.exe` or `ARP-Scanner` on linux with the IP range it should scan as parameter
> 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/236293969-4e8a65d2-86a3-4f10-8837-2b1aa0490252.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)