We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a580055 + a4950a1 commit 9dc1b4dCopy full SHA for 9dc1b4d
lib/msf/ui/console/command_dispatcher/modules.rb
@@ -570,7 +570,7 @@ def cmd_show_tabs(str, words)
570
571
res = %w{all encoders nops exploits payloads auxiliary post plugins options}
572
if (active_module)
573
- res.concat(%w{ missing advanced evasion targets actions })
+ res.concat %w{missing advanced evasion targets actions info}
574
if (active_module.respond_to? :compatible_sessions)
575
res << "sessions"
576
end
0 commit comments