20 lines
401 B
YAML
20 lines
401 B
YAML
|
id: apcu-service
|
||
|
|
||
|
info:
|
||
|
name: APCu service information leakage
|
||
|
author: koti2
|
||
|
severity: low
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/apc/apc.php"
|
||
|
- "{{BaseURL}}/apc.php"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "APCu Version Information"
|
||
|
- "General Cache Information"
|
||
|
- "Detailed Memory Usage and Fragmentation"
|
||
|
condition: or
|