Skip to content

Commit

Permalink
Merge pull request #8624 from projectdiscovery/jsconfig-json
Browse files Browse the repository at this point in the history
Create jsconfig-json.yaml
  • Loading branch information
ritikchaddha authored Nov 16, 2023
2 parents aaece2f + 0f20da3 commit a890915
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 - Detect
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,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 a890915

Please sign in to comment.