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

28 lines
549 B
YAML
Raw Normal View History

2021-09-24 10:10:17 +00:00
id: iplanet-imap-detect
2021-09-23 17:36:55 +00:00
info:
name: iplanet messaging imap protocol
author: pussycat0x
severity: info
metadata:
2021-09-24 10:10:17 +00:00
fofa-dork: 'app="iPlanet-Messaging-Server-5.2" && protocol="imap"'
2021-09-24 19:29:45 +00:00
tags: network,imap
2021-09-24 10:10:17 +00:00
2021-09-23 17:36:55 +00:00
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Hostname}}:110"
2021-09-24 10:10:17 +00:00
2021-09-23 17:36:55 +00:00
matchers:
- type: word
words:
2021-09-24 19:29:45 +00:00
- "iPlanet Messaging Server"
extractors:
- type: regex
part: body
regex:
- "iPlanet Messaging Server ([0-9.]+)"