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
-t, --http-method string Specify the HTTP method for the request (e.g., GET, POST). Default is 'GET'.
128
133
-m, --max-goroutines int Limit the maximum number of concurrent goroutines to manage load (default: 50). (default 50)
129
134
--no-banner Disable the display of the startup banner (default: banner shown).
130
-
-x, --proxy string Specify a proxy server for requests, e.g., 'http://server:port'.
135
+
-x, --proxy string Specify a proxy server for requests (e.g., 'http://server:port').
131
136
--random-agent Enable the use of a randomly selected User-Agent.
132
137
-l, --rate-limit Halt requests upon encountering a 429 (rate limit) HTTP status code.
133
138
-r, --redirect Automatically follow redirects in responses.
134
139
--request-file string Load request configuration and flags from a specified file.
135
-
-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])
136
-
--timeout int Specify a max timeout timein ms (default 6000)
137
140
--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])
142
+
--timeout int Specify a max timeout timein ms. (default 6000)
138
143
--unique Show unique output based on status code and response length
139
144
-u, --uri string Specify the target URL for the request.
140
-
-a, --user-agent string pecify a custom User-Agent string for requests (default: 'nomore403').
145
+
-a, --user-agent string Specify a custom User-Agent string for requests (default: 'nomore403').
141
146
-v, --verbose Enable verbose output for detailed request/response logging.
0 commit comments