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