34 lines
785 B
YAML
34 lines
785 B
YAML
id: sftp-config-exposure
|
|
|
|
info:
|
|
name: SFTP Config File Disclosure
|
|
author: geeknik
|
|
severity: high
|
|
reference:
|
|
- https://blog.sucuri.net/2012/11/psa-sftpftp-password-exposure-via-sftp-config-json.html
|
|
- https://www.acunetix.com/vulnerabilities/web/sftp-ftp-credentials-exposure/
|
|
- https://codexns.io/products/sftp_for_sublime/settings
|
|
metadata:
|
|
verified: true
|
|
github-query: filename:sftp-config.json
|
|
tags: sftp,config,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sftp-config.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"host":'
|
|
- '"user":'
|
|
- '"password":'
|
|
- '"remote_path":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|