Skip to content

Commit

Permalink
Land #10784, Add 'evasion' to search help
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Oct 10, 2018
2 parents e829c6a + a6797f1 commit 12857a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/ui/console/command_dispatcher/modules.rb
Expand Up @@ -346,7 +346,7 @@ def cmd_search_help
'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, encoder, post, or nop)',
'type' => 'Modules of a specific type (exploit, payload, auxiliary, encoder, evasion, post, or nop)',
}.each_pair do |keyword, description|
print_line " #{keyword.ljust 12}: #{description}"
end
Expand Down

0 comments on commit 12857a1

Please sign in to comment.