nuclei-templates/http/miscellaneous/joomla-htaccess.yaml

33 lines
649 B
YAML
Raw Normal View History

2021-02-26 02:19:22 +00:00
id: joomla-htaccess-file
info:
name: Joomla! htaccess file disclosure
2021-02-26 02:19:22 +00:00
author: oppsec
severity: info
description: Joomla! has an htaccess file to store configurations about HTTP config, directory listing, etc.
tags: misc,joomla
metadata:
max-request: 1
2021-02-26 02:19:22 +00:00
http:
2021-02-26 02:19:22 +00:00
- method: GET
path:
- "{{BaseURL}}/htaccess.txt"
matchers-condition: and
matchers:
- type: word
words:
2022-01-28 10:24:49 +00:00
- "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
2022-01-28 10:24:49 +00:00
part: header
2021-02-26 02:19:22 +00:00
words:
- "text/plain"
- type: status
status:
- 200