Skip to content

Commit

Permalink
Create firebase_urls.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
panch0r3d authored Dec 10, 2020
1 parent 918e65d commit 1ebf030
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions firebase_urls.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
id: firebase-urls

info:
name: Find firebaseio urls to check for security permissions
author: panch0r3d
severity: info

requests:
- method: GET
path:
- "{{BaseURL}}/"
redirects: true
max-redirects: 5
headers:
User-Agent: "Mozilla UACanary12345"
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
extractors:
- type: regex
part: body
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).*?([\r\n]|[}]|[,][>][-][ ])"

0 comments on commit 1ebf030

Please sign in to comment.