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

36 lines
620 B
YAML
Raw Normal View History

2023-03-27 17:56:52 +00:00
id: imap-detect
info:
name: IMAP - Detect
2023-03-27 17:56:52 +00:00
author: pussycat0x
severity: info
description: |
IMAP was detected.
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: 'imap'
tags: network,detect,imap,mail
tcp:
2023-03-27 17:56:52 +00:00
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:143"
matchers-condition: and
matchers:
- type: word
words:
- "OK "
- "IMAP4rev1"
condition: and
# Enhanced by md on 2023/03/29