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.62k
stars
303
forks
source link
Is the default for fuzzing mode bfs or bfs-fast? #834
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!
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).
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!