39 lines
874 B
YAML
39 lines
874 B
YAML
id: reactapp-env-js
|
|
|
|
info:
|
|
name: React App Environment Js
|
|
author: random-robbie
|
|
severity: unknown
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
github-query: "REACT_APP_"
|
|
tags: react,exposure,config,js,javascript
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a00483046022100d47ee476b177ba0f5ceea8076584a52b6758704f1db788adecc923256a018639022100c7044670830f789636fd1532adeb82775f542f1bfea4c56c72ac4f209e7f6cf0:922c64590222798bb761d5b6d8e72950
|