nuclei-templates/misconfiguration/apc-info.yaml

21 lines
416 B
YAML
Raw Normal View History

2020-05-14 20:25:12 +00:00
id: apcu-service
info:
name: APCu service information leakage
author: koti2
2020-05-25 08:02:27 +00:00
severity: low
2021-03-12 08:57:14 +00:00
tags: config
requests:
- method: GET
path:
- "{{BaseURL}}/apc/apc.php"
2020-05-04 08:13:13 +00:00
- "{{BaseURL}}/apc.php"
matchers:
- type: word
words:
- "APCu Version Information"
- "General Cache Information"
- "Detailed Memory Usage and Fragmentation"
condition: or