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