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

31 lines
608 B
YAML
Raw Normal View History

2022-05-11 13:46:48 +00:00
id: msmtp-config
info:
name: Msmtp Config Exposure
author: geeknik
severity: high
description: msmtp is a very simple and easy to use SMTP client with fairly complete sendmail compatibility.
reference:
- https://wiki.archlinux.org/title/Msmtp
tags: exposure,generic,msmtp
requests:
- method: GET
path:
- "{{BaseURL}}/.msmtprc"
matchers-condition: and
matchers:
- type: word
words:
- 'account'
- 'host'
- 'from'
- 'auth'
- 'tls'
condition: and
- type: status
status:
- 200