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 ff27eda commit f7c8bd2Copy full SHA for f7c8bd2
modules/auxiliary/scanner/smb/smb_ms17_010.rb
@@ -64,6 +64,8 @@ def run_host(ip)
64
rescue ::Interrupt
65
print_status("Exiting on interrupt.")
66
raise $!
67
+ rescue ::Rex::Proto::SMB::Exceptions::LoginError
68
+ print_error("An SMB Login Error occurred while connecting to the IPC$ tree.")
69
rescue ::Exception => e
70
print_error("#{e.class}: #{e.message}")
71
ensure
0 commit comments