File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
features/modules/exploit/smb Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ Feature: MS08-067 netapi
148
148
149
149
Name : SSLVerifyMode
150
150
Current Setting: PEER
151
- Description : SSL verification method (accepted : CLIENT_ONCE,
151
+ Description : SSL verification method (Accepted : CLIENT_ONCE,
152
152
FAIL_IF_NO_PEER_CERT, NONE, PEER)
153
153
154
154
Name : SSLVersion
155
155
Current Setting: SSL3
156
- Description : Specify the version of SSL that should be used (accepted : SSL2,
156
+ Description : Specify the version of SSL that should be used (Accepted : SSL2,
157
157
SSL3, TLS1)
158
158
159
159
Name : VERBOSE
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def desc
35
35
if self . enums
36
36
str = self . enums . join ( ', ' )
37
37
end
38
- "#{ self . desc_string || '' } (accepted : #{ str } )"
38
+ "#{ self . desc_string || '' } (Accepted : #{ str } )"
39
39
end
40
40
41
41
You can’t perform that action at this time.
0 commit comments