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: path:
- '{{BaseURL}}' - '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers: matchers:
- type: word - type: word
part: header part: header
words: words:
- 'X-Powered-By: Craft CMS' - 'X-Powered-By: Craft CMS'
- type: status - type: regex
status: part: header
- 200 regex:
- 'Set-Cookie: (Craft|CRAFT)'