We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d1716b + 69485ba commit 4e70f7dCopy full SHA for 4e70f7d
modules/auxiliary/scanner/smtp/smtp_enum.rb
@@ -88,6 +88,8 @@ def run_host(ip)
88
smtp_send(cmd,!@connected)
89
if (@result.match(%r{Cannot})) or (@result.match(%r{recognized}))
90
vprint_status("VRFY command disabled")
91
+ elsif (@result.match(%r{restricted}))
92
+ vprint_status("VRFY command restricted")
93
else
94
vprint_status("VRFY command enabled")
95
vrfy_ok=true
0 commit comments