37 lines
722 B
YAML
37 lines
722 B
YAML
|
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
|