42 lines
1002 B
YAML
42 lines
1002 B
YAML
id: konga-panel
|
|
|
|
info:
|
|
name: Konga Panel - Detect
|
|
author: princechaddha
|
|
severity: info
|
|
description: Konga panel was detected.
|
|
reference:
|
|
- https://github.com/pantsel/konga
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/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:pantsel:konga:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: pantsel
|
|
product: konga
|
|
tags: tech,konga,oss,panel,pantsel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Konga</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'konga_version = "(.*)";'
|
|
# digest: 4a0a004730450220191d238897f777c66e8a701c1f9cf6fd63e9274826e39f1b0d521b1788cf0211022100e0b73a608ae5953ce4fec5b138e007995c5cf428d1325d7d530f6e208bdbc2bb:922c64590222798bb761d5b6d8e72950 |