microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

Is the default for fuzzing mode bfs or bfs-fast? #834

Closed Marcondiro closed 7 months ago

Marcondiro commented 7 months ago

Description

Hello, According to the documentation for the settings file the default fuzzing mode should be BFS. Running the fuzzer without explicitly choosing a fuzzing mode, I get this in the logs/main.txt: Setting fuzzing schemes: bfs-fast. I'm wondering which one is the actual default. :) Thanks!

marina-p commented 7 months ago

Hello @Marcondiro,

Currently, the default is bfs-fast, but this will soon be changed (see discussion in issue #823 - we will fix the documentation as part of that update).

Thanks,

Marina

Marcondiro commented 7 months ago

Perfect, thanks!