Merge pull request #1020 from oppsec/patch-11

Create joomla-config-file.yaml
patch-1
PD-Team 2021-03-04 22:49:46 +05:30 committed by GitHub
commit 6c7078e540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: joomla-config-dist-file
info:
name: Joomla Config Dist File
author: oppsec
severity: low
description: configuration.php-dist is a file created by Joomla to save Joomla settings.
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