pulling out the get params

bug/bundler_fix
h00die 2016-06-15 12:27:31 -04:00
parent 52db99bfae
commit 81fa068ef0
1 changed files with 6 additions and 2 deletions

View File

@ -91,9 +91,13 @@ class MetasploitModule < Msf::Exploit::Remote
# login
res = send_request_cgi(
'uri' => normalize_uri(target_uri.path, 'monitor/index.php/auth/login?uri=tac%2Findex'),
'uri' => normalize_uri(target_uri.path, 'monitor/index.php/auth/login'),
'method' => 'POST',
'vars_post' =>
'vars_get' =>
{
'uri' => 'tac/index'
},
'vars_post' =>
{
'csrf_token' => '',
'username' => datastore['USERNAME'],