fix android autoload commands and sysinfo

bug/bundler_fix
Tim Wright 2016-08-22 14:40:11 +01:00
parent 87d34cfbba
commit 3955c4332d
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ class Meterpreter < Rex::Post::Meterpreter::Client
Msf::Module::Platform::OpenBSD
when /sunos/i
Msf::Module::Platform::Solaris
when /android/i
Msf::Module::Platform::Android
else
Msf::Module::Platform::Linux
end.realname.downcase