Change default filename to random
parent
334abebcb1
commit
1121ce1127
|
@ -50,7 +50,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
))
|
))
|
||||||
|
|
||||||
register_options([
|
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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue