moving files around

patch-1
sandeep 2021-06-07 19:57:59 +05:30
parent bac42743a9
commit 0fe0d327b0
2 changed files with 23 additions and 27 deletions

View File

@ -1,27 +0,0 @@
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:
- "([^]|[']|[ ]|[:]|http)*(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]|[}]|[,]|[>]|[-]|[ ]|['])"
- "([^]|[']|[ ]|[:]|http)*(d|D)(a|A)(t|T)(a|A)(b|B)(a|A)(s|S)(e|E).*?([\r\n]|[}]|[,]|[>]|[-]|[ ]|['])"

View File

@ -0,0 +1,23 @@
id: firebase-urls
info:
name: Google Firebase DB URL Finder
description: Find firebaseio urls to check for security permissions
author: panch0r3d
severity: info
tags: tech,firebase,google
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
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