Add files via upload
parent
133474df85
commit
004a01de6b
|
@ -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'
|
Loading…
Reference in New Issue