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

26 lines
415 B
YAML
Raw Normal View History

id: php-fpm-status
info:
name: PHP-FPM Status
author: geeknik
severity: info
2021-03-12 08:57:14 +00:00
tags: config
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