nuclei-templates/exposures/configs/exposed-vscode.yaml

18 lines
421 B
YAML
Raw Normal View History

2021-05-31 06:58:19 +00:00
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