2021-04-26 07:37:38 +00:00
|
|
|
id: proftpd-config
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ProFTPD Config file disclosure
|
|
|
|
author: sheikhrishad
|
|
|
|
severity: low
|
|
|
|
tags: config,exposure,proftpd
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/proftpd.conf"
|
2021-04-26 08:36:32 +00:00
|
|
|
|
2021-04-26 07:37:38 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "ProFTPD"
|
|
|
|
- "ServerName"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|