You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chunk_length now varies according to targeturi and parameter
A few typographical inconsistences corrected
CMD option removed as its not being used
custom http request timeout removed
Copy file name to clipboardExpand all lines: modules/exploits/multi/http/struts_code_exec_parameters.rb
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -69,15 +69,14 @@ def initialize(info = {})
69
69
[
70
70
Opt::RPORT(8080),
71
71
OptString.new('PARAMETER',[true,'The parameter to perform injection against.',"username"]),
72
-
OptString.new('TARGETURI',[true,'The path to a struts application action with the location to perform the injection',"/blank-struts2/login.action?INJECT"]),
73
-
OptString.new('CMD',[false,'Execute this command instead of using command stager',""])
72
+
OptString.new('TARGETURI',[true,'The path to a struts application action with the location to perform the injection',"/blank-struts2/login.action?INJECT"])
0 commit comments