26 lines
481 B
YAML
26 lines
481 B
YAML
id: ftp-credentials-exposure
|
|
|
|
info:
|
|
name: FTP credentials exposure
|
|
author: pikpikcu
|
|
severity: medium
|
|
tags: config,ftp,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ftpsync.settings"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- FTPSync
|
|
- overwrite_newer_prevention
|
|
- default_folder_permissions
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |