Merge branch 'bug/rm7139-smtp_enum-false-positive' of github.com:lmercer-r7/metasploit-framework into lmercer-r7-bug/rm7139-smtp_enum-false-positive

bug/bundler_fix
sinn3r 2013-01-09 01:13:43 -06:00
commit 4e70f7d888
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ class Metasploit3 < Msf::Auxiliary
smtp_send(cmd,!@connected)
if (@result.match(%r{Cannot})) or (@result.match(%r{recognized}))
vprint_status("VRFY command disabled")
elsif (@result.match(%r{restricted}))
vprint_status("VRFY command restricted")
else
vprint_status("VRFY command enabled")
vrfy_ok=true