Skip to content

Releases: TNO-S3/WuppieFuzz

v1.1.1 (2024-11-06)

06 Nov 13:17
f89441b
Compare
Choose a tag to compare

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

v1.1.0 (2024-09-17)

17 Sep 07:44
b4fd8ae
Compare
Choose a tag to compare

Release Notes

Highlights

  • Updated LibAFL from 0.11.2 to 0.13.2,
    special thanks to @domenukk for initiating the
    update and thinking along.

Features

Fixes

  • Bug in filtering of code coverage for JaCoCo (Java-based instrumentation) in
    #9
  • Endpoint coverage should be used as fallback guidance when fuzzing in black
    box setting in #5
  • Tweaks in logging in #5
  • Update to LibAFL 0.13.2 in #5
  • Add a multimap observer to let the scheduler use both endpoint coverage and
    line coverage when both are available in
    #5
  • Updated compatible dependencies releases
    #4

Install wuppiefuzz 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.1.0/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.0/wuppiefuzz-installer.ps1 | iex"

Download wuppiefuzz 1.1.0

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

v1.0.0 (2024-09-12)

12 Sep 15:02
d8da916
Compare
Choose a tag to compare

Release Notes

First release of WuppieFuzz.

Install wuppiefuzz 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.0.0/wuppiefuzz-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/TNO-S3/WuppieFuzz/releases/download/v1.0.0/wuppiefuzz-installer.ps1 | iex"

Download wuppiefuzz 1.0.0

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