CRLFuzz
MIT๐ธ Web Scanning ยท Go
CRLFuzz is a fast tool to scan CRLF (Carriage Return Line Feed) injection vulnerabilities, written in Go. CRLF injection occurs when an attacker can inject \r\n characters into HTTP headers, potentially leading to HTTP response splitting, cache poisoning, cross-site scripting, and session fixation. CRLFuzz tests URLs by injecting CRLF payloads into various positions (query parameters, path, headers) and detecting whether the injected characters appear in the HTTP response headers. It supports reading URLs from stdin (integrating seamlessly with tools like httpx, waybackurls, and gau), concurrent scanning with configurable threads, custom payloads, and output in multiple formats. CRLFuzz is a focused, single-purpose scanner that does one thing well - finding CRLF injection - making it a reliable component in automated vulnerability scanning pipelines.
Installation
Go
$ go install github.com/dwisiswant0/crlfuzz/cmd/crlfuzz@latestbrew (macOS)
$ brew install crlfuzzUse Cases
- Scanning URLs for CRLF injection vulnerabilities in automated pipelines
- Detecting HTTP response splitting in query parameters and path components
- Integrating with subdomain and URL discovery tools for large-scale scanning
- Testing web application header handling for injection weaknesses
Tags
Details
- Category
- ๐ธ Web Scanning
- Language
- Go
- Repository
- dwisiswant0/crlfuzz
- License
- MIT
- Platforms
- ๐งlinux๐macos๐ชwindows
Links
Alternatives & Comparisons
Nuclei
GoFast vulnerability scanner driven by YAML templates. Thousands of community-contributed detection templates.
Compare CRLFuzz vs NucleiFeroxbuster
RustFast, recursive content discovery tool written in Rust. Like gobuster on steroids with auto-recursion.
Compare CRLFuzz vs Feroxbusterffuf
GoFast web fuzzer written in Go. Fuzz anything - URLs, headers, POST data - with blazing speed.
Compare CRLFuzz vs ffufMore in Web Scanning
httpx
GoFast multi-purpose HTTP toolkit. Probes for running HTTP servers with retries and fallbacks.
Nikto
PerlClassic web server scanner. Tests for dangerous files, outdated server software, and version-specific problems.
Gobuster
GoDirectory/file, DNS, and vhost busting tool. Brute-forces URIs, DNS subdomains, virtual host names, and S3 buckets.
Feroxbuster
RustFast, recursive content discovery tool written in Rust. Like gobuster on steroids with auto-recursion.
Burp Suite Community
JavaWeb vulnerability scanner and proxy. Intercept, modify, and replay HTTP/S traffic for web app testing.
ffuf
GoFast web fuzzer written in Go. Fuzz anything - URLs, headers, POST data - with blazing speed.