mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
17 lines
293 B
YAML
17 lines
293 B
YAML
id: firebase-database
|
|
|
|
info:
|
|
name: Firebase Database Detect
|
|
author: gaurang
|
|
severity: info
|
|
tags: token,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "[a-z0-9.-]+\\.firebaseio\\.com"
|
|
- "[a-z0-9.-]+\\.firebaseapp\\.com" |