From e68bad9050569b39b03921628ba0b8e36bc986ea Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:06:35 +0530 Subject: [PATCH] Create evse-web-panel.yaml --- .../exposed-panels/evlink/evse-web-panel.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/evlink/evse-web-panel.yaml diff --git a/http/exposed-panels/evlink/evse-web-panel.yaml b/http/exposed-panels/evlink/evse-web-panel.yaml new file mode 100644 index 0000000000..cc778c2f2a --- /dev/null +++ b/http/exposed-panels/evlink/evse-web-panel.yaml @@ -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" + - "Charging station" + condition: or + + - type: status + status: + - 200