Create rollup-js-config.yaml
parent
a1fd989b5b
commit
500ab68ef9
|
@ -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
|
Loading…
Reference in New Issue