Skip to content

Commit 4fd4af1

Browse files
committed
Fix typo that breaks record_mic command
1 parent 51ba500 commit 4fd4af1

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def commands
2929
reqs = {
3030
"webcam_list" => [ "webcam_list" ],
3131
"webcam_snap" => [ "webcam_start", "webcam_get_frame", "webcam_stop" ],
32-
"record_mic" => [ "webcam_record_audio" ],
32+
"record_mic" => [ "webcam_audio_record" ],
3333
}
3434

3535
all.delete_if do |cmd, desc|

0 commit comments

Comments
 (0)