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

24 lines
420 B
YAML

id: php-fpm-config
info:
name: PHP-FPM Config file disclosure
author: sheikhrishad
severity: low
tags: config,exposure,php
requests:
- method: GET
path:
- "{{BaseURL}}/php-fpm.conf"
matchers-condition: and
matchers:
- type: word
words:
- "FPM Configuration"
- "Pool Definitions"
condition: and
- type: status
status:
- 200