nuclei-templates/exposures/files/gradle-libs.yaml

32 lines
605 B
YAML
Raw Normal View History

2022-12-04 18:54:30 +00:00
id: gradle-libs
info:
2022-12-08 11:26:04 +00:00
name: Gradle Library Version Disclosure
2022-12-04 18:54:30 +00:00
author: DhiyaneshDK
2022-12-08 11:26:04 +00:00
severity: info
2022-12-04 18:54:30 +00:00
metadata:
verified: true
github-query: filename:libs.versions.toml
tags: file,gradle
requests:
- method: GET
path:
- '{{BaseURL}}/gradle/libs.versions.toml'
- '{{BaseURL}}/libs.versions.toml'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "[versions]"
- "[libraries]"
- "[bundles]"
condition: and
- type: status
status:
- 200