From 88696041434ffbdd29cbe85b28223393d7b947ee Mon Sep 17 00:00:00 2001 From: Auxilus Date: Tue, 21 Aug 2018 00:17:57 +0530 Subject: [PATCH] update help for show and search --- 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 64e7fef750..21b687c756 100644 --- a/lib/msf/ui/console/command_dispatcher/modules.rb +++ b/lib/msf/ui/console/command_dispatcher/modules.rb @@ -345,7 +345,7 @@ module Msf 'ref' => 'Modules with a matching ref', 'reference' => 'Modules with a matching reference', 'target' => 'Modules affecting this target', - '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 12}: #{description}" end @@ -468,7 +468,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 }