Merge pull request #5835 from projectdiscovery/umbraco-installer

Create umbraco-installer.yaml
patch-1
Prince Chaddha 2022-10-26 12:33:21 +05:30 committed by GitHub
commit d9c4b207f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: umbraco-installer
info:
name: Umbraco Install Exposure
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"Install Umbraco"
tags: misconfig,umbraco,install,oss
requests:
- 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