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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea04393668ef9064c60298754d1bfe872e9c702deed8298a0acd327a89f9fe99
4
- data.tar.gz: 6de7bb93080b9b7c1058ef41c49203be1894b13901c6554dd4f31c931bb7eb02
3
+ metadata.gz: 1401be4169a2ff9c1a45bdf3cb02ea1bb2bb9d57fe5c91921d82a4cb5f88ff4e
4
+ data.tar.gz: cc17e6c29480a976e0bb5e188ab43d25198b0241447446740181c92c9626ef3e
5
5
  SHA512:
6
- metadata.gz: 04f69a0068687a08de420770067a94da00b88ecf39521b85390bee509b9f426100ae4ade0e580708406176ce35e097bf75285264bb4d29fa0de142d6aee675b9
7
- data.tar.gz: f3082ee19ea9f9c8ce4536123ac30c4d1a4affb38dac4e37b58f510db6ba0c899d4ae408410c012a3f71c4d1fff1f45198e54fefbb043ea4cf54e4a84d0ea2fa
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: "/"
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Sslscan
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.10"
4
4
  end
5
5
  end
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.8
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: 2022-09-02 00:00:00.000000000 Z
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
- rubyforge_project:
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