Better handling of motd printing

bug/bundler_fix
Jon Hart 2015-11-06 09:52:12 -08:00
parent 55e224b7e7
commit 7101ff2ecc
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -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