Create a Custom Probe
Overview
Step 1: Select your vulnerable agent component
Step 2: Approach YAML Probe Syntax
Step 3: Write Component Selection Filters
api_selection_filters:
query_param:
for_one:
key:
regex: .*limit.*
extract: limitKey
value:
extract: limitValue
response_payload:
length:
extract: original_lengthStep 4: Write Execute
Step 5: Write Validate
Last updated