KissPeter / APIFuzzer

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

Questions #41

Closed lmcthbe closed 3 years ago

lmcthbe commented 3 years ago

Question Is HTTPS and oauth2 authorization supported?

Doing something like:

APIFuzzer --headers '[{"Authorization": "Bearer "}]' -s openapi.yml -u https://

KissPeter commented 3 years ago

Hi, you need to generate the token, but you can provide it to the fuzzer to use. HTTPS is supported Happy Fuzzing!