34 lines
681 B
YAML
34 lines
681 B
YAML
id: ftp-credentials-exposure
|
|
|
|
info:
|
|
name: FTP Credentials - Detect
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: FTP credentials were detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
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
|
|
|
|
# Enhanced by md on 2023/02/09
|