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 1225a93 commit c02a05fCopy full SHA for c02a05f
modules/auxiliary/scanner/misc/clamav_control.rb
@@ -48,12 +48,6 @@ def run_host(_ip)
48
connect
49
sock.put(action.name + "\n")
50
print_good(sock.get_once)
51
-# rescue Rex::ConnectionRefused
52
-# ilog("Connection Refused")
53
-# rescue Rex::ConnectionTimeout
54
-# ilog("Connection Timeout")
55
-# rescue Rex::HostUnreachable
56
-# ilog("Host Unreachable")
57
rescue EOFError
58
print_good('Successfully shut down ClamAV Service')
59
ensure
0 commit comments