Skip to content

PHP-FPM Status

ID: php-fpm-status

Severity: unknown

Author: geeknik

Tags: config,misconfig

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: 4b0a00483046022100b85db7854e7178dc43813486e7c27c582ed1686a7b2403371e59ac4c48ceb20e022100fa6320ad4f13d4e42cdcbf630616a48b8c5900837ae7f3df9193d00c920023d1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/php-fpm-status.yaml"

View on Github