Create joomla-manifest-file.yaml
parent
3a22ab23c0
commit
6908df0aaf
|
@ -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
|
Loading…
Reference in New Issue