nuclei-templates/miscellaneous/joomla-manifest-file.yaml

31 lines
646 B
YAML

id: joomla-manifest-file
info:
name: Joomla manifest file disclosure
author: oppsec
severity: info
description: joomla.xml is a file which stores information about installed Joomla, such as version, files, and paths.
tags: misc,joomla
requests:
- method: GET
path:
- "{{BaseURL}}/administrator/manifests/files/joomla.xml"
matchers-condition: and
matchers:
- type: word
words:
- "admin@joomla.org"
- "www.joomla.org"
condition: and
- type: word
words:
- "application/xml"
part: header
- type: status
status:
- 200