36 lines
878 B
YAML
36 lines
878 B
YAML
id: evse-web-panel
|
|
|
|
info:
|
|
name: EVSE Web Interface Panel - Detection
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
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
|
|
|
|
# digest: 4a0a004730450220609ce15555d281ec35c5679db0b483186079decd6428f833daef5c1139c3f2b6022100e1f2b1c19019de0026a5cdf8d9f35b61be3e1230af31080ec7d91308c71ea174:922c64590222798bb761d5b6d8e72950
|