KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protobuff support

LyashenkoGS opened this issue · comments

The fuzzer should generate proper request for the application/x-protobuf type

Does protobuf used in swagger? For me it seems it is beyond this project's scope

Agree.
Implementing schema unaware fuzzer will generate mostly invalid messages and will be inefficient even if the project will allow to pass a header Content-type: application/x-protobuf in requests . In other hand, add ing support to pass external protobuf schema and create dedicator mutator for protobuf probably outside of the project scope.