Update and rename extract-firebase-database.yaml to firebase-database-extractor.yaml

patch-1
Prince Chaddha 2022-04-25 03:04:22 +04:00 committed by GitHub
parent a8d0c04c90
commit 4f3b7d4506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 19 deletions

View File

@ -1,19 +0,0 @@
id: extract-firebase-database
info:
name: Firebase Database Extract Check
author: rafaelwdornelas
severity: info
description: Extract Firebase Database
tags: firebase
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
regex:
- "([a-z0-9.-]+.firebaseio.com)"

View File

@ -0,0 +1,20 @@
id: firebase-database-extractor
info:
name: Firebase Database Extract Check
author: rafaelwdornelas
severity: info
description: Extract Firebase Database
tags: firebase,misc
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "[a-z0-9.-]+\\.firebaseio\\.com"
- "[a-z0-9.-]+\\.firebaseapp\\.com"