Handle some more edge cases

patch-1
Manuel Bua 2020-06-21 23:04:37 +02:00
parent 4480395e5c
commit c08676116c
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ requests:
matchers:
- type: regex
regex:
- "^(?:Set-Cookie\\s?:|;)\\s?crlfinjection=crlfinjection(?:$|;)"
- '(?:Set-Cookie:(?:\s*?|.*?;\s*?))(crlfinjection=crlfinjection)'
part: header

View File

@ -16,5 +16,5 @@ requests:
matchers:
- type: regex
regex:
- '^Location:\s?(?:(?:http|https)://|//|[a-zA-Z0-9\-_]+\.|(?:http|https)://[a-zA-Z0-9\-_]+\.)?evil\.com'
- '(?:Location:\s*?)(?:https?://)?(?:[a-zA-Z0-9\-_]*\.)?evil\.com'
part: header