Add payload to cmd_search_help type

GSoC/Meterpreter_Web_Console
Auxilus 2018-08-13 11:55:56 +05:30 committed by GitHub
parent 1ca6cb31d1
commit b1041093f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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, 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