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