37 lines
943 B
YAML
37 lines
943 B
YAML
id: zentao-detect
|
|
|
|
info:
|
|
name: Zentao Panel - Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
description: Zentao panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:easycorp:zentao:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: easycorp
|
|
product: zentao
|
|
tags: panel,easycorp
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/zentao/index.php?mode=getconfig"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"sessionName":"zentaosid"'
|
|
- '{"version":"'
|
|
part: body
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '"version":"([v0-9.]+)"'
|
|
# digest: 4a0a00473045022100d42daf903e722bd5e0e0f7e1c709e76299f8b3490309141393e4a8f37912098a02205a7c7c4b8ed5918f3d63f257d540078bfe6944d44e127a70c9d18b380ec54a6b:922c64590222798bb761d5b6d8e72950 |