misc update
parent
e79f7c4a91
commit
d237c03297
|
@ -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')"
|
Loading…
Reference in New Issue