crlfuzz_scan
Scan a URL for CRLF injection vulnerabilities that enable HTTP response splitting, leading to XSS, cache poisoning, or session fixation.
Instructions
Scan a URL for CRLF injection vulnerabilities using CRLFuzz.
CRLF injection (HTTP Response Splitting) allows attackers to inject arbitrary HTTP headers or split HTTP responses, potentially leading to XSS, cache poisoning, or session fixation.
Args: url: Target URL to scan (e.g. "https://example.com/redirect?url=test"). threads: Number of concurrent threads (default 25, max 50). timeout: Override scan timeout in seconds.
Returns: CRLF injection scan results with vulnerable URLs and evidence.
Note: - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| threads | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||