diff --git a/exposed-panels/ewm-manager-panel.yaml b/exposed-panels/ewm-manager-panel.yaml new file mode 100644 index 0000000000..b7d5771ed3 --- /dev/null +++ b/exposed-panels/ewm-manager-panel.yaml @@ -0,0 +1,32 @@ +id: ewm-manager-panel + +info: + name: EWM Manager Panel + author: pussycat0x + severity: info + metadata: + verified: true + shodan-query: http.title:"EWM Manager" + tags: ewm,manager,login,panel + +requests: + - method: GET + path: + - "{{BaseURL}}/wfc/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "EWM Manager" + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + regex: + - "EWM Manager ([0-9.]+)" \ No newline at end of file