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

41 lines
1.0 KiB
YAML
Raw Normal View History

2022-10-15 06:59:29 +00:00
id: totemomail-panel
info:
name: Totemomail Login Panel - Detect
2022-10-15 06:59:29 +00:00
author: johnk3r,daffainfo
severity: info
description: Totemomail login panel was detected.
2022-10-15 06:59:29 +00:00
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
2022-10-15 06:59:29 +00:00
metadata:
verified: true
google-query: intext:"totemomail" inurl:responsiveUI
tags: totemomail,panel
requests:
- method: GET
path:
- "{{BaseURL}}/responsiveUI/"
2022-10-18 07:21:22 +00:00
- "{{BaseURL}}/responsiveUI/webmail/folder.xhtml"
2022-10-15 06:59:29 +00:00
2022-10-18 07:21:22 +00:00
stop-at-first-match: true
2022-10-15 06:59:29 +00:00
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"
2022-10-18 07:21:22 +00:00
- "<title>WebMail login: totemomail® WebMail</title>"
condition: or
2022-10-15 06:59:29 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/01/18