1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

genericize the message since we now support LOGIN as well as PLAIN

git-svn-id: file:///home/svn/framework3/trunk@10945 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-11-08 05:03:15 +00:00
parent 289c068f2a
commit 5c692aa034

View File

@ -102,7 +102,7 @@ module Exploit::Remote::SMTPDeliver
print_status("Server requested auth and no creds given, trying to continue anyway")
end
elsif res =~ /AUTH/
print_error("Server doesn't accept PLAIN authentication, trying to continue anyway")
print_error("Server doesn't accept any supported authentication, trying to continue anyway")
else
if datastore['PASSWORD'] and datastore["USERNAME"] and not datastore["USERNAME"].empty?
# Let the user know their creds are going unused