AppVeyor , Karma Configuration File Exposure (#4573)

* Create karma-configuration-file.yaml

* Update and rename karma-configuration-file.yaml to appveyor-configuration-file.yaml

* Create karma-config-js.yaml
patch-1
Dhiyaneshwaran 2022-06-11 19:23:03 +01:00 committed by GitHub
parent 27bfba0dcd
commit f2054b094b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: appveyor-configuration-file
info:
name: AppVeyor Configuration Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: html:"appveyor.yml"
tags: config,exposure,devops
requests:
- method: GET
path:
- "{{BaseURL}}/.appveyor.yml"
- "{{BaseURL}}/appveyor.yml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "install:"
- "test_script:"
condition: and
- type: status
status:
- 200

View File

@ -0,0 +1,29 @@
id: karma-conf-js
info:
name: Karma Configuration File Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: html:"karma.conf.js"
tags: config,exposure,devops
requests:
- method: GET
path:
- "{{BaseURL}}/.config/karma.conf.js"
- "{{BaseURL}}/karma.conf.js"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "// Karma configuration"
- "module.exports"
condition: and
- type: status
status:
- 200