Add files via upload

patch-2
Dominique RIGHETTO 2024-05-11 16:35:32 +02:00 committed by GitHub
parent 133474df85
commit 004a01de6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: craftercms-panel
info:
name: CrafterCMS Login Panel - Detect
author: righettod
severity: info
description: |
CrafterCMS login panel was detected.
reference:
- https://craftercms.org/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"craftercms"
tags: panel,craftercms,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/studio/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "craftercms", "crafter software corporation")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'