Merge pull request #5621 from projectdiscovery/babel-config-exposure
Create babel-config-exposure.yamlpatch-1
commit
b05717f785
|
@ -0,0 +1,30 @@
|
|||
id: babel-config-exposure
|
||||
|
||||
info:
|
||||
name: Babel Configuration Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
reference:
|
||||
- https://babeljs.io/docs/en/configuration
|
||||
metadata:
|
||||
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
|
Loading…
Reference in New Issue