Land #10493, update help for show and search commands
commit
627fa786a5
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue