42 lines
924 B
YAML
42 lines
924 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,konga,oss,panel
|
|
|
|
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: 490a004630440220601bb13a6aeb2a0a87c7105b9d046c5b9d333914326e5ef54b3553a280b1f54602206bb620a716c8db51fffd3cba446483d07863fb0debaa7a8255ba8ca89ce6f662:922c64590222798bb761d5b6d8e72950
|