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

35 lines
633 B
YAML
Raw Normal View History

2022-10-25 02:35:30 +00:00
id: mautic-installer
info:
name: Mautic Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-25 02:35:30 +00:00
verified: true
shodan-query: html:"Mautic Installation"
2022-10-25 13:03:54 +00:00
tags: misconfig,mautic,install
2022-10-25 02:35:30 +00:00
http:
2022-10-25 02:35:30 +00:00
- 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