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

31 lines
582 B
YAML
Raw Normal View History

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: azure,cloud,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Welcome to Azure Container Instances!</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200