Spinnaker Detect
ID: spinnaker-detect
Severity: info
Author: Adam Crosser
Tags: tech,spinnaker
Description
Section titled “Description”Detects the Spinnaker continuous delivery software
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/spinnaker-detect.yaml"