nuclei-templates/http/exposed-panels/konga-panel.yaml

33 lines
532 B
YAML
Raw Normal View History

2022-04-02 08:32:12 +00:00
id: konga-panel
info:
name: Konga Panel Detect
author: princechaddha
severity: info
reference:
- https://github.com/pantsel/konga
2022-04-02 08:32:12 +00:00
tags: tech,konga,oss
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 = "(.*)";'