Skip to content

Commit 04fd990

Browse files
David MaloneyDavid Maloney
authored andcommitted
bad indent
1 parent e08cede commit 04fd990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/msf/core/exploit/winrm.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def generate_uuid
192192

193193
def send_request_ntlm(data, timeout = 20)
194194
opts = {
195-
'uri' => datastore['URI'],
196-
'data' => data,
197-
'username' => datastore['USERNAME'],
198-
'password' => datastore['PASSWORD']
199-
}
195+
'uri' => datastore['URI'],
196+
'data' => data,
197+
'username' => datastore['USERNAME'],
198+
'password' => datastore['PASSWORD']
199+
}
200200
ntlm_options = {
201201
:signing => false,
202202
:usentlm2_session => datastore['NTLM::UseNTLM2_session'],

0 commit comments

Comments
 (0)