Skip to content

Totemomail SMTP Server Detection

ID: totemomail-smtp-detect

Severity: info

Author: princechaddha,userdehghani

Tags: mail,smtp,network,totemomail,detect,detection,tcp

Totemomail is a comprehensive email solution designed to address all aspects of digital communication security.

id: totemomail-smtp-detect
info:
name: Totemomail SMTP Server Detection
author: princechaddha,userdehghani
severity: info
description: |
Totemomail is a comprehensive email solution designed to address all aspects of digital communication security.
metadata:
max-request: 1
tags: mail,smtp,network,totemomail,detect,detection,tcp
tcp:
- inputs:
- data: "\r\n"
read-size: 2048
host:
- "{{Hostname}}"
port: 25,465,587
matchers:
- type: word
words:
- "totemomail"
# digest: 490a00463044022069299e80276871513d4dc06de0a80e4e8a4f44a788d7102e2d02726235d54ffc02202ed2bb7d739474c54ec067c39c7c55fd719103a9ad8b3727db2e80308f423b1d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "network/detection/totemomail-smtp-detect.yaml"

View on Github