Fix typo in the URI param
parent
efe4136e5b
commit
34f42bab17
|
@ -63,7 +63,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
register_options(
|
||||
[
|
||||
Opt::RPORT(8080),
|
||||
OptString.new('URI', [ true, 'The path to a struts application action and parameter to inject ie. /HelloWorldStruts2/hello?name=test&id=INJECT', ""]),
|
||||
OptString.new('URI', [ true, 'The path to a struts application action and the parameter to inject ie. /HelloWorldStruts2/hello?name=test&id=INJECT', ""]),
|
||||
OptString.new('CMD', [ false, 'Execute this command instead of using command stager', "" ])
|
||||
], self.class)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue