require the URI option
git-svn-id: file:///home/svn/framework3/trunk@13585 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
402ca57bb4
commit
63e2b759e7
|
@ -65,7 +65,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
register_options(
|
||||
[
|
||||
Opt::RPORT(8080),
|
||||
OptString.new('URI', [ false, 'The path to a struts application action ie. /struts2-blank-2.0.9/example/HelloWorld.action', nil ]),
|
||||
OptString.new('URI', [ true, 'The path to a struts application action ie. /struts2-blank-2.0.9/example/HelloWorld.action', ""]),
|
||||
OptString.new('CMD', [ false, 'Execute this command instead of using command stager', "" ])
|
||||
], self.class)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue