KissPeter / APIFuzzer

Fuzz test your application using your OpenAPI or Swagger API definition without coding
GNU General Public License v3.0
417 stars 65 forks source link

Protobuff support #11

Closed LyashenkoGS closed 6 years ago

LyashenkoGS commented 6 years ago

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

KissPeter commented 6 years ago

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

LyashenkoGS commented 6 years ago

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.