Skip to content

CrafterCMS Login Panel - Detect

ID: craftercms-panel

Severity: info

Author: righettod

Tags: panel,craftercms,login,detect

CrafterCMS login panel was detected.

id: craftercms-panel
info:
name: CrafterCMS Login Panel - Detect
author: righettod
severity: info
description: |
CrafterCMS login panel was detected.
reference:
- https://craftercms.org/
classification:
cpe: cpe:2.3:a:craftercms:craftercms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: craftercms
product: craftercms
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), "craftercmsnext", "login - craftercms", "crafter software corporation")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'
# digest: 4a0a00473045022100ee20a2673ae6c5fe35166d6f2cd5a7f44581e55ad595bee7e1fab8bec723785d02201de63cb0a2b83cb690cb269f0ab9ac1892d8596b95a185e457e15c84560ec32d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/craftercms-panel.yaml"

View on Github