add android platform to the hash

bug/bundler_fix
Brent Cook 2016-02-18 20:13:39 -06:00
parent e738b5922d
commit b58166a9a8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Metasploit3 < Msf::Post
},
'License' => MSF_LICENSE,
'Author' => [ 'sinn3r'],
'Platform' => [ 'win', 'osx', 'linux' ],
'Platform' => [ 'win', 'osx', 'linux', 'android' ],
'SessionTypes' => [ 'shell', 'meterpreter' ]
))