wuppiefuzz

Coverage-guided REST API fuzzer built on LibAFL

brewmacoslinux
Try with needOr install directly
Source

About

Coverage-guided REST API fuzzer developed on top of LibAFL

Commands

wuppiefuzz

Examples

Fuzz a REST API with a specification file$ wuppiefuzz --spec api_spec.json --target http://localhost:8080
Run fuzzing with custom mutation strategies$ wuppiefuzz --spec openapi.yaml --target http://api.example.com --max-iterations 10000
Generate coverage report from fuzzing results$ wuppiefuzz --spec api.json --target http://localhost:8080 --output-coverage coverage.txt