Create jsconfig-json.yaml
parent
d6770da3e0
commit
16152ad42f
|
@ -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
|
Loading…
Reference in New Issue