arp_scan 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/arp_scan/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2e9cd21c81119bb422d37bd8220942c2b68b3797cddd90ae9c8c2271b2b2bdf
|
|
4
|
+
data.tar.gz: b2f4358c959bc96e0eb9883651aa2a6409be6941e34255f9564744a609293155
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8749b70b5ff6bb32d62ba7ab15baa8401ba995bcc1b6d692e50fff9eeaa3a04b0f50d00ac075c407c5300b50b9612c37d99dcfc10c033c8ed15e35b19d3a2442
|
|
7
|
+
data.tar.gz: c303bcdc14cebb9653e02c8f854ef0a5a84b8d6b2e254807750fdc4ded366a98222fdfd806c6b0ed894557a9bcbe3decb581adc80a42d97e47da07689a8b17a1
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Very simple wrapper for using and parsing output from `arp-scan`.
|
|
7
7
|
|
|
8
|
-
You will need to make sure `arp-scan` is installed. See the arp-scan homepage at
|
|
8
|
+
You will need to make sure `arp-scan` is installed. See the arp-scan homepage at https://github.com/royhills/arp-scan
|
|
9
9
|
|
|
10
10
|
`arp-scan` generally requires root privs to run. I use `setcap` to give it the
|
|
11
11
|
raw socket privs it needs so normal users can run it without sudo:
|
data/lib/arp_scan/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arp_scan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Rodrigues
|
|
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: '0'
|
|
44
44
|
requirements: []
|
|
45
|
-
rubygems_version: 3.
|
|
45
|
+
rubygems_version: 3.6.9
|
|
46
46
|
specification_version: 4
|
|
47
47
|
summary: A ruby wrapper for the arp-scan utility.
|
|
48
48
|
test_files: []
|