26 lines
420 B
YAML
26 lines
420 B
YAML
id: kong-detect
|
|
info:
|
|
name: Detect Kong
|
|
author: geeknik
|
|
description: The Cloud-Native API Gateway - https://github.com/Kong/kong
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- kong+
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- Server
|