2022-10-09 19:59:33 +00:00
|
|
|
id: babel-config-exposure
|
|
|
|
|
|
|
|
info:
|
2023-02-05 17:59:48 +00:00
|
|
|
name: Babel Configuration - Detect
|
2022-10-09 19:59:33 +00:00
|
|
|
author: DhiyaneshDK
|
2022-10-11 07:43:53 +00:00
|
|
|
severity: info
|
2023-02-05 21:44:49 +00:00
|
|
|
description: Babel configuration information was detected.
|
2023-02-05 16:54:05 +00:00
|
|
|
reference:
|
|
|
|
- https://babeljs.io/docs/en/configuration
|
2023-02-05 16:48:45 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2023-02-06 22:57:49 +00:00
|
|
|
metadata:
|
2022-10-09 19:59:33 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: html:"babel.config.js"
|
|
|
|
tags: exposure,config,file
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/babel.config.js'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'module.exports = {'
|
|
|
|
- 'presets: ['
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-05 16:48:45 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2023/02/05
|