Skip to content

Dynamics Container Host - Detect

ID: dynamic-container-host

Severity: low

Author: DhiyaneshDk

Tags: exposure,dynamic,container,misconfig

Dynamics Container Host is detected in this template.

id: dynamic-container-host
info:
name: Dynamics Container Host - Detect
author: DhiyaneshDk
severity: low
description: Dynamics Container Host is detected in this template.
reference:
- https://www.facebook.com/photo/?fbid=631801132323743&set=pcb.631801782323678
metadata:
verified: true
max-request: 1
shodan-query: title:"Dynamics Container Host"
tags: exposure,dynamic,container,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Dynamics Container Host</title>'
- type: status
status:
- 200
# digest: 4b0a004830460221008b44cc0c9afd4e32f4de66b61cbfee56339d5e997bb994d811b1e1dcb97381f8022100e330d2cbf8bd7ca90d0bf63332fbddec82227ead1dd27c038758e8ddd3ffa7ab:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/dynamic-container-host.yaml"

View on Github