nuclei-templates/http/exposures/configs/php-fpm-config.yaml

33 lines
690 B
YAML
Raw Normal View History

2021-04-26 08:00:22 +00:00
id: php-fpm-config
info:
name: PHP-FPM Configuration Page - Detect
2021-04-26 08:00:22 +00:00
author: sheikhrishad
2023-03-02 20:58:29 +00:00
severity: info
description: PHP-FPM configuration page was detected.
2023-03-02 20:58:29 +00:00
reference: https://www.php.net/manual/en/install.fpm.php
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-04-26 08:00:22 +00:00
tags: config,exposure,php
metadata:
max-request: 1
2021-04-26 08:00:22 +00:00
http:
2021-04-26 08:00:22 +00:00
- method: GET
path:
- "{{BaseURL}}/php-fpm.conf"
2021-04-26 08:36:32 +00:00
2021-04-26 08:00:22 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "FPM Configuration"
- "Pool Definitions"
condition: and
- type: status
status:
- 200