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 56b3b0e commit d2cccaeCopy full SHA for d2cccae
lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/mic.rb
@@ -118,8 +118,8 @@ def cmd_mic_stop(index=0)
118
client.mic.mic_stop(index)
119
end
120
121
- def cmd_listen(stream_path, player_path="/Applications/VLC.app/Contents/MacOS/VLC")
122
- system("#{player_path} #{stream_path} &")
+ def cmd_listen(stream_path)
+ Rex::Compat.open_webrtc_browser("file://#{::File.absolute_path(stream_path)}")
123
124
125
0 commit comments