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
Copy file name to clipboardExpand all lines: modules/exploits/multi/http/struts_code_exec_parameters.rb
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,22 @@ def initialize(info = {})
71
71
OptString.new('TARGETURI',[true,'The path to a struts application action','/blank-struts2/login.action']),
72
72
OptInt.new('CHECK_SLEEPTIME',[true,'The time, in seconds, to ask the server to sleep while check',5]),
73
73
OptString.new('GET_PARAMETERS',[false,'Additional GET Parameters to send. Please supply in the format "param1=a¶m2=b". Do apply URL encoding to the parameters names and values if needed.',nil]),
74
+
OptString.new('TMP_PATH',[false,'Overwrite the temp path for the file upload. Sometimes needed if the home directory is not writeable. Ensure there is a trailing slash!',nil])
0 commit comments