Update smtp-service-detect ports
parent
9afec19a5e
commit
5f13c86b21
|
@ -2,12 +2,12 @@ id: smtp-service-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: SMTP Service Detection
|
name: SMTP Service Detection
|
||||||
author: pussycat0x
|
author: pussycat0x,userdehghani
|
||||||
severity: info
|
severity: info
|
||||||
description: |
|
description: |
|
||||||
SMTP is part of the application layer of the TCP/IP protocol. Using a process called “store and forward,” SMTP moves your email on and across networks.
|
SMTP is part of the application layer of the TCP/IP protocol. Using a process called “store and forward,” SMTP moves your email on and across networks.
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 1
|
max-request: 4
|
||||||
tags: network,service,smtp,detect,mail
|
tags: network,service,smtp,detect,mail
|
||||||
|
|
||||||
tcp:
|
tcp:
|
||||||
|
@ -15,7 +15,7 @@ tcp:
|
||||||
- data: "\r\n"
|
- data: "\r\n"
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
port: 25
|
port: 25,2525,465,587
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue