Handle spaces in non-standard response headers
parent
4ec258bd16
commit
c7262c3ee7
|
@ -13,5 +13,5 @@ requests:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?:Set-Cookie:(?:\s*?|.*?;\s*?))(crlfinjection=crlfinjection)'
|
||||
- '(?:Set-Cookie\s*?:(?:\s*?|.*?;\s*?))(crlfinjection=crlfinjection)'
|
||||
part: header
|
||||
|
|
|
@ -16,5 +16,5 @@ requests:
|
|||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?:Location:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?evil\.com'
|
||||
- '(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?evil\.com'
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue