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
|
2022-01-19 10:15:06 +00:00
|
|
|
tags: config,service,apcu
|
2020-05-04 06:23:34 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|