31 lines
617 B
YAML
31 lines
617 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:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
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
|