Merge pull request #9759 from righettod/craftercms_add

Add detection of CrafterCMS login panel instances.
patch-2
Dhiyaneshwaran 2024-05-12 13:29:56 +05:30 committed by GitHub
commit c303c89cc0
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), "craftercmsnext", "login - craftercms", "crafter software corporation")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'Copyright\s+\(C\)\s+([0-9-]+)\s+Crafter'