Updated documentation and printing per suggestions
parent
74103f3760
commit
0e5c5559cf
|
@ -25,6 +25,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
'License' => MSF_LICENSE,
|
||||
'References' => [
|
||||
[ 'URL', 'https://twitter.com/nitr0usmx/status/740673507684679680/photo/1' ]
|
||||
[ 'URL', 'https://github.com/vrtadmin/clamav-faq/raw/master/manual/clamdoc.pdf' ]
|
||||
],
|
||||
'DisclosureDate' => 'Jun 8 2016',
|
||||
'Actions' => [
|
||||
|
@ -47,7 +48,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
rescue Rex::ConnectionRefused, Rex::ConnectionTimeout, Rex::HostUnreachable => e
|
||||
fail_with(Failure::Unreachable, e)
|
||||
rescue EOFError
|
||||
print_error('Successfully shut down ClamAV Service')
|
||||
print_good('Successfully shut down ClamAV Service')
|
||||
ensure
|
||||
disconnect
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue