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

27 lines
517 B
YAML

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