20 lines
419 B
YAML
20 lines
419 B
YAML
id: default-microsoft-azure-page
|
|
|
|
info:
|
|
name: Microsoft Azure Default Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"Microsoft Azure App Service - Welcome"
|
|
tags: tech,azure,microsoft
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Microsoft Azure App Service - Welcome</title>"
|
|
part: body
|