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