nuclei-templates/technologies/kong-detect.yaml

31 lines
587 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"
- "x-kong-upstream_latency"
- "x-kong-proxy-latency"
condition: or
case-insensitive: true
extractors:
- type: kval
kval:
- server