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 86957d9 commit f654feaCopy full SHA for f654fea
lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
@@ -74,12 +74,13 @@ def commands
74
if client.passive_service && client.sock.type? == 'tcp-ssl'
75
c["ssl_verify"] = "Modify the SSL certificate verification setting"
76
end
77
-
78
- c["transport"] = "Change the current transport mechanism"
79
80
81
if client.platform =~ /win/ || client.platform =~ /linux/
82
c["migrate"] = "Migrate the server to another process"
+ # Yet to implement transport hopping for other meterpreters.
+ # Works for posix and native windows though.
83
+ c["transport"] = "Change the current transport mechanism"
84
85
86
if (msf_loaded?)
0 commit comments