diff --git a/exposed-panels/totemomail-detect.yaml b/exposed-panels/totemomail-detect.yaml deleted file mode 100644 index dd29136211..0000000000 --- a/exposed-panels/totemomail-detect.yaml +++ /dev/null @@ -1,23 +0,0 @@ -id: totemomail-detect - -info: - name: Detect totemomail - Secure email communication - author: johnk3r - severity: info - tags: totemomail,panel - -requests: - - method: GET - path: - - "{{BaseURL}}/responsiveUI/webmail/folder.xhtml" - - matchers-condition: and - matchers: - - type: word - words: - - "WebMail login: totemomail® WebMail" - part: body - - - type: status - status: - - 200 diff --git a/exposed-panels/totemomail-panel.yaml b/exposed-panels/totemomail-panel.yaml new file mode 100644 index 0000000000..b9e30db6c4 --- /dev/null +++ b/exposed-panels/totemomail-panel.yaml @@ -0,0 +1,30 @@ +id: totemomail-panel + +info: + name: Totemomail login panel + author: johnk3r,daffainfo + reference: + - https://www.totemo.com/en/products/email-encryption + metadata: + verified: true + google-query: intext:"totemomail" inurl:responsiveUI + severity: info + tags: totemomail,panel + +requests: + - method: GET + path: + - "{{BaseURL}}/responsiveUI/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "/responsiveUI/javax.faces.resource/images/totemomail_logo.svg.xhtml" + - "/responsiveUI/javax.faces.resource/css/custom.css.xhtml?con=totemo" + condition: and + + - type: status + status: + - 200