nuclei-templates/http/technologies/kong-detect.yaml

34 lines
615 B
YAML

id: kong-detect
info:
name: Detect Kong
author: geeknik,joshlarsen
severity: info
description: The Cloud-Native API Gateway
reference:
- https://github.com/Kong/kong
metadata:
max-request: 1
tags: tech,kong
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- "server: kong"
- "x-kong-response-latency"
- "x-kong-upstream-latency"
- "x-kong-proxy-latency"
condition: or
case-insensitive: true
extractors:
- type: kval
kval:
- server