@@ -7,7 +7,7 @@ Feature: MS08-067 netapi
77 And a mocked home directory
88 Given I run `msfconsole` interactively
99 And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
10-
10+
1111 Scenario : The MS08-067 Module should have the following options
1212 When I type "use exploit/windows/smb/ms08_067_netapi"
1313 And I type "show options"
@@ -28,7 +28,7 @@ Feature: MS08-067 netapi
2828 Id Name
2929 -- ----
3030 0 Automatic Targeting
31-
31+
3232 """
3333
3434 Scenario : The MS08-067 Module should have the following advanced options
@@ -40,19 +40,19 @@ Feature: MS08-067 netapi
4040 Module advanced options:
4141
4242 Name : CHOST
43- Current Setting:
43+ Current Setting:
4444 Description : The local client address
4545
4646 Name : CPORT
47- Current Setting:
47+ Current Setting:
4848 Description : The local client port
4949
5050 Name : ConnectTimeout
5151 Current Setting: 10
5252 Description : Maximum number of seconds to establish a TCP connection
5353
5454 Name : ContextInformationFile
55- Current Setting:
55+ Current Setting:
5656 Description : The information file that contains context information
5757
5858 Name : DCERPC::ReadTimeout
@@ -69,41 +69,41 @@ Feature: MS08-067 netapi
6969
7070 Name : NTLM::SendLM
7171 Current Setting: true
72- Description : Always send the LANMAN response (except when NTLMv2_session is
72+ Description : Always send the LANMAN response (except when NTLMv2_session is
7373 specified)
7474
7575 Name : NTLM::SendNTLM
7676 Current Setting: true
77- Description : Activate the 'Negotiate NTLM key' flag, indicating the use of
77+ Description : Activate the 'Negotiate NTLM key' flag, indicating the use of
7878 NTLM responses
7979
8080 Name : NTLM::SendSPN
8181 Current Setting: true
82- Description : Send an avp of type SPN in the ntlmv2 client Blob, this allow
82+ Description : Send an avp of type SPN in the ntlmv2 client Blob, this allow
8383 authentification on windows Seven/2008r2 when SPN is required
8484
8585 Name : NTLM::UseLMKey
8686 Current Setting: false
87- Description : Activate the 'Negotiate Lan Manager Key' flag, using the LM key
87+ Description : Activate the 'Negotiate Lan Manager Key' flag, using the LM key
8888 when the LM response is sent
8989
9090 Name : NTLM::UseNTLM2_session
9191 Current Setting: true
92- Description : Activate the 'Negotiate NTLM2 key' flag, forcing the use of a
92+ Description : Activate the 'Negotiate NTLM2 key' flag, forcing the use of a
9393 NTLMv2_session
9494
9595 Name : NTLM::UseNTLMv2
9696 Current Setting: true
97- Description : Use NTLMv2 instead of NTLM2_session when 'Negotiate NTLM2' key
97+ Description : Use NTLMv2 instead of NTLM2_session when 'Negotiate NTLM2' key
9898 is true
9999
100100 Name : Proxies
101- Current Setting:
101+ Current Setting:
102102 Description : Use a proxy chain
103103
104104 Name : SMB::ChunkSize
105105 Current Setting: 500
106- Description : The chunk size for SMB segments, bigger values will increase
106+ Description : The chunk size for SMB segments, bigger values will increase
107107 speed but break NT 4.0 and SMB signing
108108
109109 Name : SMB::Native_LM
@@ -131,37 +131,37 @@ Feature: MS08-067 netapi
131131 Description : The NetBIOS hostname (required for port 139 connections)
132132
133133 Name : SMBPass
134- Current Setting:
134+ Current Setting:
135135 Description : The password for the specified username
136136
137137 Name : SMBUser
138- Current Setting:
138+ Current Setting:
139139 Description : The username to authenticate as
140140
141141 Name : SSL
142142 Current Setting: false
143143 Description : Negotiate SSL for outgoing connections
144144
145145 Name : SSLCipher
146- Current Setting:
146+ Current Setting:
147147 Description : String for SSL cipher - "DHE-RSA-AES256-SHA" or "ADH"
148148
149149 Name : SSLVerifyMode
150150 Current Setting: PEER
151- Description : SSL verification method (accepted: CLIENT_ONCE,
151+ Description : SSL verification method (accepted: CLIENT_ONCE,
152152 FAIL_IF_NO_PEER_CERT, NONE, PEER)
153153
154154 Name : SSLVersion
155155 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,
157157 SSL3, TLS1)
158158
159159 Name : VERBOSE
160160 Current Setting: false
161161 Description : Enable detailed status messages
162162
163163 Name : WORKSPACE
164- Current Setting:
164+ Current Setting:
165165 Description : Specify the workspace for this module
166166
167167 Name : WfsDelay
0 commit comments