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 }