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 c130495 commit 1225a93Copy full SHA for 1225a93
modules/auxiliary/admin/misc/clamav_control.rb renamed to modules/auxiliary/scanner/misc/clamav_control.rb
@@ -48,12 +48,12 @@ 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")
+# rescue Rex::ConnectionRefused
+# ilog("Connection Refused")
+# rescue Rex::ConnectionTimeout
+# ilog("Connection Timeout")
+# rescue Rex::HostUnreachable
+# ilog("Host Unreachable")
57
rescue EOFError
58
print_good('Successfully shut down ClamAV Service')
59
ensure
0 commit comments