Skip to content

Commit

Permalink
fix android autoload commands and sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Wright committed Aug 22, 2016
1 parent 87d34cf commit 3955c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/msf/base/sessions/meterpreter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ def update_session_info
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
Expand Down

0 comments on commit 3955c43

Please sign in to comment.