39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
id: ftp-credentials-exposure
|
|
|
|
info:
|
|
name: FTP Credentials Exposure
|
|
author: pikpikcu
|
|
severity: high
|
|
description: FTP credentials were detected.
|
|
classification:
|
|
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
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:wftpserver:wing_ftp_server:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
google-query: inurl:"/ftpsync.settings"
|
|
product: wing_ftp_server
|
|
vendor: wftpserver
|
|
tags: config,ftp,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ftpsync.settings"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "FTPSync"
|
|
- "overwrite_newer_prevention"
|
|
- "default_folder_permissions"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022037c4090b72f66254e8225119bb46a5c878f60d09a7e68c3aa4208e39505aabc6022056f4bfc8b24952e505b6ae7866f459ff78c1ebb67e7303512aad783c9ca14938:922c64590222798bb761d5b6d8e72950 |