nuclei-templates/exposed-panels/totemomail-panel.yaml

41 lines
1.0 KiB
YAML

id: totemomail-panel
info:
name: Totemomail Login Panel - Detect
author: johnk3r,daffainfo
severity: info
description: Totemomail login panel was detected.
reference:
- https://www.totemo.com/en/products/email-encryption
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
google-query: intext:"totemomail" inurl:responsiveUI
tags: totemomail,panel
requests:
- method: GET
path:
- "{{BaseURL}}/responsiveUI/"
- "{{BaseURL}}/responsiveUI/webmail/folder.xhtml"
stop-at-first-match: true
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"
- "<title>WebMail login: totemomail® WebMail</title>"
condition: or
- type: status
status:
- 200
# Enhanced by md on 2023/01/18