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