Add files via upload
parent
00c6040fa6
commit
c11e44734c
|
@ -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.]+)"'
|
Loading…
Reference in New Issue