reactapp-env

patch-1
Dhiyaneshwaran 2023-03-14 22:43:52 +05:30 committed by GitHub
parent 31dd9e938f
commit c4ef1d5422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: reactapp-env-js
info:
name: React App Environment Js
author: random-robbie
severity: unknown
metadata:
verified: "true"
github-query: "REACT_APP_"
tags: react,exposure,config,js,javascript
requests:
- method: GET
path:
- "{{BaseURL}}/env.js"
- "{{BaseURL}}/config.js"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "REACT_APP_"
- type: word
part: header
words:
- "application/octet-stream"
- "application/javascript"
- "text/plain"
condition: or
- type: status
status:
- 200