Skip to content

Commit 69485ba

Browse files
author
lmercer
committed
made changes as specified in Redmine Bug rapid7#7139
1 parent 1247275 commit 69485ba

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
@@ -93,6 +93,8 @@ def run_host(ip)
9393
smtp_send(cmd,!@connected)
9494
if (@result.match(%r{Cannot})) or (@result.match(%r{recognized}))
9595
vprint_status("VRFY command disabled")
96+
elsif (@result.match(%r{restricted}))
97+
vprint_status("VRFY command restricted")
9698
else
9799
vprint_status("VRFY command enabled")
98100
vrfy_ok=true

0 commit comments

Comments
 (0)