Create joomla-manifest-file.yaml

patch-1
oppsec 2021-02-25 23:08:24 -03:00 committed by GitHub
parent 3a22ab23c0
commit 6908df0aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: joomla-manifest-file
info:
name: joomla manifest file disclosure
author: oppsec
severity: low
description: joomla.xml is a xml file which stores some informations about installed Joomla, like version, files and paths.
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