37 lines
945 B
YAML
37 lines
945 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
|
|
product: zentao
|
|
vendor: easycorp
|
|
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: 4b0a00483046022100b2fca111eeb134b8f271c9f388d0b1683f6089e8cd8282969920087b87ed85f6022100c46a668302c05706ebcc5dd7fc85b5873760798ac11012543b80d83885fde527:922c64590222798bb761d5b6d8e72950 |