Fix a stack trace on null response, thanks @jlee-r7

This commit is contained in:
HD Moore 2015-02-18 00:38:36 -06:00
parent f4d8a25981
commit cc6899d783
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Metasploit3 < Msf::Auxiliary
})
if not res
vprint_error("FAILED LOGIN. '#{user}' : '#{pass}' with code #{res.code}")
vprint_error("FAILED LOGIN. '#{user}' : '#{pass}' returned no response")
return :skip_pass
end