27 lines
522 B
YAML
27 lines
522 B
YAML
id: gradle-cache-node-detect
|
|
|
|
info:
|
|
name: Gradle Enterprise Build Cache Node Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
reference:
|
|
- https://gradle.com
|
|
tags: panel,gradle,cache
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "<span>Gradle Enterprise Build Cache Node (.*)</span>"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- "<span>Gradle Enterprise Build Cache Node (.*)</span>"
|