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 a9e8ab7 + 038d367 commit 089a006Copy full SHA for 089a006
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