diff --git a/modules/exploits/windows/iis/ms01_026_dbldecode.rb b/modules/exploits/windows/iis/ms01_026_dbldecode.rb index 8789f45fc2..1b74d7d48a 100644 --- a/modules/exploits/windows/iis/ms01_026_dbldecode.rb +++ b/modules/exploits/windows/iis/ms01_026_dbldecode.rb @@ -49,7 +49,9 @@ class Metasploit3 < Msf::Exploit::Remote [ Opt::RPORT(80), OptBool.new('VERBOSE', [ false, 'Enable verbose output', false ]), - OptString.new('CMD', [ false, 'Execute this command instead', nil ]) + OptString.new('EXETEMPLATE', [ false, 'Use this EXE as a template for the command stager', + File.join(Msf::Config.install_root, "data", "templates", "template_nt4.exe") ]), + OptString.new('CMD', [ false, 'Execute this command instead of using command stager', nil ]) ], self.class) end