30 lines
471 B
YAML
30 lines
471 B
YAML
id: kong-detect
|
|
|
|
info:
|
|
name: Detect Kong
|
|
author: geeknik
|
|
severity: info
|
|
description: The Cloud-Native API Gateway
|
|
reference:
|
|
- https://github.com/Kong/kong
|
|
tags: tech,kong
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- "[Ss]erver: [Kk]ong+"
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- server
|