Packages and Binaries:

crlfuzz

CRLFuzz is a tool to scan for CRLF vulnerabilities in a fast way using Go

Installed size: 5.48 MB
How to install: sudo apt install crlfuzz

Dependencies:
  • libc6
crlfuzz
root@kali:~# crlfuzz -h

   _____ _____ __    _____             
  |     | __  |  |  |   __|_ _ ___ ___ 
  |   --|    -|  |__|   __| | |- _|- _|
  |_____|__|__|_____|__|  |___|___|___|

      v1.4.0 - @dwisiswant0

[WRN] Use with caution. You are responsible for your actions
[WRN] Developers assume no liability and are not responsible for any misuse or damage.

Usage:
  [buffers] | crlfuzz [options]
  crlfuzz [options]

Options:
  -u, --url <URL>           Define single URL to fuzz
  -l, --list <FILE>         Fuzz URLs within file
  -X, --method <METHOD>     Specify request method to use (default: GET)
  -o, --output <FILE>       File to save results
  -d, --data <DATA>         Define request data
  -H, --header <HEADER>     Pass custom header to target
  -x, --proxy <URL>         Use proxy to fuzz
  -c, --concurrent <i>      Set the concurrency level (default: 20)
  -s, --silent              Silent mode
  -v, --verbose             Verbose mode
  -V, --version             Show current CRLFuzz version
  -h, --help                Display its help


Updated on: 2025-May-20