nuclei-templates/exposures/configs/esmtprc-config.yaml

37 lines
644 B
YAML

id: esmtprc-config
info:
name: eSMTP - Config Discovery
author: geeknik
severity: high
description: eSMTP configuration was discovered.
reference:
- https://linux.die.net/man/5/esmtprc
tags: esmtp,config
requests:
- method: GET
path:
- "{{BaseURL}}/.esmtprc"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/plain"
- type: word
part: body
words:
- "hostname"
- "username"
- "password"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/07/15