Files
nuclei-templates/exposures/files/phpunit-result-cache-exposure.yaml
Prince Chaddha fdaae66c37 update tags
2022-10-13 15:42:07 +05:30

26 lines
468 B
YAML

id: phpunit-result-cache-exposure
info:
name: PHPUnit Result Cache File Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: ".phpunit.result.cache"
tags: config,exposure,devops,files
requests:
- method: GET
path:
- "{{BaseURL}}/.phpunit.result.cache"
matchers-condition: and
matchers:
- type: word
words:
- '"defects"'
- type: status
status:
- 200