Skip to content

Commit a4950a1

Browse files
author
Brent Cook
committed
add auto-complete info for 'show info'
msf > use auxiliary/admin/http/nuuo_nvrmini_reset msf auxiliary(nuuo_nvrmini_reset) > show show actions show all show encoders show exploits show missing show options show plugins show targets show advanced show auxiliary show evasion show info show nops show payloads show post
1 parent a580055 commit a4950a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/modules.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def cmd_show_tabs(str, words)
570570

571571
res = %w{all encoders nops exploits payloads auxiliary post plugins options}
572572
if (active_module)
573-
res.concat(%w{ missing advanced evasion targets actions })
573+
res.concat %w{missing advanced evasion targets actions info}
574574
if (active_module.respond_to? :compatible_sessions)
575575
res << "sessions"
576576
end

0 commit comments

Comments
 (0)