Smuggling Canary Probe
smuggling_canary_probeDetect HTTP request smuggling by sending canary payloads and confirming hits via reflected echoes. Reports which detectors ran or skipped to prevent false clean verdicts.
Instructions
[AGGRESSIVE — requires human approval] Test for HTTP request smuggling, proving hits by canary reflection.
repeat is how many times each payload is retried; the framework scores
confidence statistically ("17/20 poisoned"), which is the right model for a
bug class that is inherently probabilistic. Capped at 10 by the argument
policy — every increment multiplies the whole payload set.
Returns coverage alongside findings: payloads sent, detectors run, and detectors skipped. A smuggling scan that could not find an echo gadget, or could not confirm queue poisoning, has not tested those things — and this result says so rather than letting zero findings imply a clean front-end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| http2 | No | ||
| repeat | No | ||
| target | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||