From 34f42bab172e4127a55035390c1e9e8eca8d6dcc Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Sun, 3 Jun 2012 22:14:13 +0200 Subject: [PATCH] Fix typo in the URI param --- .../exploits/multi/http/struts_code_exec_exception_delegator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/multi/http/struts_code_exec_exception_delegator.rb b/modules/exploits/multi/http/struts_code_exec_exception_delegator.rb index c7f2d6ab5a..e5bce68505 100644 --- a/modules/exploits/multi/http/struts_code_exec_exception_delegator.rb +++ b/modules/exploits/multi/http/struts_code_exec_exception_delegator.rb @@ -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