Merge pull request #5067 from projectdiscovery/build-properties

Create build-properties.yaml
patch-1
Prince Chaddha 2022-08-11 15:51:06 -07:00 committed by GitHub
commit 59b81cb764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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