mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
Update package manifest files
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
VERIFICATION
|
||||
Verification is intended to assist the Chocolatey moderators and community
|
||||
in verifying that this package's contents are trustworthy.
|
||||
|
||||
<Include details of how to verify checksum contents>
|
||||
<If software vendor, explain that here>
|
||||
@@ -74,17 +74,17 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
|
||||
**Usage**
|
||||
|
||||
1. Download the latest release
|
||||
1. Start `ARP-Scanner.exe` or `ARP-Scanner` on Linux with the IP range it should scan as
|
||||
parameter
|
||||
- Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
|
||||
- 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
|
||||
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 program may not work on all Linux distributions because the 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)
|
||||
|
||||
**Third party licenses**
|
||||
- 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)
|
||||
- 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)
|
||||
</description>
|
||||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
||||
<!-- =============================== -->
|
||||
@@ -112,6 +112,6 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
|
||||
<files>
|
||||
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
||||
<file src="tools\**" target="tools" />
|
||||
<file src="..\..\..\src\ARP-Scanner\bin\Release\net6.0\**" target="tools" />
|
||||
<file src="..\src\ARP-Scanner\bin\Release\net6.0\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -0,0 +1,6 @@
|
||||
VERIFICATION
|
||||
Verification is intended to assist the Chocolatey moderators and community
|
||||
in verifying that this package's contents are trustworthy.
|
||||
|
||||
Checksum: c37a793bae228da768c9d4223d12608bfa28decbe7142e9ac19a49795cf23b82b2f0434032b98883343c658276bf2e4423926fbf79c65c48ae6cf11ad48d37ad
|
||||
Veify using: certutil -hashfile ARP-Scanner.exe sha512
|
||||
+14
-1
@@ -3,7 +3,20 @@ version: "0.2.0.0" # just for humans, typically '1.2+git' or '1.3.2'
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
summary: A lightweight cross-platform IP scanner # 79 char long summary
|
||||
description: |
|
||||
A lightweight cross-platform IP scanner
|
||||
**Usage**
|
||||
|
||||
1. Download the latest release
|
||||
- Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
|
||||
- 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
|
||||
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)
|
||||
|
||||
**Third party licenses**
|
||||
- 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)
|
||||
|
||||
base: core22 # the base snap is the execution environment for this snap
|
||||
|
||||
|
||||
Reference in New Issue
Block a user