26 lines
754 B
YAML
26 lines
754 B
YAML
id: apcu-service
|
|
|
|
info:
|
|
name: APCu service information leakage
|
|
author: koti2
|
|
severity: low
|
|
description: APCu service is vulnerable to information leakage.
|
|
metadata:
|
|
max-request: 2
|
|
tags: config,service,apcu,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/apc/apc.php"
|
|
- "{{BaseURL}}/apc.php"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "APCu Version Information"
|
|
- "General Cache Information"
|
|
- "Detailed Memory Usage and Fragmentation"
|
|
condition: or
|
|
# digest: 490a00463044022011818648e29711f049740c31c648ab90be68cad443151e9b42af4112148e3bdc02200b728fd3dd0c36c1a26c546ae6e0cd7796c3322e00bc7f584e82d642938238d8:922c64590222798bb761d5b6d8e72950 |