Merge pull request #5067 from projectdiscovery/build-properties
Create build-properties.yamlpatch-1
commit
59b81cb764
|
@ -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