intruder
Replay a logged request by substituting a marker with each payload in a JSON list, enabling enumeration, IDOR, and auth checks.
Instructions
Replay a logged request substituting marker with each payload (Intruder-lite).
Bounded to a small list — for enumeration/IDOR/auth checks, not stress testing. Args: request_id: a logged request to base the attack on marker: the placeholder string to replace (put it in the URL/body first) payloads_json: a JSON array of payload strings (e.g. ["1","2","3"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marker | Yes | ||
| request_id | Yes | ||
| payloads_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |