Releases: Sh1Yo/x8
Releases Β· Sh1Yo/x8
v4.3.0
v4.2.2
v4.2.0
- Optimization has been greatly improved;
- Improved the max amount of parameters per request detection;
- Added
--disable-trustdns
option that can solve some dns issues; - Fixed rare false positives with reflected parameters;
- Fixed
--replay-proxy
option; - Other small fixes;
v4.1.0
- Fixed
--test
option. - Added
--port
option for request files. - Added
-B
option that equals-x http://localhost:8080
. - Added linux binary with openssl v3 x86_64-linux-x8.tar.gz. The openssl v1 version is still supported x86_64-opensslv1-linux-x8.gz, but soon will be removed.
- Fixed bug when
--headers
option worked wrong with POST methods. - Content-Type headers are now automatically added with
--headers
option when a body is specified.
v4.0.0
v3.4.0
- Improved --save-responses argument. It's now saves one request/response message per found parameter.
- Added support of reading wordlists from stdin. (thanks to @amiremohamadi).
- Small bugfixes.
v3.3.1
v3.3.0
v3.2.1
v3.2.0
- Added --reflected-only option to search only for reflected parameters;
- Added --append option to not overwrite the output file;
- Improved the detection of reflected parameters. Now it is case-insensitive:
- The charset of the random values was changed. Now it doesn't contain uppercase characters;
- The default size of parameter values was increased to 7 characters (was 5);
- Added first stats:
- If verbosity > 0 the tool will print the amount of made requests;
- JSON output was changed;