nuclei-templates/exposures/configs/sftp-config-exposure.yaml

41 lines
996 B
YAML
Raw Normal View History

id: sftp-config-exposure
2022-11-30 07:49:00 +00:00
info:
name: SFTP Configuration File - Detect
2022-11-30 07:49:00 +00:00
author: geeknik
severity: high
description: SFTP configuration file was 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
2022-11-30 07:49:00 +00:00
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":'
2022-11-30 07:49:00 +00:00
condition: and
- type: status
status:
- 200
# Enhanced by cs on 2023/03/02