nuclei-templates/http/exposures/configs/jsconfig-json.yaml

37 lines
722 B
YAML
Raw Normal View History

2023-11-14 07:32:27 +00:00
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