Better handling of motd printing
parent
55e224b7e7
commit
7101ff2ecc
|
@ -166,7 +166,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
name: 'rsync',
|
||||
info: info
|
||||
)
|
||||
vprint_good("#{peer} - rsync MOTD: #{motd}") if motd && datastore['SHOW_MOTD']
|
||||
print_status("#{peer} - rsync MOTD: #{motd}") if motd && datastore['SHOW_MOTD']
|
||||
|
||||
modules_metadata = {}
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue