diff --git a/modules/exploits/multi/http/uptime_file_upload_2.rb b/modules/exploits/multi/http/uptime_file_upload_2.rb index 8d8c7cf5bf..697c5998ec 100644 --- a/modules/exploits/multi/http/uptime_file_upload_2.rb +++ b/modules/exploits/multi/http/uptime_file_upload_2.rb @@ -74,10 +74,6 @@ class Metasploit4 < Msf::Exploit::Remote super("#{rhost}:#{rport} - #{msg}") end - def fail_with(status, msg) - super(status, "#{rhost}:#{rport} - #{msg}") - end - # Application Check def check res = send_request_cgi( @@ -193,6 +189,7 @@ class Metasploit4 < Msf::Exploit::Remote end def exploit + fail_with(Failure::Unknown, 'oh no') vprint_status('Trying to login...') # Application Login res_auth = send_request_cgi(