2021-11-12 16:59:49 +00:00
|
|
|
id: spinnaker-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Spinnaker Detect
|
|
|
|
author: Adam Crosser
|
|
|
|
severity: info
|
|
|
|
description: Detects the Spinnaker continuous delivery software
|
2021-11-12 20:12:06 +00:00
|
|
|
tags: tech,spinnaker
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-11-12 16:59:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-12 16:59:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-11-12 20:12:06 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-11-12 16:59:49 +00:00
|
|
|
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-11-12 20:12:06 +00:00
|
|
|
part: body
|
2021-11-12 16:59:49 +00:00
|
|
|
words:
|
|
|
|
- '<spinnaker ng-if="!authenticating"></spinnaker>'
|
|
|
|
|
2021-11-12 20:12:06 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-06-19 21:10:30 +00:00
|
|
|
- "contains(tolower(header), 'x-spinnaker-priority')"
|