Merge pull request #2646 from projectdiscovery/totemomail-smtp-detect
Create totemomail-smtp-detect.yamlpatch-1
commit
75e5e08416
|
@ -0,0 +1,21 @@
|
|||
id: totemomail-smtp-detect
|
||||
|
||||
info:
|
||||
name: Totemomail SMTP Server Detect
|
||||
author: princechaddha
|
||||
severity: info
|
||||
tags: mail,smtp,network,totemomail
|
||||
|
||||
network:
|
||||
- inputs:
|
||||
- data: "\r\n"
|
||||
read-size: 2048
|
||||
|
||||
host:
|
||||
- "{{Hostname}}"
|
||||
- "{{Hostname}}:25"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "totemomail"
|
Loading…
Reference in New Issue