Skip to content

Commit 32a5a00

Browse files
author
kernelsmith
committed
change loot type to image/jpg
thanks egypt
1 parent 6659459 commit 32a5a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/screen_spy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run
9292
if datastore['RECORD']
9393
# let's loot it using non-clobbering filename, even tho this is the source filename, not dest
9494
fn = "screenshot.%0#{leading_zeros}d.jpg" % num
95-
file_locations << store_loot("screenspy.screenshot", "application/octet-stream", session, data, fn, "Screenshot")
95+
file_locations << store_loot("screenspy.screenshot", "image/jpg", session, data, fn, "Screenshot")
9696
#shot = Msf::Config.install_root + "/data/" + host + ".screenshot.%0#{leading_zeros}d.jpg" % num
9797
end
9898

0 commit comments

Comments
 (0)