Merge pull request #9759 from righettod/craftercms_add
Add detection of CrafterCMS login panel instances.patch-2
commit
c303c89cc0
|
@ -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'
|
Loading…
Reference in New Issue