2022-10-25 20:38:56 +00:00
|
|
|
id: karma-config-js
|
2022-06-11 18:23:03 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-09 21:25:02 +00:00
|
|
|
name: Karma Configuration File - Detect
|
2022-06-11 18:23:03 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: medium
|
2023-02-09 21:25:02 +00:00
|
|
|
description: Karma configuration file was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2022-06-11 18:23:03 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-06-11 18:23:03 +00:00
|
|
|
shodan-query: html:"karma.conf.js"
|
|
|
|
tags: config,exposure,devops
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-11 18:23:03 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.config/karma.conf.js"
|
|
|
|
- "{{BaseURL}}/karma.conf.js"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-06-11 18:23:03 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "// Karma configuration"
|
|
|
|
- "module.exports"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100abee8fe5c16b2b26dda47afc53abf309a0c3f473c02a6dede19b2cd494fd44e602210082f30149cbe44d521fcbfa458590421e2c3efd74434fea6b635be84a3c67d372:922c64590222798bb761d5b6d8e72950
|