Land #10493, update help for show and search commands

GSoC/Meterpreter_Web_Console
Brent Cook 2018-08-20 15:45:22 -05:00
commit 627fa786a5
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 2 deletions

View File

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