Merge pull request #2551 from projectdiscovery/princechaddha-patch-2
Update craft-cms-detect.yamlpatch-1
commit
5a1abc48d0
|
@ -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)'
|
||||
|
|
Loading…
Reference in New Issue