From fb042469df297c3f9e4c4e42dbe3bcb425ddd5a5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 20 Aug 2018 15:45:22 -0500 Subject: [PATCH] Land #10493, update help for show and search commands --- lib/msf/ui/console/command_dispatcher/modules.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msf/ui/console/command_dispatcher/modules.rb b/lib/msf/ui/console/command_dispatcher/modules.rb index 26dac4ba12..d8bfe870a5 100644 --- a/lib/msf/ui/console/command_dispatcher/modules.rb +++ b/lib/msf/ui/console/command_dispatcher/modules.rb @@ -335,7 +335,7 @@ module Msf 'platform' => 'Modules affecting this platform', 'port' => 'Modules with a matching port', 'ref' => 'Modules with a matching ref', - 'type' => 'Modules of a specific type (exploit, payload, auxiliary, or post)', + 'type' => 'Modules of a specific type (exploit, payload, auxiliary, encoder, post, or nop)', }.each_pair do |keyword, description| print_line " #{keyword.ljust 10}: #{description}" end @@ -415,7 +415,7 @@ module Msf end def cmd_show_help - global_opts = %w{all encoders nops exploits payloads auxiliary plugins info options} + global_opts = %w{all encoders nops exploits payloads auxiliary post plugins info options} print_status("Valid parameters for the \"show\" command are: #{global_opts.join(", ")}") module_opts = %w{ missing advanced evasion targets actions }