point to nt4 template

git-svn-id: file:///home/svn/framework3/trunk@9376 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-05-26 22:46:10 +00:00
parent 6d1e7bdaa5
commit 24eb0f035f
1 changed files with 3 additions and 1 deletions

View File

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