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
-r, --redirect Automatically follow redirects in responses.
139
141
--request-file string Load request configuration and flags from a specified file.
140
142
--status strings Filter output by comma-separated status codes (e.g., 200,301,403)
141
-
-k, --technique strings Specify one or more attack techniques to use (e.g., headers,path-case). (default [verbs,verbs-case,headers,endpaths,midpaths,http-versions,path-case])
143
+
-k, --technique strings Specify one or more attack techniques to use (e.g., headers,path-case). (default [verbs,verbs-case,headers,endpaths,midpaths,double-encoding,http-versions,path-case])
142
144
--timeout int Specify a max timeout timein ms. (default 6000)
143
-
--unique Show unique output based on status code and response length
145
+
--unique Show unique output based on status code and response length.
144
146
-u, --uri string Specify the target URL for the request.
145
147
-a, --user-agent string Specify a custom User-Agent string for requests (default: 'nomore403').
146
-
-v, --verbose Enable verbose output for detailed request/response logging.
148
+
-v, --verbose Enable verbose output for detailed request/response logging (not based on auto-calibrate).
0 commit comments