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 19bcef0 commit 8f3fab4Copy full SHA for 8f3fab4
lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
@@ -95,7 +95,7 @@ def commands
95
# the platform update feature we can remove some of these conditions
96
if client.platform == 'windows' || client.platform == 'linux' ||
97
client.platform == 'python' || client.platform == 'java' ||
98
- client.arch == ARCH_PYTHON || (client.arch == ARCH_JAVA && client.platform != 'android')
+ client.arch == ARCH_PYTHON || client.platform == 'android'
99
# Yet to implement transport hopping for other meterpreters.
100
c["transport"] = "Change the current transport mechanism"
101
0 commit comments