34 lines
623 B
YAML
34 lines
623 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
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by md on 2023/02/09
|