Change default filename to random

GSoC/Meterpreter_Web_Console
Carter Brainerd 2019-01-17 20:12:53 -05:00 committed by GitHub
parent 334abebcb1
commit 1121ce1127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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