Skip to content

V2X Control - Dashboard Exposure

ID: v2x-control

Severity: low

Author: DhiyaneshDk

Tags: misconfig,exposure,v2x,control

V2X Control Dashboard is exposed.

id: v2x-control
info:
name: V2X Control - Dashboard Exposure
author: DhiyaneshDk
severity: low
description: V2X Control Dashboard is exposed.
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
# digest: 4a0a00473045022006bc5db841684b889615f5afe558fdcfe5a89eed184d862585bef55a2f151d74022100cb6d8aa1145ede7b02012f563a5c86f7b32cae3855c9dc7280d29e42a8ec72e7: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/v2x-control.yaml"

View on Github