Create firebase-debug-log.yaml
parent
9902c4d33a
commit
085791de3b
|
@ -0,0 +1,30 @@
|
||||||
|
id: firebase-debug-log
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Firebase Debug Log File Exposure
|
||||||
|
author: Hardik-Solanki
|
||||||
|
severity: low
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
github-query: filename:firebase-debug.log
|
||||||
|
reference:
|
||||||
|
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
|
||||||
|
tags: exposure,firebase,log,debug
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/firebase-debug.log"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '[debug]'
|
||||||
|
- 'googleapis.com'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue