From f1824bc2d979b083ce985d5653112638d4c80ac1 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 11 Aug 2023 17:00:06 +0530 Subject: [PATCH] Create evlink-panel.yaml --- http/exposed-panels/evlink/evlink-panel.yaml | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/exposed-panels/evlink/evlink-panel.yaml diff --git a/http/exposed-panels/evlink/evlink-panel.yaml b/http/exposed-panels/evlink/evlink-panel.yaml new file mode 100644 index 0000000000..8daa6120aa --- /dev/null +++ b/http/exposed-panels/evlink/evlink-panel.yaml @@ -0,0 +1,28 @@ +id: evlink-panel + +info: + name: EVlink Local Controller - Detection + author: ritikchaddha + severity: info + metadata: + max-request: 1 + verified: true + shodan-query: title:"EVlink Local Controller" + fofa-query: title="EVlink Local Controller" + tags: panel,evlink,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "EVlink Local Controller" + + - type: status + status: + - 200