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
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 3
|
2022-09-15 09:48:19 +00:00
|
|
|
shodan-query: html:"sftp.json"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,vscode,sftp,ssh,files
|
2022-09-15 09:46:16 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-15 09:46:16 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sftp.json"
|
|
|
|
- "{{BaseURL}}/.config/sftp.json"
|
|
|
|
- "{{BaseURL}}/.vscode/sftp.json"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-09-15 09:46:16 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-09-15 13:29:13 +00:00
|
|
|
- '"name":'
|
|
|
|
- '"host":'
|
|
|
|
- '"protocol":'
|
2022-09-15 09:46:16 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a004730450221008b29d9873ec6870c1fe305232d363e69bec8f6146f66709fbf4468d6bce2d06f022078c30674b21f491c4efe798f52fe349e226fe072c62dacc6cbd1eb60c62d8cce:922c64590222798bb761d5b6d8e72950
|