Skip to content

v1.1.1 (2024-11-06)

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 13:17
f89441b

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

File Platform Checksum
wuppiefuzz-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
wuppiefuzz-x86_64-apple-darwin.tar.xz Intel macOS checksum
wuppiefuzz-x86_64-pc-windows-msvc.zip x64 Windows checksum
wuppiefuzz-x86_64-pc-windows-msvc.msi x64 Windows checksum
wuppiefuzz-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum