Update esmtp-detect.yaml

patch-1
Dhiyaneshwaran 2022-11-14 11:36:20 +05:30 committed by GitHub
parent 70966818fe
commit e95fba33c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -6,23 +6,25 @@ info:
severity: info
description: |
ESMTP (Extended Simple Mail Transfer Protocol) specifies extensions to the original protocol for sending e-mail that supports graphics, audio and video files, and text in various national languages
reference:
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
metadata:
verified: true
shodan-query: 'ESMTP'
reference:
- https://nmap.org/nsedoc/scripts/smtp-open-relay.html
tags: network,detect,smtp,mail
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:25"
matchers-condition: and
matchers:
- type: word
words:
- "ESMTP Postfix"
- "250"
condition: and