msftidy error updated 2.2
parent
6d8789a56e
commit
1c54e0ba94
|
@ -98,8 +98,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
@cookie = rand_text_alpha_lower(7)
|
||||
|
||||
res = send_request_cgi({
|
||||
'method' => "GET",
|
||||
'uri' => '/cgi-bin/index.asp?' + Rex::Text.encode_base64("#{datastore['USERNAME']}:#{datastore['PASSWORD']}"),
|
||||
'method' => 'POST',
|
||||
'cookie' => "SESSIONID=#{@cookie}",
|
||||
'vars_post' => {
|
||||
'Loginuser' => 'supervisor',
|
||||
|
|
Loading…
Reference in New Issue