wpscan 3.4.2 → 3.4.3
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 +5 -5
- data/LICENSE +2 -4
- data/README.md +2 -4
- data/lib/wpscan/version.rb +1 -1
- metadata +9 -37
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fac5a51fdf06964fabdcc5d3684cb7030e68cc15bf9638fb21f74f93b68f8420
|
|
4
|
+
data.tar.gz: da6c4ea9f757ecefc56b13ff210acbf0c4c738e237c8771ac9c9f87a24fa1599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 347a866bef0391d84725585e81acc5515f03dcd78303a41fb6e8ca3eab11f6979a3d7b2a8b31c4bd1222abacca389c1b32756d3915f6a6f055a64854b9bacc96
|
|
7
|
+
data.tar.gz: ab46eb81378c6fad169cfe6a2c30e505b3e4bc949a99f88bdfe3493e7105b246dade2df42160fc94d082f77269f48d83296f9aec9deb9f97f9dec980122fec41
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WPScan Public Source License
|
|
2
2
|
|
|
3
|
-
The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-
|
|
3
|
+
The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2019 WPScan Team.
|
|
4
4
|
|
|
5
5
|
Cases that include commercialization of WPScan require a commercial, non-free license. Otherwise, WPScan can be used without charge under the terms set out below.
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ Cases that include commercialization of WPScan require a commercial, non-free li
|
|
|
8
8
|
|
|
9
9
|
1.1 “License” means this document.
|
|
10
10
|
1.2 “Contributor” means each individual or legal entity that creates, contributes to the creation of, or owns WPScan.
|
|
11
|
-
1.3 “WPScan Team” means WPScan’s core developers
|
|
11
|
+
1.3 “WPScan Team” means WPScan’s core developers.
|
|
12
12
|
|
|
13
13
|
2. Commercialization
|
|
14
14
|
|
|
@@ -29,8 +29,6 @@ Example cases which do not require a commercial license, and thus fall under the
|
|
|
29
29
|
|
|
30
30
|
If you need to purchase a commercial license or are unsure whether you need to purchase a commercial license contact us - team@wpscan.org.
|
|
31
31
|
|
|
32
|
-
We may grant commercial licenses at no monetary cost at our own discretion if the commercial usage is deemed by the WPScan Team to significantly benefit WPScan.
|
|
33
|
-
|
|
34
32
|
Free-use Terms and Conditions;
|
|
35
33
|
|
|
36
34
|
3. Redistribution
|
data/README.md
CHANGED
|
@@ -105,7 +105,7 @@ wpscan --url https://target.tld/ --enumerate u1-100
|
|
|
105
105
|
|
|
106
106
|
## WPScan Public Source License
|
|
107
107
|
|
|
108
|
-
The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-
|
|
108
|
+
The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2019 WPScan Team.
|
|
109
109
|
|
|
110
110
|
Cases that include commercialization of WPScan require a commercial, non-free license. Otherwise, WPScan can be used without charge under the terms set out below.
|
|
111
111
|
|
|
@@ -115,7 +115,7 @@ Cases that include commercialization of WPScan require a commercial, non-free li
|
|
|
115
115
|
|
|
116
116
|
1.2 "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns WPScan.
|
|
117
117
|
|
|
118
|
-
1.3 "WPScan Team" means WPScan’s core developers
|
|
118
|
+
1.3 "WPScan Team" means WPScan’s core developers.
|
|
119
119
|
|
|
120
120
|
### 2. Commercialization
|
|
121
121
|
|
|
@@ -136,8 +136,6 @@ Example cases which do not require a commercial license, and thus fall under the
|
|
|
136
136
|
|
|
137
137
|
If you need to purchase a commercial license or are unsure whether you need to purchase a commercial license contact us - team@wpscan.org.
|
|
138
138
|
|
|
139
|
-
We may grant commercial licenses at no monetary cost at our own discretion if the commercial usage is deemed by the WPScan Team to significantly benefit WPScan.
|
|
140
|
-
|
|
141
139
|
Free-use Terms and Conditions;
|
|
142
140
|
|
|
143
141
|
### 3. Redistribution
|
data/lib/wpscan/version.rb
CHANGED
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.4.
|
|
4
|
+
version: 3.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- WPScanTeam
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cms_scanner
|
|
@@ -16,54 +16,26 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.0.41.
|
|
19
|
+
version: 0.0.41.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.0.41.
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: activesupport
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '5.1'
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - "~>"
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '5.1'
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: yajl-ruby
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - "~>"
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '1.4'
|
|
48
|
-
type: :runtime
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - "~>"
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '1.4'
|
|
26
|
+
version: 0.0.41.2
|
|
55
27
|
- !ruby/object:Gem::Dependency
|
|
56
28
|
name: bundler
|
|
57
29
|
requirement: !ruby/object:Gem::Requirement
|
|
58
30
|
requirements:
|
|
59
|
-
- - "
|
|
31
|
+
- - ">="
|
|
60
32
|
- !ruby/object:Gem::Version
|
|
61
33
|
version: '1.6'
|
|
62
34
|
type: :development
|
|
63
35
|
prerelease: false
|
|
64
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
37
|
requirements:
|
|
66
|
-
- - "
|
|
38
|
+
- - ">="
|
|
67
39
|
- !ruby/object:Gem::Version
|
|
68
40
|
version: '1.6'
|
|
69
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -128,14 +100,14 @@ dependencies:
|
|
|
128
100
|
requirements:
|
|
129
101
|
- - "~>"
|
|
130
102
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
103
|
+
version: 0.62.0
|
|
132
104
|
type: :development
|
|
133
105
|
prerelease: false
|
|
134
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
107
|
requirements:
|
|
136
108
|
- - "~>"
|
|
137
109
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
110
|
+
version: 0.62.0
|
|
139
111
|
- !ruby/object:Gem::Dependency
|
|
140
112
|
name: simplecov
|
|
141
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -367,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
367
339
|
version: '0'
|
|
368
340
|
requirements: []
|
|
369
341
|
rubyforge_project:
|
|
370
|
-
rubygems_version: 2.
|
|
342
|
+
rubygems_version: 2.7.8
|
|
371
343
|
signing_key:
|
|
372
344
|
specification_version: 4
|
|
373
345
|
summary: WPScan - WordPress Vulnerability Scanner
|