30 lines
661 B
YAML
30 lines
661 B
YAML
|
id: joomla-htaccess-file
|
||
|
|
||
|
info:
|
||
|
name: Joomla htacces file disclosure
|
||
|
author: oppsec
|
||
|
severity: info
|
||
|
description: Joomla have a htaccess file to store some configuration about HTTP Config, Directory Listening etc...
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/htaccess.txt"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "# @package Joomla"
|
||
|
- "# @copyright Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved.g"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "text/plain"
|
||
|
part: header
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|