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
|
2021-09-05 21:13:45 +00:00
|
|
|
description: Joomla has an htaccess file to store configurations about HTTP config, directory listing, etc.
|
|
|
|
tags: misc,joomla
|
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
|