moving files around
parent
bac42743a9
commit
0fe0d327b0
|
@ -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]|[}]|[,]|[>]|[-]|[ ]|['])"
|
|
@ -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
|
Loading…
Reference in New Issue