From 1121ce1127354a3c8d9cf2b172154e852fd08ec7 Mon Sep 17 00:00:00 2001 From: Carter Brainerd Date: Thu, 17 Jan 2019 20:12:53 -0500 Subject: [PATCH] Change default filename to random --- modules/exploits/windows/fileformat/office_excel_slk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/fileformat/office_excel_slk.rb b/modules/exploits/windows/fileformat/office_excel_slk.rb index 3b5d2f2c4c..b6d1c39542 100644 --- a/modules/exploits/windows/fileformat/office_excel_slk.rb +++ b/modules/exploits/windows/fileformat/office_excel_slk.rb @@ -50,7 +50,7 @@ class MetasploitModule < Msf::Exploit::Remote )) register_options([ - OptString.new('FILENAME', [true, "Filename to save as", "msf.slk"]) + OptString.new('FILENAME', [true, "Filename to save as", "#{rand_text_alphanumeric 8}.slk"]) ]) end