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

openapi fuzzer generates single request or request sequences to find bugs? #25

Closed lipeng28 closed 1 year ago

lipeng28 commented 1 year ago

After my testing, I found that openapi fuzzer always dumps single request to find bugs, does it utilize single request or request sequence to catch bugs? Thanks

matusf commented 1 year ago

Hi, it uses single request

lipeng28 commented 1 year ago

OK, thanks!