rex-sslscan 0.1.8 → 0.1.10
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/cortex.yaml +15 -0
- data/lib/rex/sslscan/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -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: 1401be4169a2ff9c1a45bdf3cb02ea1bb2bb9d57fe5c91921d82a4cb5f88ff4e
|
|
4
|
+
data.tar.gz: cc17e6c29480a976e0bb5e188ab43d25198b0241447446740181c92c9626ef3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26cfca5a3deb6c54fa919845bc3fadbb65fe12c61ab84f265e3c4c182d33ed91ea447f8088ee95a668ccd19c83d7181c4e7e2001f99965cac89e98909b39967f
|
|
7
|
+
data.tar.gz: c61291afd2b7b6766c92a81b3210d4d1984142b573c5a14e54e229c272bb22bcc42eea1f75884e27169ed4272a42db780f2f95e53413c40a282bc9b152fdf33c
|
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/cortex.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
info:
|
|
3
|
+
title: Rex Sslscan
|
|
4
|
+
description: Created by David Maloney via the GitHub Connector
|
|
5
|
+
x-cortex-git:
|
|
6
|
+
github:
|
|
7
|
+
alias: r7org
|
|
8
|
+
repository: rapid7/rex-sslscan
|
|
9
|
+
x-cortex-tag: rex-sslscan
|
|
10
|
+
x-cortex-type: service
|
|
11
|
+
x-cortex-domain-parents:
|
|
12
|
+
- tag: metasploit
|
|
13
|
+
openapi: 3.0.1
|
|
14
|
+
servers:
|
|
15
|
+
- url: "/"
|
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.10
|
|
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-10-04 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: rake
|
|
@@ -184,6 +184,7 @@ files:
|
|
|
184
184
|
- Rakefile
|
|
185
185
|
- bin/console
|
|
186
186
|
- bin/setup
|
|
187
|
+
- cortex.yaml
|
|
187
188
|
- lib/rex/sslscan.rb
|
|
188
189
|
- lib/rex/sslscan/result.rb
|
|
189
190
|
- lib/rex/sslscan/scanner.rb
|
|
@@ -207,8 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
207
208
|
- !ruby/object:Gem::Version
|
|
208
209
|
version: '0'
|
|
209
210
|
requirements: []
|
|
210
|
-
|
|
211
|
-
rubygems_version: 2.7.10
|
|
211
|
+
rubygems_version: 3.1.4
|
|
212
212
|
signing_key:
|
|
213
213
|
specification_version: 4
|
|
214
214
|
summary: Ruby Exploitation(REX) Library for scanning the SSL/TLS capabilities of a
|
metadata.gz.sig
CHANGED
|
Binary file
|