38 lines
971 B
YAML
38 lines
971 B
YAML
id: jsconfig-json
|
|
|
|
info:
|
|
name: Visual Studio Code jsconfig.json - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: Visual Studio Code jsconfig.json was detected.
|
|
reference:
|
|
- https://code.visualstudio.com/docs/languages/jsconfig
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"jsconfig.json"
|
|
tags: devops,exposure,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
|
|
# digest: 4b0a00483046022100f3bdc1bae693c4c3ed822edd3585c0f3257e9845a7df1ea8bf706d609e9569cf022100e08c6223c96b9c85a391851593728e6567f069fdb77d4d7119b0eb6980487026:922c64590222798bb761d5b6d8e72950 |