29 lines
716 B
YAML
29 lines
716 B
YAML
id: spinnaker-detect
|
|
|
|
info:
|
|
name: Spinnaker Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
description: Detects the Spinnaker continuous delivery software
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,spinnaker
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<spinnaker ng-if="!authenticating"></spinnaker>'
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(tolower(header), 'x-spinnaker-priority')"
|
|
|
|
# digest: 4a0a0047304502206715019fb1448a23102a44f7fc6a79036df9d08e187f9cdbdcd3268f8bcaa3cf0221008691991821a2bc5a65e05d8d3ba72da7e4a862f9b1d967be8585db8680221fb8:922c64590222798bb761d5b6d8e72950
|