Skip to content

Commit 419b32b

Browse files
committed
Can be used against multiple platforms since it supports java
1 parent ff11cfe commit 419b32b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/post/multi/manage/record_mic.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ def initialize(info={})
1616
super( update_info( info,
1717
'Name' => 'Multi Manage Record Microphone',
1818
'Description' => %q{
19-
This module will enable and record your target's microphone.
19+
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.
2022
},
2123
'License' => MSF_LICENSE,
2224
'Author' => [ 'sinn3r'],
23-
'Platform' => [ 'win'],
25+
'Platform' => [ 'win', 'linux', 'osx' ],
2426
'SessionTypes' => [ 'meterpreter' ]
2527
))
2628

0 commit comments

Comments
 (0)