26 lines
495 B
YAML
26 lines
495 B
YAML
id: microsoft-azure-error
|
|
|
|
info:
|
|
name: Microsoft Azure Web App - Error 404
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"Microsoft Azure Web App - Error 404"
|
|
tags: error,azure,microsoft,misc
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
- type: word
|
|
words:
|
|
- "<title>Microsoft Azure Web App - Error 404</title>"
|