Create mura-cms-setup-installer.yaml
parent
3e953023ca
commit
491263d941
|
@ -0,0 +1,31 @@
|
|||
id: mura-cms-setup-installer
|
||||
|
||||
info:
|
||||
name: Mura CMS Setup Page - Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
description: |
|
||||
Detects exposed Mura CMS Setup page.
|
||||
reference:
|
||||
- https://www.murasoftware.com/mura-cms/
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: body="Mura CMS - Setup"
|
||||
tags: misconfig,install,exposure,mura-cms
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Mura CMS - Setup"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue