mirror of
https://github.com/Stone-Red-Code/ARP-Scanner.git
synced 2026-09-04 00:46:04 +02:00
@@ -6,16 +6,15 @@
|
||||
|
||||
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
|
||||
- GitHub (Windows/Linux): https://github.com/Stone-Red-Code/ARP-Scanner/releases
|
||||
- Snapcraft (Linux): `snap install arp-scanner`
|
||||
- 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]
|
||||
> 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
|
||||

|
||||
|
||||
@@ -67,18 +67,19 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
|
||||
<!--<docsUrl>At
|
||||
what url are the software docs located?</docsUrl>-->
|
||||
<!--<mailingListUrl></mailingListUrl>-->
|
||||
<!--<bugTrackerUrl></bugTrackerUrl>-->
|
||||
<bugTrackerUrl>https://github.com/Stone-Red-Code/ARP-Scanner/issues</bugTrackerUrl>
|
||||
<tags>arp-scanner arp</tags>
|
||||
<summary>A lightweight cross-platform IP scanner</summary>
|
||||
<description>
|
||||
A lightweight cross-platform IP scanner
|
||||
|
||||
**Usage**
|
||||
|
||||
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
|
||||
- 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`)
|
||||
- Snapcraft (Linux): `snap install arp-scanner`
|
||||
- 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)
|
||||
|
||||
@@ -86,7 +87,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)
|
||||
</description>
|
||||
<!-- <releaseNotes>__REPLACE_OR_REMOVE__MarkDown_Okay</releaseNotes> -->
|
||||
<releaseNotes>https://github.com/Stone-Red-Code/ARP-Scanner/releases/latest</releaseNotes>
|
||||
<!-- =============================== -->
|
||||
|
||||
<!-- Specifying dependencies and version ranges?
|
||||
|
||||
@@ -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 ARP-Scanner.exe sha512
|
||||
Veify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
|
||||
+3
-4
@@ -6,11 +6,10 @@ 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`)
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user