Changed fail_with output.

bug/bundler_fix
Roberto Soares 2015-04-24 12:16:23 -03:00
parent e14c6af194
commit c9b4a272e3
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Metasploit3 < Msf::Exploit::Remote
fail_with(Failure::UnexpectedReply, "#{peer} - Unable to deploy payload, server returned #{res.code}")
end
else
fail_with(Failure::Unknown, 'ERROR')
fail_with(Failure::Unknown, 'Server did not respond in an expected way')
end
print_status("#{peer} - Calling payload...")