nuclei-templates/http/exposures/configs/joomla-config-file.yaml

34 lines
618 B
YAML

id: joomla-config-dist-file
info:
name: Joomla! Configuration File - Detect
author: oppsec
severity: low
description: Joomla! configuration.php-dist file was detected.
tags: config,exposure,joomla
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/configuration.php-dist"
matchers-condition: and
matchers:
- type: word
words:
- "Joomla"
- "JConfig"
- "@package"
condition: and
- type: word
words:
- "text/plain"
part: header
- type: status
status:
- 200