misc update

patch-1
sandeep 2021-11-13 01:42:06 +05:30
parent e79f7c4a91
commit d237c03297
1 changed files with 6 additions and 9 deletions

View File

@ -5,23 +5,20 @@ info:
author: Adam Crosser author: Adam Crosser
severity: info severity: info
description: Detects the Spinnaker continuous delivery software description: Detects the Spinnaker continuous delivery software
tags: tech,Spinnaker tags: tech,spinnaker
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/" - "{{BaseURL}}"
redirects: false
stop-at-first-match: true
matchers-condition: or matchers-condition: or
matchers: matchers:
- type: word - type: word
part: body
words: words:
- '<spinnaker ng-if="!authenticating"></spinnaker>' - '<spinnaker ng-if="!authenticating"></spinnaker>'
part: body
- type: word - type: dsl
part: header dsl:
words: - "contains(tolower(all_headers), 'x-spinnaker-priority')"
- 'X-Spinnaker-Priority'