wpscan 3.7.1 → 3.7.2

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: 81f53ccbb472ba2f5eff49a7c422c41b7f70ace29d689620ab6ea7d51b52d9ae
4
- data.tar.gz: d3f844eed945816cdc34e6e17ebf2b27f19c82c7e4f42766aaeb19793d618971
3
+ metadata.gz: 0b58caaf90d2a23acc6f23bdb4506d09a34803a8af5b42409785cf33d4580d17
4
+ data.tar.gz: 1001a14717f1051666ad6d923e977b901483c4e89dbc9c94d7a3bfffe4ea0ab5
5
5
  SHA512:
6
- metadata.gz: 1615d5c27b38ae8f2c157f22f8949f49484dadb2475e39f159133e289fd3f8e11986055c654dcde89a169e3a19f5dc6387b27c39c079e55d71561047e500ec75
7
- data.tar.gz: 5eb01fd5777cb6c1128c9e91ca8d643decd77d46ff22a8de29cf80680ea0d60eb0934fc1aea1b16c7daaa41798a4a42a310833c061ccd6f8e94674c5e97f1b8e
6
+ metadata.gz: daa9d7134979336b9c05eda0ec4cdd4cd269f11e9feebdda88c5c251aef8408670dae2ee433e578e210d0fa1cf710967ca13823a719904f548ab7ea04b9aabb9
7
+ data.tar.gz: d7ca8fb4e69a5cfa592884c17d791ad155a334070e68b5d8becb222349d1e75397d617b2fa2b48be06d95c7910fafcb4884c7edc1cc78d3901b06eb6f80004e2
@@ -69,7 +69,7 @@ module WPScan
69
69
  OptInteger.new(
70
70
  ['--plugins-threshold THRESHOLD',
71
71
  'Raise an error when the number of detected plugins via known locations reaches the threshold. ' \
72
- 'Set to 0 to ignore the threshold.'], default: 100
72
+ 'Set to 0 to ignore the threshold.'], default: 100, advanced: true
73
73
  )
74
74
  ]
75
75
  end
@@ -98,7 +98,7 @@ module WPScan
98
98
  OptInteger.new(
99
99
  ['--themes-threshold THRESHOLD',
100
100
  'Raise an error when the number of detected themes via known locations reaches the threshold. ' \
101
- 'Set to 0 to ignore the threshold.'], default: 20
101
+ 'Set to 0 to ignore the threshold.'], default: 20, advanced: true
102
102
  )
103
103
  ]
104
104
  end
@@ -9,5 +9,5 @@
9
9
  <% end -%>
10
10
  <% else -%>
11
11
  <%= warning_icon %> No WPVulnDB API Token given, as a result vulnerability data has not been output.
12
- <%= warning_icon %> You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register.
12
+ <%= warning_icon %> You can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up.
13
13
  <% end -%>
@@ -8,6 +8,6 @@
8
8
  "requests_remaining": <%= @status['requests_remaining'].to_json %>
9
9
  <% end -%>
10
10
  <% else -%>
11
- "error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/register."
11
+ "error": "No WPVulnDB API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 50 daily requests by registering at https://wpvulndb.com/users/sign_up."
12
12
  <% end -%>
13
13
  },
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Version
4
4
  module WPScan
5
- VERSION = '3.7.1'
5
+ VERSION = '3.7.2'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wpscan
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.1
4
+ version: 3.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - WPScanTeam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-16 00:00:00.000000000 Z
11
+ date: 2019-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cms_scanner