20 lines
415 B
YAML
20 lines
415 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
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Microsoft Azure App Service - Welcome</title>"
|
||
|
part: body
|