Added exposed-vscode

patch-1
sandeep 2021-05-31 12:28:19 +05:30
parent f95bc62e25
commit 9cd21c72b8
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
id: exposed-vscode
info:
name: Exposed VSCode Folders
author: aashiq
severity: low
description: Searches for exposed Visual Studio Code Directories by querying the /.vscode endpoint and existence of "index of" in the body
tags: vscode,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/.vscode/"
matchers:
- type: word
words:
- "Index of /.vscode"
part: body