37 lines
811 B
YAML
37 lines
811 B
YAML
id: umbraco-installer
|
|
|
|
info:
|
|
name: Umbraco Install Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Install Umbraco"
|
|
tags: misconfig,umbraco,install,oss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Install Umbraco'
|
|
- 'umbracoInstallPageBody'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100c53a3681d75bda594962392c31f54b1dfb123bf593f4e7dab8af5ee44788f11a022100b9bf2b1bb955323a4d1fd719430075ba506b65018b47f1e4ae89ba0d44a252d4:922c64590222798bb761d5b6d8e72950
|