Skip to content

Commit

Permalink
Create jsconfig-json.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Nov 14, 2023
1 parent d6770da commit 16152ad
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions http/exposures/configs/jsconfig-json.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 16152ad

Please sign in to comment.