File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/rex/post/meterpreter/ui/console/command_dispatcher Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,9 @@ def commands
97
97
# the OS platform rather than the meterpreter arch. When we've properly implemented
98
98
# the platform update feature we can remove some of these conditions
99
99
if client . platform == 'windows' || client . platform == 'linux' ||
100
- client . platform == 'python' || client . platform == 'java' ||
101
- client . arch == ARCH_PYTHON || client . platform == 'android'
100
+ client . platform == 'python' || client . arch == ARCH_PYTHON ||
101
+ client . platform == 'java' || client . arch == ARCH_JAVA ||
102
+ client . platform == 'android' || client . arch == ARCH_DALVIK
102
103
# Yet to implement transport hopping for other meterpreters.
103
104
c [ 'transport' ] = 'Change the current transport mechanism'
104
105
You can’t perform that action at this time.
0 commit comments