39 lines
964 B
YAML
39 lines
964 B
YAML
id: babel-config-exposure
|
|
|
|
info:
|
|
name: Babel Configuration - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: Babel configuration information was detected.
|
|
reference:
|
|
- https://babeljs.io/docs/en/configuration
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"babel.config.js"
|
|
tags: exposure,config,file
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402207f02b9048c39a6e243f435af4611a97738041e2ccb74cc2a316929fe4bab5788022079585909c01c8910d3176c8e802319014b3765d666bb4593a7164376070abbfa:922c64590222798bb761d5b6d8e72950
|