Merge pull request #956 from oppsec/patch-7

Create joomla-manifest-file.yaml
patch-1
PD-Team 2021-02-26 11:01:14 +05:30 committed by GitHub
commit 30b5e7ec2c
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: info
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