22 lines
383 B
YAML
22 lines
383 B
YAML
id: gradle-enterprise-panel
|
|
|
|
info:
|
|
name: Gradle Enterprise Panel Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
tags: panel,gradle
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Gradle Enterprise</title>"
|