Moved ClamAV scanner to scanning module

s
This commit is contained in:
Brendan Watters 2016-06-17 15:40:33 -05:00
parent c130495968
commit 1225a93179
1 changed files with 6 additions and 6 deletions

View File

@ -48,12 +48,12 @@ class MetasploitModule < Msf::Auxiliary
connect
sock.put(action.name + "\n")
print_good(sock.get_once)
rescue Rex::ConnectionRefused
ilog("Connection Refused")
rescue Rex::ConnectionTimeout
ilog("Connection Timeout")
rescue Rex::HostUnreachable
ilog("Host Unreachable")
# rescue Rex::ConnectionRefused
# ilog("Connection Refused")
# rescue Rex::ConnectionTimeout
# ilog("Connection Timeout")
# rescue Rex::HostUnreachable
# ilog("Host Unreachable")
rescue EOFError
print_good('Successfully shut down ClamAV Service')
ensure