nuclei-templates/http/technologies/google/firebase-urls.yaml

26 lines
518 B
YAML
Raw Normal View History

2021-06-07 14:27:59 +00:00
id: firebase-urls
info:
name: Google Firebase DB URL Finder
author: panch0r3d
severity: info
description: Find firebaseio urls to check for security permissions
2021-06-07 14:27:59 +00:00
tags: tech,firebase,google
metadata:
max-request: 1
2021-06-07 14:27:59 +00:00
http:
2021-06-07 14:27:59 +00:00
- method: GET
path:
- "{{BaseURL}}"
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).*?"
part: body