From 7aace1f2de68685367adbc55e8536ed6e0e323fb Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:47:51 +0100 Subject: [PATCH] Update package manifest files --- choco/Arp-Scanner/tools/VERIFICATION.txt | 6 ------ choco/{Arp-Scanner => }/ReadMe.md | 0 choco/{Arp-Scanner => }/arp-scanner.nuspec | 18 +++++++++--------- choco/{Arp-Scanner => }/tools/LICENSE.txt | 0 choco/tools/VERIFICATION.txt | 6 ++++++ snap/snapcraft.yaml | 17 +++++++++++++++-- 6 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 choco/Arp-Scanner/tools/VERIFICATION.txt rename choco/{Arp-Scanner => }/ReadMe.md (100%) rename choco/{Arp-Scanner => }/arp-scanner.nuspec (87%) rename choco/{Arp-Scanner => }/tools/LICENSE.txt (100%) create mode 100644 choco/tools/VERIFICATION.txt diff --git a/choco/Arp-Scanner/tools/VERIFICATION.txt b/choco/Arp-Scanner/tools/VERIFICATION.txt deleted file mode 100644 index 84fad45..0000000 --- a/choco/Arp-Scanner/tools/VERIFICATION.txt +++ /dev/null @@ -1,6 +0,0 @@ -VERIFICATION -Verification is intended to assist the Chocolatey moderators and community -in verifying that this package's contents are trustworthy. - - - \ No newline at end of file diff --git a/choco/Arp-Scanner/ReadMe.md b/choco/ReadMe.md similarity index 100% rename from choco/Arp-Scanner/ReadMe.md rename to choco/ReadMe.md diff --git a/choco/Arp-Scanner/arp-scanner.nuspec b/choco/arp-scanner.nuspec similarity index 87% rename from choco/Arp-Scanner/arp-scanner.nuspec rename to choco/arp-scanner.nuspec index 1560a17..3f92a82 100644 --- a/choco/Arp-Scanner/arp-scanner.nuspec +++ b/choco/arp-scanner.nuspec @@ -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) @@ -112,6 +112,6 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t - + \ No newline at end of file diff --git a/choco/Arp-Scanner/tools/LICENSE.txt b/choco/tools/LICENSE.txt similarity index 100% rename from choco/Arp-Scanner/tools/LICENSE.txt rename to choco/tools/LICENSE.txt diff --git a/choco/tools/VERIFICATION.txt b/choco/tools/VERIFICATION.txt new file mode 100644 index 0000000..1ad851a --- /dev/null +++ b/choco/tools/VERIFICATION.txt @@ -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 \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f6c6023..b781bbf 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 @@ -30,4 +43,4 @@ apps: command: ARP-Scanner plugs: - network - - network-control \ No newline at end of file + - network-control