Need To implement Microsoft Restler Fuzzer for API's

Job ID: 31116402

Budget: $250 – $750 USD

Hello,

I need help in Implementing Microsoft Restler Fuzzer for API. 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. For a given cloud service with an OpenAPI/Swagger specification, RESTler analyzes its entire specification, and then generates and executes tests that exercise the service through its REST API.
https://github.com/microsoft/restler-fuzzer

1) I need help in implementing the steps mentioned in the git hub using a sample API both in windows and Linux
2) Explain the steps how the restler code is able to fuzz the API (Code explanation)
3) Implement this entirely in docker. There is docker file available in the source code
4) How to implement restler if we are using any kind of authentication like OAUTH 2.0 or bearer tokens. This has to be incorporated inside the script so that restler will fetch required tokens and run the test
Related categories: Python Linux Windows Server