2022-12-10 13:56:10 +00:00
|
|
|
id: firebase-debug-log
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Firebase Debug Log File Exposure
|
|
|
|
author: Hardik-Solanki
|
|
|
|
severity: low
|
2022-12-12 17:53:21 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
2022-12-10 13:56:10 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-12-10 13:56:10 +00:00
|
|
|
verified: true
|
|
|
|
github-query: filename:firebase-debug.log
|
2022-12-16 18:00:09 +00:00
|
|
|
tags: exposure,firebase,logs,debug
|
2022-12-10 13:56:10 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-12-10 13:56:10 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/firebase-debug.log"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '[debug]'
|
2022-12-10 16:46:35 +00:00
|
|
|
- 'firebase'
|
2022-12-10 13:56:10 +00:00
|
|
|
- 'googleapis.com'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|