msftidy error updated 2.4

bug/bundler_fix
itsmeroy2012 2017-03-14 21:33:53 +05:30
parent fe4e2306b4
commit 67fc43a0a1
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@ class MetasploitModule < Msf::Exploit::Remote
@cookie = rand_text_alpha_lower(7)
res = send_request_cgi({
'uri' => '/cgi-bin/index.asp?' + Rex::Text.encode_base64("#{datastore['USERNAME']}:#{datastore['PASSWORD']}"),
'uri' => '/cgi-bin/index.asp',
'query' => Rex::Text.encode_base64("#{datastore['USERNAME']}:#{datastore['PASSWORD']}"),
'method' => 'POST',
'cookie' => "SESSIONID=#{@cookie}",
'vars_post' => {