2020-10-12 14:13:21 +00:00
|
|
|
id: kong-detect
|
|
|
|
info:
|
|
|
|
name: Detect Kong
|
|
|
|
author: geeknik
|
2020-10-12 15:58:41 +00:00
|
|
|
description: The Cloud-Native API Gateway - https://github.com/Kong/kong
|
2020-10-12 14:13:21 +00:00
|
|
|
severity: info
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-01-13 07:31:46 +00:00
|
|
|
- "{{BaseURL}}"
|
2020-10-12 14:13:21 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
|
|
|
- kong+
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
part: header
|
|
|
|
kval:
|
|
|
|
- Server
|