Skip to content

Firebase Database Extract Check

ID: firebase-database-extractor

Severity: info

Author: rafaelwdornelas

Tags: miscellaneous,firebase,misc

Extract Firebase Database

id: firebase-database-extractor
info:
name: Firebase Database Extract Check
author: rafaelwdornelas
severity: info
description: Extract Firebase Database
metadata:
max-request: 1
tags: miscellaneous,firebase,misc
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "[a-z0-9.-]+\\.firebaseio\\.com"
- "[a-z0-9.-]+\\.firebaseapp\\.com"
# digest: 4a0a00473045022100eb2ad644c386a79067d3d18fe6cd985d3fc596b46cbd1a283b792f666d9a6edc02202e99e6d5a053a56465f5db8f0baf6893914dee72112e1683ea583a36d290fe13:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/miscellaneous/firebase-database-extractor.yaml"

View on Github