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

24 lines
408 B
YAML

id: proftpd-config
info:
name: ProFTPD Config file disclosure
author: sheikhrishad
severity: low
tags: config,exposure,proftpd
requests:
- method: GET
path:
- "{{BaseURL}}/proftpd.conf"
matchers-condition: and
matchers:
- type: word
words:
- "ProFTPD"
- "ServerName"
condition: and
- type: status
status:
- 200