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
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
-
],self.class)
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
+
OptInt.new('CHECK_SLEEPTIME',[true,'The time, in seconds, to ask the server to sleep while check',5])
0 commit comments