Skip to content

Commit 4e70f7d

Browse files
committed
Merge branch 'bug/rm7139-smtp_enum-false-positive' of github.com:lmercer-r7/metasploit-framework into lmercer-r7-bug/rm7139-smtp_enum-false-positive
2 parents 7d1716b + 69485ba commit 4e70f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/auxiliary/scanner/smtp/smtp_enum.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def run_host(ip)
8888
smtp_send(cmd,!@connected)
8989
if (@result.match(%r{Cannot})) or (@result.match(%r{recognized}))
9090
vprint_status("VRFY command disabled")
91+
elsif (@result.match(%r{restricted}))
92+
vprint_status("VRFY command restricted")
9193
else
9294
vprint_status("VRFY command enabled")
9395
vrfy_ok=true

0 commit comments

Comments
 (0)