nuclei-templates/http/misconfiguration/installer/mautic-installer.yaml

35 lines
633 B
YAML

id: mautic-installer
info:
name: Mautic Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
shodan-query: html:"Mautic Installation"
tags: misconfig,mautic,install
http:
- method: GET
path:
- '{{BaseURL}}/installer'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Mautic Installation - Environment Check'
- 'Ready to Install!'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200