nuclei-templates/http/misconfiguration/dynamic-container-host.yaml

30 lines
612 B
YAML
Raw Normal View History

2023-06-20 09:40:22 +00:00
id: dynamic-container-host
info:
2023-06-21 04:08:30 +00:00
name: Dynamics Container Host - Detect
2023-06-20 09:40:22 +00:00
author: DhiyaneshDk
severity: low
reference:
- https://www.facebook.com/photo/?fbid=631801132323743&set=pcb.631801782323678
metadata:
max-request: 1
verified: true
shodan-query: title:"Dynamics Container Host"
tags: exposure,dynamic,container,misconfig
2023-06-20 09:40:22 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Dynamics Container Host</title>'
- type: status
status:
2023-06-21 04:08:30 +00:00
- 200