Skip to content

Spinnaker Detect

ID: spinnaker-detect

Severity: info

Author: Adam Crosser

Tags: tech,spinnaker

Detects the Spinnaker continuous delivery software

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: 4b0a00483046022100d72948825eed7c03df97175300ae005fabf30399d6857de1523fc6f58f6a1914022100df3c7744b20c3a095a53be44c1463ed93fa9f92570aaadacd6e1151c3aa78102:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/spinnaker-detect.yaml"

View on Github