mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Merge pull request #2 from Stone-Red-Code/develop
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**
|
**Usage**
|
||||||
|
|
||||||
1. Download the latest release
|
1. Download the latest release
|
||||||
1. Start `ARP-Scanner.exe` or `ARP-Scanner` on Linux with the IP range it should scan as
|
- Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
|
||||||
parameter
|
- 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
|
> 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)
|
||||||
some limitations (https://github.com/georg-jung/ArpLookup#supported-platforms)
|
|
||||||
|
|
||||||
**Third party licenses**
|
**Third party licenses**
|
||||||
- ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT
|
- ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT (https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt)
|
||||||
(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)
|
|
||||||
</description>
|
</description>
|
||||||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
<!-- <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>
|
<files>
|
||||||
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
<!-- this section controls what actually gets packaged into the Chocolatey package -->
|
||||||
<file src="tools\**" target="tools" />
|
<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>
|
</files>
|
||||||
</package>
|
</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
|
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||||
summary: A lightweight cross-platform IP scanner # 79 char long summary
|
summary: A lightweight cross-platform IP scanner # 79 char long summary
|
||||||
description: |
|
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
|
base: core22 # the base snap is the execution environment for this snap
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user