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

25 lines
497 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
tags: config,service,apcu,misconfig
metadata:
max-request: 2
http:
- 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
matchers:
- type: word
words:
- "APCu Version Information"
- "General Cache Information"
- "Detailed Memory Usage and Fragmentation"
condition: or