fix sleep and transport on android

bug/bundler_fix
Tim 2016-11-30 21:59:01 +08:00
parent 19bcef0c92
commit 8f3fab4b1b
No known key found for this signature in database
GPG Key ID: 62361A8B17EEED19
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Console::CommandDispatcher::Core
# the platform update feature we can remove some of these conditions
if client.platform == 'windows' || client.platform == 'linux' ||
client.platform == 'python' || client.platform == 'java' ||
client.arch == ARCH_PYTHON || (client.arch == ARCH_JAVA && client.platform != 'android')
client.arch == ARCH_PYTHON || client.platform == 'android'
# Yet to implement transport hopping for other meterpreters.
c["transport"] = "Change the current transport mechanism"