Skip to content

Gradle Enterprise Login Panel - Detect

ID: gradle-enterprise-panel

Severity: info

Author: Adam Crosser

Tags: panel,gradle

Gradle Enterprise logjn panel was detected.

id: gradle-enterprise-panel
info:
name: Gradle Enterprise Login Panel - Detect
author: Adam Crosser
severity: info
description: Gradle Enterprise logjn panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:gradle:gradle_enterprise:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: gradle
product: gradle_enterprise
tags: panel,gradle
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Gradle Enterprise</title>"
# digest: 4a0a00473045022100fc22aa7f45f037ddd30bbab6608ba107786b38cc20bd67a64937f5a12304daae022013c4475b7aaf65425d1374f84dc8bcc5a76f1318f57642e617f77be7b2b9e326:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/gradle/gradle-enterprise-panel.yaml"

View on Github