31 lines
627 B
YAML
31 lines
627 B
YAML
id: build-properties
|
|
|
|
info:
|
|
name: Build Properties File Exposure
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
google-dork: intitle:"index of" "build.properties"
|
|
tags: exposure,config
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/build.properties'
|
|
- '{{BaseURL}}/build/build.properties'
|
|
- '{{BaseURL}}/manual/style/build.properties'
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'manpages.8 = \'
|
|
- 'manpages.1 = \'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|