2021-02-26 02:08:24 +00:00
|
|
|
id: joomla-manifest-file
|
|
|
|
|
|
|
|
info:
|
2021-02-26 05:30:36 +00:00
|
|
|
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
|
2021-09-05 21:13:45 +00:00
|
|
|
description: joomla.xml is a file which stores information about installed Joomla, such as version, files, and paths.
|
|
|
|
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
|
|
|
|
words:
|
|
|
|
- "application/xml"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|