Fuzz Compare
fuzz_compareCompare HTTP responses between a baseline and variant URLs to reveal what payloads actually change, including a second fetch to detect cache poisoning.
Instructions
Diff responses against a baseline to find what a payload actually changed.
baseline_url is the unmodified request; case_urls are the injected
variants. Each case is diffed against the baseline across status, mime,
body hash, length, duration and headers, and cases are clustered by body
hash so identical responses (the catch-all page) read as one cluster.
re_request adds a second fetch of every case — the cache-poisoning
probe. If the second response differs from the first and matches the
injected body while a fresh requester asked only for the baseline URL, the
cache served the poisoned copy; that is the only honest way to move web
cache poisoning from "manual" toward detectable.
Read-only: GET requests through the engagement's rate limiter, nothing is sent beyond the URLs you name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_urls | Yes | ||
| re_request | No | ||
| baseline_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||