Add files via upload

patch-5
Dominique RIGHETTO 2024-07-11 19:21:26 +02:00 committed by GitHub
parent 00c6040fa6
commit c11e44734c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: gradle-develocity-panel
info:
name: Gradle Develocity Build Cache Node Login Panel - Detect
author: righettod
severity: info
description: Gradle Develocity Build Cache Node login panel was detected.
reference:
- https://gradle.com/gradle-enterprise-solutions/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Develocity Build Cache Node"
tags: panel,gradle,detect,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: dsl
dsl:
- 'status_code == 200 || status_code == 401'
- 'contains_any(to_lower(body), "develocity build cache node", "develocity", "com.gradle.error.fallback")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)"applicationVersion":"([0-9.]+)"'