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

28 lines
459 B
YAML
Raw Normal View History

id: php-fpm-status
info:
name: PHP-FPM Status
author: geeknik
2023-07-31 15:53:56 +00:00
severity: unknown
tags: config,misconfig
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/status?full"
matchers-condition: and
matchers:
- type: word
words:
- 'pool:'
- 'process manager:'
- 'start time:'
- 'pid:'
2021-01-21 15:01:16 +00:00
condition: and
- type: status
status:
- 200