33 lines
682 B
YAML
33 lines
682 B
YAML
id: evse-web-panel
|
|
|
|
info:
|
|
name: EVSE Web Interface Panel - Detection
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: title:"EVSE Web Interface"
|
|
fofa-query: title="EVSE Web Interface"
|
|
tags: panel,evlink,evse,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/cgi-bin/cgiServer?worker=LoginForm"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "EVSE Web Interface</title>"
|
|
- "Charging station</title>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|