Merge pull request #6048 from projectdiscovery/Imap-Detection

Imap Detection
patch-1
Dhiyaneshwaran 2022-11-14 13:19:52 +05:30 committed by GitHub
commit 467411aafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: imap-detect
info:
name: Imap Detection
author: pussycat0x
severity: info
description: |
IMAP is an application-layer protocol used by email clients to retrieve messages from a mail server. It was designed to manage multiple email clients, therefore clients generally leave messages on the server until the user explicitly deletes them.
metadata:
verified: true
shodan-query: 'imap'
tags: network,detect,imap,mail
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:143"
matchers-condition: and
matchers:
- type: word
words:
- "OK "
- "IMAP4rev1"
condition: and