add android platform to the hash
parent
e738b5922d
commit
b58166a9a8
|
@ -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' ]
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue