42 lines
981 B
YAML
42 lines
981 B
YAML
id: neos-panel
|
|
|
|
info:
|
|
name: Neos CMS Login Panel - Detect
|
|
author: k11h-de
|
|
severity: info
|
|
description: Neos CMS login panel was detected.
|
|
reference:
|
|
- https://github.com/neos/neos/blob/master/Configuration/Routes.yaml
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,neos,cms,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/neos/login'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Neos comes with ABSOLUTELY NO WARRANTY'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: kval
|
|
kval:
|
|
- 'x_flow_powered'
|
|
|
|
# digest: 4a0a0047304502201933f075ef8afbf4d3cbf063d2cc580c51743b8ff262c2c7114a3031b835a5820221008c17dfceabb0ab0293a49421fe78bc5c074b6014e070c6cb17a4f23920501223:922c64590222798bb761d5b6d8e72950
|