2020-05-14 20:25:12 +00:00
|
|
|
id: apcu-service
|
2020-05-04 06:23:34 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: APCu service information leakage
|
|
|
|
author: koti2
|
2020-05-25 08:02:27 +00:00
|
|
|
severity: low
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: config,service,apcu,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2020-05-04 06:23:34 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-05-04 06:23:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/apc/apc.php"
|
2020-05-04 08:13:13 +00:00
|
|
|
- "{{BaseURL}}/apc.php"
|
2022-01-19 10:15:06 +00:00
|
|
|
|
|
|
|
stop-at-first-match: true
|
2020-05-04 06:23:34 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "APCu Version Information"
|
|
|
|
- "General Cache Information"
|
|
|
|
- "Detailed Memory Usage and Fragmentation"
|
|
|
|
condition: or
|