Add payload to cmd_search_help type
parent
1ca6cb31d1
commit
b1041093f2
|
@ -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, auxiliary, or post)',
|
||||
'type' => 'Modules of a specific type (exploit, payload, auxiliary, or post)',
|
||||
}.each_pair do |keyword, description|
|
||||
print_line " #{keyword.ljust 12}: #{description}"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue