nuclei-templates/technologies/default-page-azure-containe...

26 lines
502 B
YAML

id: default-page-azure-container
info:
name: Azure Container Instance Default Page
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"Welcome to Azure Container Instances!"
tags: tech,azure,cloud
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Welcome to Azure Container Instances!</title>'
- type: status
status:
- 200