From 24eb0f035fd8e514e583987d3a51db8e2c19ec94 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Wed, 26 May 2010 22:46:10 +0000 Subject: [PATCH] point to nt4 template git-svn-id: file:///home/svn/framework3/trunk@9376 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/iis/ms01_026_dbldecode.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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