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

37 lines
648 B
YAML
Raw Normal View History

2021-05-28 03:39:55 +00:00
id: esmtprc-config
2021-05-26 21:28:18 +00:00
info:
name: eSMTP - Config Discovery
2021-05-26 21:28:18 +00:00
author: geeknik
severity: high
description: eSMTP configuration was discovered.
reference:
- https://linux.die.net/man/5/esmtprc
tags: esmtp,config,exposure
metadata:
max-request: 1
2021-05-26 21:28:18 +00:00
http:
2021-05-26 21:28:18 +00:00
- method: GET
path:
- "{{BaseURL}}/.esmtprc"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/plain"
2021-05-28 03:39:55 +00:00
2021-05-26 21:28:18 +00:00
- type: word
part: body
words:
- "hostname"
- "username"
- "password"
condition: and
2021-05-28 03:39:55 +00:00
2021-05-26 21:28:18 +00:00
- type: status
status:
- 200