Create vscode-sftp.yaml
parent
84abeba9f8
commit
0f3014df69
|
@ -0,0 +1,39 @@
|
|||
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
|
Loading…
Reference in New Issue