nuclei-templates/misconfiguration/php-fpm-status.yaml

25 lines
404 B
YAML

id: php-fpm-status
info:
name: PHP-FPM Status
author: geeknik
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/status?full"
matchers-condition: and
matchers:
- type: word
words:
- 'pool:'
- 'process manager:'
- 'start time:'
- 'pid:'
condition: and
- type: status
status:
- 200