rex-sslscan 0.1.8 → 0.1.9
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
- checksums.yaml.gz.sig +0 -0
- data/.github/workflows/verify.yml +6 -5
- data/lib/rex/sslscan/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65ca3508902917be6e2f6873909bc7a11c02ddc7d86fdeb512af0a20bdf682b1
|
|
4
|
+
data.tar.gz: e2e1a833d35705ef25c134916b59d9cf02320c020c36875c8c1556ab6ac6f60e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbba9ac0cbd52a05d006f457e133b171a173251c9a3af019c4be1aa742cb9b987f9f6426e21f968e7e1cbbfc2e0e55034afdc84ba7ae337eefdf268b28d7d43a
|
|
7
|
+
data.tar.gz: d9c433e892b31399931b47b3d16d886708d643775dd53093a3b2f64deb9cbec0945933353ae7183b767702a4a1ba346a1256ffde6487f16aa2af64978cdb492d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -17,15 +17,16 @@ jobs:
|
|
|
17
17
|
fail-fast: true
|
|
18
18
|
matrix:
|
|
19
19
|
ruby:
|
|
20
|
-
- 2.7
|
|
21
|
-
- 3.0
|
|
22
|
-
- 3.1
|
|
20
|
+
- '2.7'
|
|
21
|
+
- '3.0'
|
|
22
|
+
- '3.1'
|
|
23
|
+
- '3.2'
|
|
23
24
|
os:
|
|
24
25
|
- ubuntu-20.04
|
|
25
26
|
- ubuntu-latest
|
|
26
27
|
exclude:
|
|
27
|
-
- { os: ubuntu-latest, ruby: 2.7 }
|
|
28
|
-
- { os: ubuntu-latest, ruby: 3.0 }
|
|
28
|
+
- { os: ubuntu-latest, ruby: '2.7' }
|
|
29
|
+
- { os: ubuntu-latest, ruby: '3.0' }
|
|
29
30
|
test_cmd:
|
|
30
31
|
- bundle exec rspec
|
|
31
32
|
|
data/lib/rex/sslscan/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rex-sslscan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
|
95
95
|
-----END CERTIFICATE-----
|
|
96
|
-
date:
|
|
96
|
+
date: 2023-01-31 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
|
@@ -207,8 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
209
|
requirements: []
|
|
210
|
-
|
|
211
|
-
rubygems_version: 2.7.10
|
|
210
|
+
rubygems_version: 3.1.4
|
|
212
211
|
signing_key:
|
|
213
212
|
specification_version: 4
|
|
214
213
|
summary: Ruby Exploitation(REX) Library for scanning the SSL/TLS capabilities of a
|
metadata.gz.sig
CHANGED
|
Binary file
|