nuclei-templates/technologies/spinnaker-detect.yaml

24 lines
498 B
YAML
Raw Normal View History

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
2021-11-12 16:59:49 +00:00
requests:
- 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:
- "contains(tolower(all_headers), 'x-spinnaker-priority')"