Release Notes
Highlights
Features
Fixes
- Split
LICENSE
into LICENSE
and LICENSE.THIRDPARTY
in
#18
- Use
unicode_truncate
crate instead of String::truncate
to make sure we cut
strings at a character boundary in
#29
- Added support for all remaining HTTP methods (options, connect) in
#32
- Support
text/plain
bodies when replacing backreference-type parameter values
by actual values in #40
- Fixes missing OpenSSL dependency by static compilation in
#43
- Added support for Regex anchors in
#35
Install wuppiefuzz 1.1.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.1.1/wuppiefuzz-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.1.1/wuppiefuzz-installer.ps1 | iex"
Download wuppiefuzz 1.1.1