Coverage-guided REST API fuzzer built on LibAFL
Coverage-guided REST API fuzzer developed on top of LibAFL
wuppiefuzz$ wuppiefuzz --spec api_spec.json --target http://localhost:8080$ wuppiefuzz --spec openapi.yaml --target http://api.example.com --max-iterations 10000$ wuppiefuzz --spec api.json --target http://localhost:8080 --output-coverage coverage.txt