22 lines
466 B
YAML
22 lines
466 B
YAML
id: opcache-status-exposure
|
|
|
|
info:
|
|
name: OPcache Status Exposure
|
|
author: pdteam
|
|
severity: low
|
|
tags: config,exposure,status
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/opcache-status/"
|
|
- "{{BaseURL}}/php-opcache-status/"
|
|
- "{{BaseURL}}/opcache-status/opcache.php"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<th>opcache_enabled</th>"
|
|
- "<th>opcache_hit_rate</th>"
|
|
condition: and
|
|
part: body
|