28 lines
720 B
YAML
28 lines
720 B
YAML
id: phpunit-result-cache-exposure
|
|
|
|
info:
|
|
name: PHPUnit Result Cache File Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: PHPUnit cache file is exposed.
|
|
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: 490a00463044022043f5cb464ce98b2f50368b6a9109c466260171cae0be910601fdc522e75b260d022060013e8c4c77ccfbb8c29f2b943d0835e431e4c2bd2cf6deff507b7f7badca24:922c64590222798bb761d5b6d8e72950 |