nuclei-templates/http/exposures/logs/firebase-debug-log.yaml

33 lines
649 B
YAML
Raw Normal View History

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:
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
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