mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Add missing license in readme and small fixes
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Download the latest release
|
1. Download & install 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`
|
||||||
- GitHub (Windows/Linux): [releases](https://github.com/Stone-Red-Code/ARP-Scanner/releases)
|
- GitHub (Windows/Linux): [releases](https://github.com/Stone-Red-Code/ARP-Scanner/releases)
|
||||||
1. Use the command arp-scanner
|
1. Use the `arp-scanner` command
|
||||||
- `arp-scanner help` lists all available commands
|
- `arp-scanner help` lists all available commands
|
||||||
- `arp-scanner scan` scans the network for devices
|
- `arp-scanner scan` scans the network for devices
|
||||||
- `arp-scanner scan --help` lists all available options for the scan command
|
- `arp-scanner scan --help` lists all available options for the scan command
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
> 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)
|
> 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
|
## Follow the development
|
||||||
|
|
||||||
[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode&f=live)
|
[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode&f=live)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
@@ -24,7 +25,8 @@
|
|||||||
Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0-192.168.1.255`)
|
Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0-192.168.1.255`)
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Third party licenses
|
## Third party licenses
|
||||||
|
|
||||||
- [ArpLookup](https://github.com/georg-jung/ArpLookup) - [MIT](https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
|
- [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)
|
- [IPAddressRange](https://github.com/jsakamoto/ipaddressrange) - [MPL-2.0](https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE)
|
||||||
|
- [Humanizer](https://github.com/Humanizr/Humanizer) - [MIT](https://github.com/Humanizr/Humanizer/blob/main/license.txt)
|
||||||
|
|||||||
Reference in New Issue
Block a user