Skip to content

Commit b2f9307

Browse files
committed
vprint # of RPC programs, since the table comes right after
1 parent bfde604 commit b2f9307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/misc/sunrpc_portmapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run_host(ip)
4848
end
4949
sunrpc_destroy
5050
return if maps.empty?
51-
print_good("#{peer} - Found #{maps.size} programs available")
51+
vprint_good("#{peer} - Found #{maps.size} programs available")
5252

5353
table = Rex::Ui::Text::Table.new(
5454
'Header' => "SunRPC Programs for #{ip}",

0 commit comments

Comments
 (0)