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

37 lines
838 B
YAML
Raw Normal View History

2021-02-26 02:08:24 +00:00
id: joomla-manifest-file
info:
name: Joomla Manifest File Disclosure
2021-02-26 02:08:24 +00:00
author: oppsec
2021-02-26 05:30:36 +00:00
severity: info
description: A Joomla Manifest file was discovered. joomla.xml is a file which stores information about installed Joomla, such as version, files, and paths.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
tags: misc,joomla
2021-02-26 02:08:24 +00:00
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
2022-01-28 10:24:49 +00:00
part: header
2021-02-26 02:08:24 +00:00
words:
- "application/xml"
- type: status
status:
- 200
# Enhanced by mp on 2022/04/08