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 d9b6e46 commit 5a24dc8Copy full SHA for 5a24dc8
lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
@@ -80,10 +80,10 @@ def commands
80
if client.platform =~ /win/ || client.platform =~ /linux/
81
# Migration only supported on windows and linux
82
c["migrate"] = "Migrate the server to another process"
83
+ end
84
-
85
+ if client.platform =~ /win/ || client.platform =~ /linux/ || client.platform =~ /java/
86
# Yet to implement transport hopping for other meterpreters.
- # Works for posix and native windows though.
87
c["transport"] = "Change the current transport mechanism"
88
89
# sleep functionality relies on the transport features, so only
0 commit comments