vars_post for post request

bug/bundler_fix
h00die 2016-06-15 07:24:41 -04:00
parent 625d60b52a
commit 52db99bfae
1 changed files with 1 additions and 1 deletions

View File

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