35 lines
842 B
YAML
35 lines
842 B
YAML
id: firebase-debug-log
|
|
|
|
info:
|
|
name: Firebase Debug Log File Exposure
|
|
author: Hardik-Solanki
|
|
severity: low
|
|
reference:
|
|
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
github-query: filename:firebase-debug.log
|
|
tags: exposure,firebase,logs,debug
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/firebase-debug.log"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '[debug]'
|
|
- 'firebase'
|
|
- 'googleapis.com'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022007a20a9aee2695e71986090c373941718213907631e86585d90d22d42b13168e022005f842f7db0354fc30e6b2c8e80e2bc3e3e0fce22dacc1d6f3c3c216a98a1478:922c64590222798bb761d5b6d8e72950
|