32 lines
709 B
YAML
32 lines
709 B
YAML
id: styleci-yml-disclosure
|
|
|
|
info:
|
|
name: StyleCi Yaml File Disclosure
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: ".styleci.yml"
|
|
tags: config,exposure,devops,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.styleci.yml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "php"
|
|
- "preset"
|
|
- "disabled"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100ace295bfcf11f068bf4f73615126ad8dd46c27d9c89918d4b5f4eae6ea9c61940220626668df0c115373e7838780d847151b7ec3b7396c34a4180b4e8327362100a5:922c64590222798bb761d5b6d8e72950
|