Avoid saying "webcam", might be misleading.

bug/bundler_fix
sinn3r 2013-01-17 12:30:02 -06:00
parent f351db3621
commit ff11cfe6e5
1 changed files with 1 additions and 1 deletions

View File

@ -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,