mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 08:56:04 +02:00
Update package manifest files
This commit is contained in:
@@ -40,7 +40,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
|
|||||||
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
|
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's
|
||||||
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version
|
possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version
|
||||||
number is final, that is considered a released version and not a prerelease. -->
|
number is final, that is considered a released version and not a prerelease. -->
|
||||||
<version>1.0.0.0</version>
|
<version>1.1.0.0</version>
|
||||||
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl
|
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl
|
||||||
is highly recommended for the community feed</packageSourceUrl>-->
|
is highly recommended for the community feed</packageSourceUrl>-->
|
||||||
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
|
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for
|
||||||
@@ -71,21 +71,25 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
|
|||||||
<tags>arp-scanner arp</tags>
|
<tags>arp-scanner arp</tags>
|
||||||
<summary>A lightweight cross-platform IP scanner</summary>
|
<summary>A lightweight cross-platform IP scanner</summary>
|
||||||
<description>
|
<description>
|
||||||
A lightweight cross-platform IP scanner
|
|
||||||
|
|
||||||
**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)
|
||||||
2. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
|
2. Use the `arp-scanner` command
|
||||||
|
- `arp-scanner help` lists all available commands
|
||||||
|
- `arp-scanner scan` scans the network for devices
|
||||||
|
- `arp-scanner scan --help` lists all available options for the scan command
|
||||||
|
- `arp-scanner monitor` continuously scans the network for devices
|
||||||
|
- `arp-scanner monitor --help` lists all available options for the monitor command
|
||||||
|
|
||||||
> 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)
|
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**
|
**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)
|
||||||
</description>
|
</description>
|
||||||
<releaseNotes>https://github.com/Stone-Red-Code/ARP-Scanner/releases/latest</releaseNotes>
|
<releaseNotes>https://github.com/Stone-Red-Code/ARP-Scanner/releases/latest</releaseNotes>
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ in verifying that this package's contents are trustworthy.
|
|||||||
|
|
||||||
Source Code: https://github.com/Stone-Red-Code/Arp-Scanner
|
Source Code: https://github.com/Stone-Red-Code/Arp-Scanner
|
||||||
Releases: https://github.com/Stone-Red-Code/ARP-Scanner/releases
|
Releases: https://github.com/Stone-Red-Code/ARP-Scanner/releases
|
||||||
Checksum: c37a793bae228da768c9d4223d12608bfa28decbe7142e9ac19a49795cf23b82b2f0434032b98883343c658276bf2e4423926fbf79c65c48ae6cf11ad48d37ad
|
Checksum: 551d33306839687dcb226e5290e4bb4d3d5786a9231799e0dba9f9c2a3b4711c346bf2aeb29f4fab54008b6b19c88ebb2649c6545343d41b11bed6b034407374
|
||||||
Veify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
|
Verify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
|
||||||
+14
-9
@@ -1,24 +1,28 @@
|
|||||||
name: arp-scanner # you probably want to 'snapcraft register <name>'
|
name: arp-scanner # you probably want to 'snapcraft register <name>'
|
||||||
version: "1.0.0.0" # just for humans, typically '1.2+git' or '1.3.2'
|
version: "1.1.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: |
|
||||||
**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): https://github.com/Stone-Red-Code/ARP-Scanner/releases
|
- GitHub (Windows/Linux): releases (https://github.com/Stone-Red-Code/ARP-Scanner/releases)
|
||||||
2. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
|
2. Use the `arp-scanner` command
|
||||||
|
- `arp-scanner help` lists all available commands
|
||||||
|
- `arp-scanner scan` scans the network for devices
|
||||||
|
- `arp-scanner scan --help` lists all available options for the scan command
|
||||||
|
- `arp-scanner monitor` continuously scans the network for devices
|
||||||
|
- `arp-scanner monitor --help` lists all available options for the monitor command
|
||||||
|
|
||||||
> 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)
|
> 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**
|
**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)
|
||||||
base: core22 # the base snap is the execution environment for this snap
|
base: core22 # the base snap is the execution environment for this snap
|
||||||
|
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: amd64
|
- build-on: amd64
|
||||||
- build-on: arm64
|
- build-on: arm64
|
||||||
@@ -42,3 +46,4 @@ apps:
|
|||||||
command: ARP-Scanner
|
command: ARP-Scanner
|
||||||
plugs:
|
plugs:
|
||||||
- network-observe
|
- network-observe
|
||||||
|
- home
|
||||||
|
|||||||
Reference in New Issue
Block a user