firebaseExploiter: discovers open and exploitable Firebase Database
firebaseExploiter
FirebaseExploiter is a vulnerability discovery tool that discovers Firebase databases which are open and can be exploitable. Primarily built for mass hunting bug bounties and for penetration testing.
Features
- Mass vulnerability scanning from a list of hosts
- Custom JSON data in exploit.json to upload during the exploit
- Custom URI path for exploit
Installation
FirebaseExploiter was built using go1.19. Make sure you use the latest version of Go to install successfully. Run the following command to install the latest version:
go install -v github.com/securebinary/firebaseExploiter@latest
Usage
This will display help for the CLI tool. Here are all the required arguments it supports.
Running FirebaseExploiter
To scan a specific domain to check for Insecure Firebase DB.
To exploit a Firebase DB to write your own JSON document in it.
Create your own exploit.json file in proper JSON format to exploit vulnerable Firebase DBs.
Checking the exploited URL to verify the vulnerability.
Adding a custom path for exploiting Firebase DBs.
Mass scanning for Insecure Firebase Databases from a list of target hosts.
Exploiting vulnerable Firebase DBs from the list of target hosts.
Copyright (c) 2021 SecureBinary, Inc.
Source: https://github.com/securebinary/