From b2f9307e0a58fd19274c5677ad6c51e689ed83d9 Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Tue, 21 Oct 2014 11:28:02 -0700 Subject: [PATCH] vprint # of RPC programs, since the table comes right after --- modules/auxiliary/scanner/misc/sunrpc_portmapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auxiliary/scanner/misc/sunrpc_portmapper.rb b/modules/auxiliary/scanner/misc/sunrpc_portmapper.rb index 79e0140fbf..1be0154715 100644 --- a/modules/auxiliary/scanner/misc/sunrpc_portmapper.rb +++ b/modules/auxiliary/scanner/misc/sunrpc_portmapper.rb @@ -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}",