From a6797f101d5757afd478a2727136557f80d95b1e Mon Sep 17 00:00:00 2001 From: Auxilus Date: Wed, 10 Oct 2018 20:15:47 +0530 Subject: [PATCH] Add 'evasion' to search help --- lib/msf/ui/console/command_dispatcher/modules.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/ui/console/command_dispatcher/modules.rb b/lib/msf/ui/console/command_dispatcher/modules.rb index 3654c104b7f3..d18066500dc0 100644 --- a/lib/msf/ui/console/command_dispatcher/modules.rb +++ b/lib/msf/ui/console/command_dispatcher/modules.rb @@ -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