vprint # of RPC programs, since the table comes right after

bug/bundler_fix
Jon Hart 2014-10-21 11:28:02 -07:00
parent bfde6047d5
commit b2f9307e0a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Metasploit3 < Msf::Auxiliary
end
sunrpc_destroy
return if maps.empty?
print_good("#{peer} - Found #{maps.size} programs available")
vprint_good("#{peer} - Found #{maps.size} programs available")
table = Rex::Ui::Text::Table.new(
'Header' => "SunRPC Programs for #{ip}",