parent
cf8b34191d
commit
5063acac3c
|
@ -202,7 +202,8 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
|
||||
# CREATING EXEC Service
|
||||
|
||||
def create_exec_service(cookie_split, rhost, _uploadpath, _phppath, _phpfile_name, cmd, cmdargs)
|
||||
def create_exec_service(*args)
|
||||
cookie_split, rhost, _uploadpath, _phppath, _phpfile_name, cmd, cmdargs = *args
|
||||
res_service = send_request_cgi(
|
||||
'method' => 'POST',
|
||||
'uri' => '/main.php',
|
||||
|
|
Loading…
Reference in New Issue