rex-sslscan 0.1.6 → 0.1.7

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: d67cb7d0eb505e02c1eb42281c8c8425d661b84426794332c23f487a12a3a0b0
4
- data.tar.gz: 53d27b39c046abe76d61a0fa4a0b41e6dd6158ba77804777e7840cb537385afe
3
+ metadata.gz: 4c837ae57432c5ecbc67c4103394ea74ba3242847ade27a7f46f7d16b8983075
4
+ data.tar.gz: eab7d4cc1e58e806909353fcf2e6a7b008a90cb71705bd0fdf1b3046efcf124c
5
5
  SHA512:
6
- metadata.gz: 2d1c6dfb708b9f6d261f60327931a4b2687e736c5f141cd43c3694dfd4014fef5c278277b42efa0efe8e79aee557d640e5508033240f5a68a06699269c5b1cb4
7
- data.tar.gz: 42287e7629d822fb6f2140fd304750a5c8c85f2480ecdbdd9fbd7c8271f70988e311032f6861bf1c32b31494681e9c69bf2c55f6aea572d88d5f125b3b0303b0
6
+ metadata.gz: 2fa57af1bbcdcdfa35be62e602382d325d6a0184ae7b286e851cc90858f8a7202ce2f1f340755b61cdec93c383c1c2ec0c3d937d277a5fc5e3297bfac7ef44f5
7
+ data.tar.gz: e0c2a0d5f7594ae8a717de913d2821bd069f38b74ef92a9d4660574cc53be9e94f77d3444a9c8582b48ef53a5b8482d0a4820bc277b9f339379a0361c501fc0e
checksums.yaml.gz.sig CHANGED
Binary file
@@ -10,7 +10,7 @@ on:
10
10
 
11
11
  jobs:
12
12
  test:
13
- runs-on: ubuntu-16.04
13
+ runs-on: ubuntu-18.04
14
14
  timeout-minutes: 40
15
15
 
16
16
  strategy:
@@ -32,23 +32,12 @@ jobs:
32
32
  - name: Checkout code
33
33
  uses: actions/checkout@v2
34
34
 
35
- - uses: actions/setup-ruby@v1
35
+ - name: Setup Ruby
36
+ uses: ruby/setup-ruby@v1
36
37
  with:
37
38
  ruby-version: ${{ matrix.ruby }}
39
+ bundler-cache: true
38
40
 
39
- - name: Setup bundler
40
- run: |
41
- gem install bundler
42
- - uses: actions/cache@v2
43
- with:
44
- path: vendor/bundle
45
- key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
46
- restore-keys: |
47
- ${{ runner.os }}-gems-
48
- - name: Bundle install
49
- run: |
50
- bundle config path vendor/bundle
51
- bundle install --jobs 4 --retry 3
52
41
  - name: ${{ matrix.test_cmd }}
53
42
  run: |
54
43
  echo "${CMD}"
@@ -156,7 +156,7 @@ class Result
156
156
 
157
157
  strong_cipher_ctx = OpenSSL::SSL::SSLContext.new(version)
158
158
  # OpenSSL Directive For Strong Ciphers
159
- # See: http://www.rapid7.com/vulndb/lookup/ssl-weak-ciphers
159
+ # See: https://web.archive.org/web/20121125052802/http://www.rapid7.com/vulndb/lookup/ssl-weak-ciphers
160
160
  strong_cipher_ctx.ciphers = "ALL:!aNULL:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM"
161
161
 
162
162
  if strong_cipher_ctx.ciphers.flatten.include? cipher
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Sslscan
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
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.6
4
+ version: 0.1.7
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: 2021-02-19 00:00:00.000000000 Z
96
+ date: 2021-10-28 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
metadata.gz.sig CHANGED
Binary file