Skip to main content

Random Resources

ItemDescription
Full Fuzzer NameRandomResourcesFuzzer
Log KeyRR
DescriptionThis fuzzer will iterate through each path variable and send random resource identifiers. The expectation is that APIs will return 404.
Enabled by default?Yes
Expected result404
Fuzzing logicIteratively sends a request with a random resources identifiers for each path variable
Conditions when this fuzzer will be skippedWhen the current path doesn't have path variables
HTTP methods that will be skippedPOST, PUT, PATCH, HEAD, TRACE
ReportingReports error if: 1. response code is documented, but not expected; 2. any unexpected exception.

Reports warn if: 1. response code is expected and documented, but not matches response schema; 2. response code is expected, but not documented; 3. response code is 501.

Reports success if: 1. response code is 404, is documented and matches response schema.