nuclei-templates/exposures/files/vscode-sftp.yaml

40 lines
805 B
YAML
Raw Normal View History

2022-09-15 09:46:16 +00:00
id: vscode-sftp
info:
name: VSCode SFTP File Exposure
author: geeknik
severity: high
description: |
It discloses sensitive files created by vscode-sftp for VSCode, contains SFTP/SSH server details and credentials.
metadata:
verified: true
tags: vscode,sftp,ssh
requests:
- method: GET
path:
- "{{BaseURL}}/sftp.json"
- "{{BaseURL}}/.config/sftp.json"
- "{{BaseURL}}/.vscode/sftp.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "name"
- "host"
- "protocol"
- "username"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200