We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff11cfe commit 419b32bCopy full SHA for 419b32b
modules/post/multi/manage/record_mic.rb
@@ -16,11 +16,13 @@ def initialize(info={})
16
super( update_info( info,
17
'Name' => 'Multi Manage Record Microphone',
18
'Description' => %q{
19
- This module will enable and record your target's microphone.
+ This module will enable and record your target's microphone.
20
+ For non-Windows targets, please use Java meterpreter to be
21
+ able to use this feature.
22
},
23
'License' => MSF_LICENSE,
24
'Author' => [ 'sinn3r'],
- 'Platform' => [ 'win'],
25
+ 'Platform' => [ 'win', 'linux', 'osx' ],
26
'SessionTypes' => [ 'meterpreter' ]
27
))
28
0 commit comments