From 5c692aa03420cc0025d71985085d91a7dfb9b98a Mon Sep 17 00:00:00 2001 From: James Lee Date: Mon, 8 Nov 2010 05:03:15 +0000 Subject: [PATCH] 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 --- lib/msf/core/exploit/smtp_deliver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/smtp_deliver.rb b/lib/msf/core/exploit/smtp_deliver.rb index 0e55bbec4d..077af3078c 100644 --- a/lib/msf/core/exploit/smtp_deliver.rb +++ b/lib/msf/core/exploit/smtp_deliver.rb @@ -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