mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
21 lines
395 B
YAML
21 lines
395 B
YAML
id: firebase-detect
|
|
|
|
info:
|
|
name: firebase detect
|
|
author: organiccrap
|
|
severity: low
|
|
reference:
|
|
- http://ghostlulz.com/google-exposed-firebase-database/
|
|
tags: tech,firebase
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.settings/rules.json?auth=FIREBASE_SECRET"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Could not parse auth token"
|
|
part: body
|