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.
1 parent 1247275 commit 69485baCopy full SHA for 69485ba
modules/auxiliary/scanner/smtp/smtp_enum.rb
@@ -93,6 +93,8 @@ def run_host(ip)
93
smtp_send(cmd,!@connected)
94
if (@result.match(%r{Cannot})) or (@result.match(%r{recognized}))
95
vprint_status("VRFY command disabled")
96
+ elsif (@result.match(%r{restricted}))
97
+ vprint_status("VRFY command restricted")
98
else
99
vprint_status("VRFY command enabled")
100
vrfy_ok=true
0 commit comments