@@ -130,7 +130,7 @@ USAGE:
130130 x8 [FLAGS] [OPTIONS]
131131
132132FLAGS:
133- --as-body Send parameters via body.
133+ --as-body Send parameters via body.
134134 Built in body types that can be detected automatically: json, urlencode
135135 --disable-cachebuster
136136 --disable-colors
@@ -144,16 +144,16 @@ FLAGS:
144144 variables' error messages
145145 -h, --help Prints help information
146146 --headers Switch to header discovery mode.
147- Forbidden chars would be automatically removed from headers' names
147+ Forbidden chars would be automatically removed from headers names
148148 --http2 Prefer http/2 over http/1.1
149149 --is-json If the output is valid json and the content type does not contain 'json'
150150 keyword - specify this argument for a more accurate search
151151 --keep-newlines --body 'a\r\nb' -> --body 'a{{new_line}}b'.
152- Works with body and parameter templates only
153- --replay-once If replay proxy is specified, send all found parameters within one request
152+ Works with body and parameter templates only.
153+ --replay-once If replay proxy is specified, send all found parameters within one request.
154154 --test Prints request and response
155155 -V, --version Prints version information
156- --verify Verify found parameters one more time
156+ --verify Verify found parameters one more time.
157157
158158OPTIONS:
159159 -b, --body <body> Example: --body '{"x":{%s}}'
@@ -182,14 +182,14 @@ OPTIONS:
182182 -P, --param-template <parameter_template>
183183 %k - key, %v - value. Example: --param-template 'user[%k]=%v&'
184184
185- --proto <proto> Uses when the request file is present. (default is "https")
185+ --proto <proto> Protocol to use with request file (default is "https")
186186 -x, --proxy <proxy>
187187 --replay-proxy <replay-proxy>
188- Request target with every found parameter via replay proxy at the end
188+ Request target with every found parameter via replay proxy at the end.
189189
190- -r, --request <request> The file with raw http request
190+ -r, --request <request> The file with the raw http request
191191 --save-responses <save-responses> Save matched responses to a directory
192- -u, --url <url> You can add a custom injection point with %s
192+ -u, --url <url> You can add a custom injection point with %s.
193193 --value-size <value_size>
194194 Custom value size. Affects {{random}} variables as well (default is 5)
195195
0 commit comments