nuclei-templates/network/enumeration/smtp/smtp-commands-enum.yaml

73 lines
1.5 KiB
YAML

id: smtp-commands-enum
info:
name: SMTP Commands Enumeration
author: pussycat0x,userdehghani,AV-IO
severity: info
description: |
Attempts to use EHLO and HELP to gather the Extended commands supported by an SMTP server.
reference:
- https://nmap.org/nsedoc/scripts/smtp-commands.html
metadata:
verified: true
max-request: 1
shodan-query: smtp
tags: network,enum,smtp,mail,tcp
tcp:
- inputs:
- data: ""
read: 256
- data: "EHLO x\r\n"
name: ehlo
read: 1024
- data: "QUIT\r\n"
read: 8
host:
- "{{Hostname}}"
port: 25,2525,465,587
matchers:
- type: word
name: ehlo
part: ehlo
words:
- '250'
extractors:
- type: regex
part: ehlo
group: 1
regex:
- '250[\- ]([A-Z0-9 \-]+)'
- inputs:
- data: ""
read: 256
- data: "HELP\r\n"
name: help
read: 2048
- data: "QUIT\r\n"
read: 8
host:
- "{{Hostname}}"
port: 25,2525,465,587
matchers:
- type: word
name: help
part: help
words:
- "214"
- "This server supports"
condition: and
extractors:
- type: regex
part: help
group: 1
regex:
- '214[\- ](.*)'
# digest: 4b0a00483046022100afbf0f9ba5d4a86372a77409c50c1ce4bae559f8507e38d2ec813f048b462fae022100e52f3d99a6c313c81f550996f6e898dbcff1cd0d31e2d2d732655c1aa8132809:922c64590222798bb761d5b6d8e72950