nuclei-templates/http/exposures/configs/firebase-config-exposure.yaml

39 lines
848 B
YAML
Raw Normal View History

2021-08-19 11:26:13 +00:00
id: firebase-config-exposure
info:
name: Firebase Configuration File - Detect
2021-08-19 11:26:13 +00:00
author: geeknik
severity: medium
description: Firebase configuration file was detected.
reference:
- https://github.com/firebase/firebaseui-web/blob/master/demo/public/sample-config.js
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
2021-08-23 09:41:10 +00:00
tags: firebase,exposure,config
metadata:
max-request: 3
2021-08-19 11:26:13 +00:00
http:
2021-08-19 11:26:13 +00:00
- method: GET
path:
2022-09-14 08:06:02 +00:00
- "{{BaseURL}}"
2021-08-19 11:26:13 +00:00
- "{{BaseURL}}/public/config.js"
- "{{BaseURL}}/config.js"
matchers-condition: and
matchers:
- type: word
words:
- "apiKey:"
- "authDomain:"
- "databaseURL:"
- "storageBucket:"
condition: and
- type: status
status:
- 200