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

How to have more visibility over sequences generated during fuzzing #832

Closed Marcondiro closed 7 months ago

Marcondiro commented 7 months ago

Description

Hello, I'm looking for a way to see the API calls sequences generated by RESTler.

I'd like to have something similar to the .json or .replay.txt available in the bug_buckets folder but for every sequence of requests not just for the errors. Do you have any suggestion about how to accomplish this?

My goal is to understand the quality of the generated sequences with different configuration.

Thanks!

Marcondiro commented 7 months ago

Also, Is the concept of "Generation" (used in network.testing) a synonym of sequence/sequence length in RESTler codebase?

Marcondiro commented 7 months ago

Ok this info is available in network.testing I think Generation-1: Rendering Sequence-1