nuclei-templates/http/misconfiguration/apc-info.yaml

25 lines
497 B
YAML

id: apcu-service
info:
name: APCu service information leakage
author: koti2
severity: low
tags: config,service,apcu,misconfig
metadata:
max-request: 2
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