fix ext_server_android.jar error

bug/bundler_fix
Tim 2015-05-19 16:27:10 +01:00
parent ebd20fbedd
commit 3b8effc589
No known key found for this signature in database
GPG Key ID: 217FBA50ABBAABEF
2 changed files with 0 additions and 13 deletions

View File

@ -19,13 +19,6 @@ class Meterpreter_Java_Android < Msf::Sessions::Meterpreter_Java_Java
self.platform = 'java/android'
end
def load_android
original = console.disable_output
console.disable_output = true
console.run_single('load android')
console.disable_output = original
end
end
end

View File

@ -64,12 +64,6 @@ module MeterpreterOptions
end
end
if session.platform =~ /android/i
if datastore['AutoLoadAndroid']
session.load_android
end
end
[ 'InitialAutoRunScript', 'AutoRunScript' ].each do |key|
if (datastore[key].empty? == false)
args = Shellwords.shellwords( datastore[key] )