point to nt4 template
git-svn-id: file:///home/svn/framework3/trunk@9376 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6d1e7bdaa5
commit
24eb0f035f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue