29 lines
678 B
YAML
29 lines
678 B
YAML
id: phpunit-result-cache-exposure
|
|
|
|
info:
|
|
name: PHPUnit Result Cache File Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: ".phpunit.result.cache"
|
|
tags: config,exposure,devops,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.phpunit.result.cache"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"defects"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502210098cd1e478fc7f8a20bede35edf2aae2bc25e1c026c2678c1536c6b3e20f45a5f0220363f73c757e2817a146693539d7ad5ebbdda182c2a6d31c59f924a24324b8074:922c64590222798bb761d5b6d8e72950
|