36 lines
883 B
YAML
36 lines
883 B
YAML
id: sftp-credentials-exposure
|
|
|
|
info:
|
|
name: SFTP Credentials - Detect
|
|
author: sheikhrishad
|
|
severity: high
|
|
description: SFTP 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
|
|
metadata:
|
|
max-request: 2
|
|
tags: config,ftp,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sftp-config.json"
|
|
- "{{BaseURL}}/ftpsync.settings"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "file_permissions"
|
|
- "extra_list_connections"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402203f263c62f9ae4c046a15db1732fe5077f0b842a952de7e923fdf6ea98f3c07c502206a4b685f97187b95637b84057b5e4c86a4b3d9bd4b772631528dd49cf401b8ed:922c64590222798bb761d5b6d8e72950
|