Avoid saying "webcam", might be misleading.
parent
f351db3621
commit
ff11cfe6e5
|
@ -63,7 +63,7 @@ class Metasploit3 < Msf::Post
|
||||||
if data
|
if data
|
||||||
print_status("#{rhost} - Audio size: (#{data.length.to_s} bytes)")
|
print_status("#{rhost} - Audio size: (#{data.length.to_s} bytes)")
|
||||||
p = store_loot(
|
p = store_loot(
|
||||||
"#{rhost}.webcam.snapshot",
|
"#{rhost}.audio",
|
||||||
'application/octet-stream',
|
'application/octet-stream',
|
||||||
rhost,
|
rhost,
|
||||||
data,
|
data,
|
||||||
|
|
Loading…
Reference in New Issue