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

Create craftcms-admin-panel.yaml
patch-1
Prince Chaddha 2021-12-20 13:34:39 +05:30 committed by GitHub
commit 2b2d18ab64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: craftcms-admin-panel
info:
name: Craft CMS admin panel
author: Supras
severity: info
metadata:
shodan-query: "X-Powered-By: Craft CMS"
tags: panel,craftcms
requests:
- method: GET
path:
- '{{BaseURL}}/admin/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'title="Powered by Craft CMS"'
- type: status
status:
- 200