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.
1 parent f0da090 commit 038d367Copy full SHA for 038d367
lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
@@ -49,10 +49,9 @@ def commands
49
"?" => "Help menu",
50
"background" => "Backgrounds the current session",
51
"close" => "Closes a channel",
52
- "channel" => "Displays information about active channels",
+ "channel" => "Displays information or control active channels",
53
"exit" => "Terminate the meterpreter session",
54
"help" => "Help menu",
55
- "interact" => "Interacts with a channel",
56
"irb" => "Drop into irb scripting mode",
57
"use" => "Deprecated alias for 'load'",
58
"load" => "Load one or more meterpreter extensions",
0 commit comments