WuppieFuzz
WuppieFuzz is a REST API fuzzer built on the LibAFL framework, supporting black-box, grey-box, and white-box fuzzing to test APIs without requiring detailed knowledge of the application code. It generates diverse requests based on the OpenAPI specification and uses coverage-guided fuzzing to prioritize new mutations that target deeper business logic. The results are displayed on a dashboard, showing which endpoints and code areas were tested. Developers can use the dashboard to replay and debug crashes, improving the API's reliability, stability, and security.
https://github.com/TNO-S3/WuppieFuzz
Comments
Post a Comment