Can be used against multiple platforms since it supports java
parent
ff11cfe6e5
commit
419b32b742
|
@ -17,10 +17,12 @@ class Metasploit3 < Msf::Post
|
|||
'Name' => 'Multi Manage Record Microphone',
|
||||
'Description' => %q{
|
||||
This module will enable and record your target's microphone.
|
||||
For non-Windows targets, please use Java meterpreter to be
|
||||
able to use this feature.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [ 'sinn3r'],
|
||||
'Platform' => [ 'win'],
|
||||
'Platform' => [ 'win', 'linux', 'osx' ],
|
||||
'SessionTypes' => [ 'meterpreter' ]
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue