2021-02-20 17:11:54 +00:00
|
|
|
id: ftp-credentials-exposure
|
|
|
|
|
|
|
|
info:
|
2023-02-09 20:58:22 +00:00
|
|
|
name: FTP Credentials - Detect
|
2021-02-20 17:11:54 +00:00
|
|
|
author: pikpikcu
|
2023-04-19 06:04:32 +00:00
|
|
|
severity: high
|
2023-02-09 21:04:25 +00:00
|
|
|
description: FTP credentials were detected.
|
2023-02-09 20:58:22 +00:00
|
|
|
classification:
|
2023-04-19 06:04:32 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
2023-02-09 20:58:22 +00:00
|
|
|
cwe-id: CWE-200
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: config,ftp,exposure
|
2021-02-20 17:11:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/ftpsync.settings"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-02-22 06:28:50 +00:00
|
|
|
- FTPSync
|
|
|
|
- overwrite_newer_prevention
|
|
|
|
- default_folder_permissions
|
2021-02-20 17:11:54 +00:00
|
|
|
part: body
|
2021-02-22 06:28:50 +00:00
|
|
|
condition: and
|
2021-02-20 17:11:54 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2023-02-09 20:58:22 +00:00
|
|
|
- 200
|
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/09
|