2021-02-26 02:19:22 +00:00
|
|
|
id: joomla-htaccess-file
|
|
|
|
|
|
|
|
info:
|
2021-02-26 11:24:16 +00:00
|
|
|
name: Joomla htaccess file disclosure
|
2021-02-26 02:19:22 +00:00
|
|
|
author: oppsec
|
|
|
|
severity: info
|
|
|
|
description: Joomla have a htaccess file to store some configuration about HTTP Config, Directory Listening etc...
|
2021-04-01 18:35:08 +00:00
|
|
|
tags: misc
|
2021-02-26 02:19:22 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/htaccess.txt"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "# @package Joomla"
|
2021-02-26 05:28:24 +00:00
|
|
|
- "Open Source Matters. All rights reserved"
|
2021-02-26 02:19:22 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|