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

33 lines
629 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:
max-request: 2
2022-12-04 18:54:30 +00:00
verified: true
github-query: filename:libs.versions.toml
tags: file,gradle,exposure
2022-12-04 18:54:30 +00:00
http:
2022-12-04 18:54:30 +00:00
- 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