Create jsconfig-json.yaml

patch-1
Dhiyaneshwaran 2023-11-14 13:02:27 +05:30 committed by GitHub
parent d6770da3e0
commit 16152ad42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: jsconfig-json
info:
name: Visual Studio Code jsconfig.json Disclosure
author: DhiyaneshDk
severity: info
reference:
- https://code.visualstudio.com/docs/languages/jsconfig
metadata:
verified: true
max-request: 1
shodan-query: html:"jsconfig.json"
tags: devops,exposure,files,jsconfig,config
http:
- method: GET
path:
- "{{BaseURL}}/jsconfig.json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"compilerOptions": {'
- '"typeAcquisition": {'
condition: or
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200