matusf / openapi-fuzzer

Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
GNU Affero General Public License v3.0
526 stars 22 forks source link

Implement payload generation using proptest #22

Closed matusf closed 1 year ago

matusf commented 1 year ago

This implementation utilizes proptest to generate and shrink payload. It iterates through the endpoints and tries sending a number of requests (which can be configured by --max-test-case-count flag).