22 lines
378 B
YAML
22 lines
378 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}}"
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Gradle Enterprise</title>"
|