nuclei-templates/misconfiguration/installer/umbraco-installer.yaml

34 lines
599 B
YAML
Raw Normal View History

2022-10-25 21:25:00 +00:00
id: umbraco-installer
info:
name: Umbraco Install Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"Install Umbraco"
2022-10-26 07:01:46 +00:00
tags: misconfig,umbraco,install,oss
2022-10-25 21:25:00 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Install Umbraco'
2022-10-26 07:01:46 +00:00
- 'umbracoInstallPageBody'
condition: and
2022-10-25 21:25:00 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200