2021-06-07 14:27:59 +00:00
|
|
|
id: firebase-urls
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Google Firebase DB URL Finder
|
|
|
|
author: panch0r3d
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Find firebaseio urls to check for security permissions
|
2021-06-07 14:27:59 +00:00
|
|
|
tags: tech,firebase,google
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-06-07 14:27:59 +00:00
|
|
|
max-redirects: 1
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- ".*?(f|F)(i|I)(r|R)(e|E)(b|B)(a|A)(s|S)(e|E)(i|I)(o|O)[.](c|C)(o|O)(m|M).*?"
|
2021-09-12 17:51:49 +00:00
|
|
|
part: body
|