Create evse-web-panel.yaml

patch-1
Ritik Chaddha 2023-08-11 17:06:35 +05:30 committed by GitHub
parent a06ad97281
commit e68bad9050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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