Can be used against multiple platforms since it supports java

bug/bundler_fix
sinn3r 2013-01-17 12:45:03 -06:00
parent ff11cfe6e5
commit 419b32b742
1 changed files with 4 additions and 2 deletions

View File

@ -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' ]
))