Land #10493, update help for show and search commands

4.x
Brent Cook 2018-08-20 15:45:22 -05:00 committed by Jeffrey Martin
parent ec71347283
commit fb042469df
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 2 additions and 2 deletions

View File

@ -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 }