suecodelabs / cnfuzz

Breaking Cloud Native Web APIs in their natural habitat.
Apache License 2.0
35 stars 2 forks source link

Fuzzing job management #27

Open pcktdmp opened 2 years ago

pcktdmp commented 2 years ago

After RESTler has finished fuzzing the controller should be made aware of failure, succes and the location of the stored results.

Luukvdm commented 2 years ago

RESTler has a upload dir flag that might be useful.

--logsUploadRootDirPath <path where to upload logs>
        Upload full logs to this upload directory.
pcktdmp commented 2 years ago

Going to use --logsUploadRootDirPath in #26.