nuclei-templates/technologies/kong-detect.yaml

26 lines
435 B
YAML
Raw Normal View History

id: kong-detect
info:
name: Detect Kong
author: geeknik
2020-10-12 15:58:41 +00:00
description: The Cloud-Native API Gateway - https://github.com/Kong/kong
severity: info
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "[Ss]erver: [Kk]ong+"
extractors:
- type: kval
part: header
kval:
- server