33 lines
554 B
YAML
33 lines
554 B
YAML
|
id: esmtprc-config
|
||
|
|
||
|
info:
|
||
|
name: eSMTP config disclosure
|
||
|
author: geeknik
|
||
|
reference: https://linux.die.net/man/5/esmtprc
|
||
|
severity: high
|
||
|
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
|