Create build-properties.yaml
parent
32100c6b22
commit
3099b0eca1
|
@ -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
|
Loading…
Reference in New Issue