From ca93e396efe0583cf7c26fd484e9fa93fe405714 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Fri, 12 Aug 2022 01:09:47 +0530 Subject: [PATCH] Create e-mobile-panel.yaml --- exposed-panels/e-mobile-panel.yaml | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 exposed-panels/e-mobile-panel.yaml diff --git a/exposed-panels/e-mobile-panel.yaml b/exposed-panels/e-mobile-panel.yaml new file mode 100644 index 0000000000..ad9ab67ae1 --- /dev/null +++ b/exposed-panels/e-mobile-panel.yaml @@ -0,0 +1,38 @@ +id: e-mobile-panel + +info: + name: E-mobile Panel Detect + author: ritikchaddha + severity: info + metadata: + verified: true + shodan-query: http.html:"E-Mobile " + tags: panel,e-mobile + +requests: + - method: GET + path: + - "{{BaseURL}}/login.do?" + - "{{BaseURL}}/login/login.do?" + - "{{BaseURL}}/manager/login.do?" + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - "E-Mobile " + - "Weaver E-Mobile" + condition: or + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'E-Mobile ([0-9.]+)'