2022-04-02 08:32:12 +00:00
|
|
|
id: konga-panel
|
|
|
|
|
|
|
|
info:
|
2023-04-28 13:11:35 +00:00
|
|
|
name: Konga Panel - Detect
|
2022-04-02 08:32:12 +00:00
|
|
|
author: princechaddha
|
|
|
|
severity: info
|
2023-04-28 13:11:35 +00:00
|
|
|
description: Konga panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/pantsel/konga
|
2023-04-28 13:11:35 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-04-28 13:11:35 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,konga,oss,panel
|
2022-04-02 08:32:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-02 08:32:12 +00:00
|
|
|
- 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 = "(.*)";'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a004630440220601bb13a6aeb2a0a87c7105b9d046c5b9d333914326e5ef54b3553a280b1f54602206bb620a716c8db51fffd3cba446483d07863fb0debaa7a8255ba8ca89ce6f662:922c64590222798bb761d5b6d8e72950
|