nuclei-templates/miscellaneous/microsoft-azure-error.yaml

25 lines
475 B
YAML

id: microsoft-azure-error
info:
name: Microsoft Azure Web App - Error 404
author: dhiyaneshDK
severity: info
metadata:
shodan-query: title:"Microsoft Azure Web App - Error 404"
tags: error,azure,microsoft
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 404
- type: word
words:
- "<title>Microsoft Azure Web App - Error 404</title>"