29 lines
493 B
YAML
29 lines
493 B
YAML
|
id: styleci-yml-disclosure
|
||
|
|
||
|
info:
|
||
|
name: StyleCi Yaml File Disclosure
|
||
|
author: DhiyaneshDk
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: ".styleci.yml"
|
||
|
tags: config,exposure,devops
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.styleci.yml"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "php"
|
||
|
- "preset"
|
||
|
- "disabled"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|