Skip to content

Commit 3955c43

Browse files
author
Tim Wright
committed
fix android autoload commands and sysinfo
1 parent 87d34cf commit 3955c43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/msf/base/sessions/meterpreter.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ def update_session_info
347347
Msf::Module::Platform::OpenBSD
348348
when /sunos/i
349349
Msf::Module::Platform::Solaris
350+
when /android/i
351+
Msf::Module::Platform::Android
350352
else
351353
Msf::Module::Platform::Linux
352354
end.realname.downcase

0 commit comments

Comments
 (0)