nuclei-templates/technologies/kong-detect.yaml

32 lines
588 B
YAML
Raw Normal View History

id: kong-detect
info:
name: Detect Kong
author: geeknik,joshlarsen
severity: info
description: The Cloud-Native API Gateway
reference:
- https://github.com/Kong/kong
2021-09-09 13:38:13 +00:00
tags: tech,kong
requests:
- method: GET
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "server: kong"
- "x-kong-response-latency"
2022-05-16 18:05:31 +00:00
- "x-kong-upstream-latency"
- "x-kong-proxy-latency"
condition: or
case-insensitive: true
extractors:
- type: kval
kval:
2022-05-16 18:05:31 +00:00
- server