From 419b32b7427d1bb0b960d34b8172da8aecabb7d0 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Thu, 17 Jan 2013 12:45:03 -0600 Subject: [PATCH] Can be used against multiple platforms since it supports java --- modules/post/multi/manage/record_mic.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/post/multi/manage/record_mic.rb b/modules/post/multi/manage/record_mic.rb index 8121aa07bc..73519ea006 100644 --- a/modules/post/multi/manage/record_mic.rb +++ b/modules/post/multi/manage/record_mic.rb @@ -16,11 +16,13 @@ class Metasploit3 < Msf::Post super( update_info( info, 'Name' => 'Multi Manage Record Microphone', 'Description' => %q{ - This module will enable and record your target's microphone. + 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' ] ))