TNO-S3 / WuppieFuzz

A coverage-guided REST API fuzzer developed on top of LibAFL
Apache License 2.0
91 stars 4 forks source link

Collect example applications for testing purposes #13

Open ThomasTNO opened 1 month ago

ThomasTNO commented 1 month ago

In the meantime I tried a java target using code coverage coverage, same behaviour.

For testing purposes, I created the following example:

petstore.zip

Steps to reproduce:

docker compose up
cargo run fuzz --log-level debug --timeout 60 --coverage-format jacoco <path to petstore_openapi.yaml>

Originally posted by @ThomasTNO in https://github.com/TNO-S3/WuppieFuzz/issues/5#issuecomment-2336745383

LCOV testing setup:

swagger_server.zip

docker compose up
cargo run fuzz --coverage-format lcov <path to openapi.yaml>

Originally posted by @ThomasTNO in https://github.com/TNO-S3/WuppieFuzz/issues/5#issuecomment-2353598255