35 lines
856 B
YAML
35 lines
856 B
YAML
id: joomla-htaccess-file
|
|
|
|
info:
|
|
name: Joomla! htaccess file disclosure
|
|
author: oppsec
|
|
severity: info
|
|
description: Joomla! has an htaccess file to store configurations about HTTP config, directory listing, etc.
|
|
metadata:
|
|
max-request: 1
|
|
tags: miscellaneous,misc,joomla
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/htaccess.txt"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Joomla"
|
|
- "Open Source Matters. All rights reserved"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/plain"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402203c71e1b3a4d0ec685fedc0306892e76c7d3ea996ad8a171ab729a84ad0e17d0302200392913a0ae47cd0a2f1d52402322dd44083c076a6970dab481d7113cdd273ea:922c64590222798bb761d5b6d8e72950
|