Add 'evasion' to search help

GSoC/Meterpreter_Web_Console
Auxilus 2018-10-10 20:15:47 +05:30 committed by GitHub
parent ba0bfb1114
commit a6797f101d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ module Msf
'ref' => 'Modules with a matching ref', 'ref' => 'Modules with a matching ref',
'reference' => 'Modules with a matching reference', 'reference' => 'Modules with a matching reference',
'target' => 'Modules affecting this target', 'target' => 'Modules affecting this target',
'type' => 'Modules of a specific type (exploit, payload, auxiliary, encoder, post, or nop)', 'type' => 'Modules of a specific type (exploit, payload, auxiliary, encoder, evasion, post, or nop)',
}.each_pair do |keyword, description| }.each_pair do |keyword, description|
print_line " #{keyword.ljust 12}: #{description}" print_line " #{keyword.ljust 12}: #{description}"
end end