31 lines
657 B
YAML
31 lines
657 B
YAML
id: php-fpm-status
|
|
|
|
info:
|
|
name: PHP-FPM Status
|
|
author: geeknik
|
|
severity: unknown
|
|
metadata:
|
|
max-request: 1
|
|
tags: config,misconfig
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100c48b38b695a6385aa881fd2cc1bb2fabbad620e4cb71f06794665ff84e7923de022100a47be600557ef8311e45c1af65085f103778295de3ec49626760df6c4ea38332:922c64590222798bb761d5b6d8e72950
|