Merge pull request #2551 from projectdiscovery/princechaddha-patch-2

Update craft-cms-detect.yaml
patch-1
Prince Chaddha 2021-09-02 18:09:08 +05:30 committed by GitHub
commit 5a1abc48d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -13,12 +13,16 @@ requests:
path:
- '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers:
- type: word
part: header
words:
- 'X-Powered-By: Craft CMS'
- type: status
status:
- 200
- type: regex
part: header
regex:
- 'Set-Cookie: (Craft|CRAFT)'