27 lines
690 B
YAML
27 lines
690 B
YAML
id: apcu-service
|
|
|
|
info:
|
|
name: APCu service information leakage
|
|
author: koti2
|
|
severity: low
|
|
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: 490a00463044022078f4a47334370b1858c549d819be9a305325ac7606a05ce37e64986c171d895902206e1f50add7966d90ac4191f38e346bac32ff2b7ab57ee4424f708c380af53ca6:922c64590222798bb761d5b6d8e72950
|