vars_post for post request
parent
625d60b52a
commit
52db99bfae
|
@ -93,7 +93,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
res = send_request_cgi(
|
||||
'uri' => normalize_uri(target_uri.path, 'monitor/index.php/auth/login?uri=tac%2Findex'),
|
||||
'method' => 'POST',
|
||||
'vars_get' =>
|
||||
'vars_post' =>
|
||||
{
|
||||
'csrf_token' => '',
|
||||
'username' => datastore['USERNAME'],
|
||||
|
|
Loading…
Reference in New Issue