From 40cb53d0376736c9ed04538273bbf4885d12aa19 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Wed, 3 Jan 2024 12:22:28 +0100
Subject: [PATCH 1/9] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6fbd1ab..16dfd8e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
1. Download the latest release
- Chocolatey (Windows): `choco install arp-scanner`
- Snapcraft (Linux): `snap install arp-scanner`\
- and `snap connect arp-scanner:network-control` to give it permission to send arp requests
+ and `snap connect arp-scanner:network-observe` 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`)
From 924e0016cbebf668789dc3610cebbcccc889feca Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Wed, 3 Jan 2024 12:23:41 +0100
Subject: [PATCH 2/9] Update twitter link in README.md to always show the
latest updates
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 16dfd8e..8994b04 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,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)
## Follow the development
-[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode)
+[](https://twitter.com/search?q=%23ArpScanner%20%40StoneRedCode&f=live)
## Example

From 89f1401de974fecd10dc7ffa641faf79a94e9652 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Fri, 5 Jan 2024 14:28:50 +0100
Subject: [PATCH 3/9] Update README.md
Remove snap connect instructions because it now auto connects.
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 8994b04..027e2b2 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,7 @@
1. Download the latest release
- Chocolatey (Windows): `choco install arp-scanner`
- - Snapcraft (Linux): `snap install arp-scanner`\
- and `snap connect arp-scanner:network-observe` to give it permission to send arp requests
+ - Snapcraft (Linux): `snap install arp-scanner`
- 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`)
From 96b261238e4115d5c22a6412f05e4abeb5108cd6 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Tue, 9 Jan 2024 13:19:23 +0100
Subject: [PATCH 4/9] Update choco package nuspec
---
choco/arp-scanner.nuspec | 9 ++++-----
choco/tools/VERIFICATION.txt | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/choco/arp-scanner.nuspec b/choco/arp-scanner.nuspec
index d65f4ec..58ed0ed 100644
--- a/choco/arp-scanner.nuspec
+++ b/choco/arp-scanner.nuspec
@@ -68,17 +68,16 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
what url are the software docs located?-->
- arp-scanner arp p2p fiel-transfer
+ arp-scanner arp
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
+ - Chocolatey (Windows): `choco install arp-scanner`
+ - Snapcraft (Linux): `snap install arp-scanner`
- 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`)
+ 2. 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)
diff --git a/choco/tools/VERIFICATION.txt b/choco/tools/VERIFICATION.txt
index 1ad851a..08d432d 100644
--- a/choco/tools/VERIFICATION.txt
+++ b/choco/tools/VERIFICATION.txt
@@ -3,4 +3,4 @@ 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
+Veify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
\ No newline at end of file
From 1420655b8d93374f4b389b8abcaa2fa6e2040263 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Tue, 9 Jan 2024 13:35:34 +0100
Subject: [PATCH 5/9] Update snapcraft.yaml
---
snap/snapcraft.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 4ba841f..cc1a5c5 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -6,9 +6,8 @@ description: |
**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
+ - Chocolatey (Windows): `choco install arp-scanner`
+ - Snapcraft (Linux): `snap install arp-scanner`
- 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`)
From dabc878624c56d4749659f0c03b9054cd07b1086 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Thu, 8 Feb 2024 07:58:49 +0100
Subject: [PATCH 6/9] Update choco `VERIFICATION.txt`
---
choco/tools/VERIFICATION.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/choco/tools/VERIFICATION.txt b/choco/tools/VERIFICATION.txt
index 08d432d..72de10b 100644
--- a/choco/tools/VERIFICATION.txt
+++ b/choco/tools/VERIFICATION.txt
@@ -2,5 +2,7 @@
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
+Source Code: https://github.com/Stone-Red-Code/Arp-Scanner
+Releases: https://github.com/Stone-Red-Code/ARP-Scanner/releases
Checksum: c37a793bae228da768c9d4223d12608bfa28decbe7142e9ac19a49795cf23b82b2f0434032b98883343c658276bf2e4423926fbf79c65c48ae6cf11ad48d37ad
Veify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
\ No newline at end of file
From a06dfe82a85ac773fe464826362869792203d5e8 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Tue, 4 Jun 2024 17:56:02 +0200
Subject: [PATCH 7/9] Update readme
---
README.md | 2 +-
choco/arp-scanner.nuspec | 4 ++--
snap/snapcraft.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 027e2b2..f993190 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
1. Download the latest release
- Chocolatey (Windows): `choco 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)
1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
> [!Note]
diff --git a/choco/arp-scanner.nuspec b/choco/arp-scanner.nuspec
index 8e90a23..ecf7141 100644
--- a/choco/arp-scanner.nuspec
+++ b/choco/arp-scanner.nuspec
@@ -76,7 +76,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
1. Download the latest release
- Chocolatey (Windows): `choco 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`)
> 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)
@@ -85,7 +85,7 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
- 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)
-
+ https://github.com/Stone-Red-Code/ARP-Scanner/releases/latest
-
+ https://github.com/Stone-Red-Code/ARP-Scanner/issues
arp-scanner arp
A lightweight cross-platform IP scanner
From 11a45e1cc6cca78fa08ede4b67fbb3d2fddc9876 Mon Sep 17 00:00:00 2001
From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Fri, 21 Jun 2024 15:29:57 +0200
Subject: [PATCH 9/9] Add summary to package description
---
choco/arp-scanner.nuspec | 2 ++
1 file changed, 2 insertions(+)
diff --git a/choco/arp-scanner.nuspec b/choco/arp-scanner.nuspec
index 592233c..de27add 100644
--- a/choco/arp-scanner.nuspec
+++ b/choco/arp-scanner.nuspec
@@ -71,6 +71,8 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
arp-scanner arp
A lightweight cross-platform IP scanner
+ A lightweight cross-platform IP scanner
+
**Usage**
1. Download the latest release