nuclei-templates/network/detection/esmtp-detect.yaml

38 lines
699 B
YAML
Raw Normal View History

2023-03-27 17:56:52 +00:00
id: esmtp-detect
info:
name: ESMTP - Detect
2023-03-27 17:56:52 +00:00
author: pussycat0x
severity: info
description: |
ESMTP was detected.
2023-03-27 17:56:52 +00:00
reference:
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-27 17:56:52 +00:00
metadata:
max-request: 2
2023-03-27 17:56:52 +00:00
verified: true
shodan-query: 'ESMTP'
tags: network,detect,smtp,mail
tcp:
2023-03-27 17:56:52 +00:00
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:25"
matchers-condition: and
matchers:
- type: word
words:
- "ESMTP Postfix"
- "220"
condition: and
# Enhanced by md on 2023/03/29