Skip to content

Commit 038d367

Browse files
committed
Fix rapid7#6247, Update Meterpreter Usage on "Interact"
The "interact" command does not actually exist. Instead, users should do "channel -i" to interact with a channel. Fix rapid7#6247
1 parent f0da090 commit 038d367

File tree

1 file changed

+1
-2
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-2
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ def commands
4949
"?" => "Help menu",
5050
"background" => "Backgrounds the current session",
5151
"close" => "Closes a channel",
52-
"channel" => "Displays information about active channels",
52+
"channel" => "Displays information or control active channels",
5353
"exit" => "Terminate the meterpreter session",
5454
"help" => "Help menu",
55-
"interact" => "Interacts with a channel",
5655
"irb" => "Drop into irb scripting mode",
5756
"use" => "Deprecated alias for 'load'",
5857
"load" => "Load one or more meterpreter extensions",

0 commit comments

Comments
 (0)