Skip to content

Microsoft Azure Default Page

ID: default-microsoft-azure-page

Severity: info

Author: dhiyaneshDk

Tags: tech,azure,microsoft

id: default-microsoft-azure-page
info:
name: Microsoft Azure Default Page
author: dhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:a:microsoft:azure:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: microsoft
product: azure
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
# digest: 4a0a0047304502203dc64b243a0f9878aa1922f6b8e2866fab7d372498a39c4ce4d68a23786889d6022100d2519a5c36b9d2f5ea96682ff6ba2cf547f2d01440902a72e3cdec728dfa73ea:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/microsoft/default-microsoft-azure-page.yaml"

View on Github