Releases: Sh1Yo/x8
Releases · Sh1Yo/x8
v3.1.0
v3.0.2
v3.0.1
v3.0.0
v3.0.0-beta.1
Improved --test flag
Improved the calculating of the optimal number of parameters per request
Some other fixes
Now x8 can work with headers as well!
Discover header values:
x8 -u https://example.com -w wordlist.txt -H "Cookie: %s"
By default the parameter template is "%k=%v; "
Discover new headers:
x8 -u https://example.com -w wordlist.txt --headers
v2.5.0
v2.4.0
v2.3.4
Fixed parameter discovering in the json body (this bug was introduced in v2.3.3).
Fixed default parameter template when json body is present and parameters are sent via query.
Removed unnecessary pieces of code.
Clarified --help.
Also, now the tool collects body from several lines when request file is used.