Skip to content

Commit ff11cfe

Browse files
committed
Avoid saying "webcam", might be misleading.
1 parent f351db3 commit ff11cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/manage/record_mic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run
6363
if data
6464
print_status("#{rhost} - Audio size: (#{data.length.to_s} bytes)")
6565
p = store_loot(
66-
"#{rhost}.webcam.snapshot",
66+
"#{rhost}.audio",
6767
'application/octet-stream',
6868
rhost,
6969
data,

0 commit comments

Comments
 (0)