Create rollup-js-config.yaml

patch-1
Dhiyaneshwaran 2022-10-09 19:16:19 +05:30 committed by GitHub
parent a1fd989b5b
commit 500ab68ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: rollup-js-config
info:
name: Rollup.js Configuration Exposure
author: DhiyaneshDK
severity: info
reference:
- https://rollup.docschina.org/guide/en/#configuration-files
metadata:
verified: true
shodan-query: html:"rollup.config.js"
tags: exposure,devops,cicd,rollupjs
requests:
- method: GET
path:
- '{{BaseURL}}/rollup.config.js'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'export default ['
- 'input:'
condition: and
- type: status
status:
- 200