Better regex for CRLF injection that catches whitespaces
parent
386b4b0f07
commit
0ae2fe3c85
|
@ -13,5 +13,5 @@ requests:
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- "(^Set-Cookie:|;(| ))( |)crlfinjection=crlfinjection($|;)"
|
- "^(?:Set-Cookie\s?:|;)\s?crlfinjection=crlfinjection(?:$|;)"
|
||||||
part: header
|
part: header
|
||||||
|
|
Loading…
Reference in New Issue