Merge pull request #4032 from projectdiscovery/konga-panel

Create konga-panel.yaml
patch-1
Prince Chaddha 2022-04-02 16:10:37 +05:30 committed by GitHub
commit e1a37cec4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: konga-panel
info:
name: Konga Panel Detect
author: princechaddha
severity: info
reference: https://github.com/pantsel/konga
tags: tech,konga,oss
requests:
- 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 = "(.*)";'