nuclei-templates/http/misconfiguration/v2x-control.yaml

32 lines
618 B
YAML

id: v2x-control
info:
name: V2X Control - Dashboard Exposure
author: DhiyaneshDk
severity: low
reference:
- https://www.facebook.com/photo/?fbid=606940284809828&set=a.467014098802448
metadata:
verified: true
max-request: 1
shodan-query: title:"V2X Control"
tags: misconfig,exposure,v2x,control
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>V2X control</title>'
- 'Chemtronics'
condition: and
- type: status
status:
- 200