Merge pull request #2548 from projectdiscovery/craft-cms-detect

Create craft-cms-detect.yaml
patch-1
Prince Chaddha 2021-09-02 17:15:17 +05:30 committed by GitHub
commit e3e758a051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: craft-cms-detect
info:
name: Craft CMS Detect
author: skeltavik
severity: info
description: Detects Craft CMS
reference: https://craftcms.com
tags: tech,craftcms
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
part: header
words:
- 'X-Powered-By: Craft CMS'
- type: status
status:
- 200