29 lines
592 B
YAML
29 lines
592 B
YAML
|
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
|