Files
nuclei-templates/exposures/logs/firebase-debug-log.yaml
Prince Chaddha 1a2a985b14 updated-tags
2022-12-16 23:30:09 +05:30

32 lines
634 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
github-query: filename:firebase-debug.log
tags: exposure,firebase,logs,debug
requests:
- 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