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

29 lines
592 B
YAML
Raw Normal View History

2023-06-20 09:40:22 +00:00
id: dynamic-container-host
info:
name: Dynamics Container Host
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
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Dynamics Container Host</title>'
- type: status
status:
- 200