Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/securebinary/firebaseExploiter

FirebaseExploiter is a vulnerability discovery tool that discovers Firebase Database which are open and can be exploitable. Primarily built for mass hunting bug bounties and for penetration testing.
https://github.com/securebinary/firebaseExploiter

Last synced: 2 months ago
JSON representation

FirebaseExploiter is a vulnerability discovery tool that discovers Firebase Database which are open and can be exploitable. Primarily built for mass hunting bug bounties and for penetration testing.

Awesome Lists containing this project

README

        

Insecure Firebase CLI Scanner & Exploit.







Features
Install
Usage

## Features

![fileExploit](static/fileExploit.png)

- Mass vulnerability scanning from list of hosts
- Custom JSON data in `exploit.json` to upload during exploit
- Custom `URI path` for exploit

## Usage

![Usage](static/usage.png)

This will display help for the CLI tool. Here are all the required arguments it supports.

## Installation

FirebaseExploiter was built using go1.19. Make sure you use latest version of [Go](https://go.dev/doc/install) to install successfully. Run the following command to install the latest version:

```bash
go install -v github.com/securebinary/firebaseExploiter@latest
```

![Install](static/install.png)

## Running FirebaseExploiter

To scan a specific domain to check for Insecure Firebase DB.

![urlVuln](static/urlVuln1.png)

![urlVuln](static/urlVuln2.png)

To exploit a Firebase DB to write your own JSON document in it.

![urlExploit](static/urlExploit.png)

Create your own `exploit.json` file in proper JSON format to exploit vulnerable Firebase DBs.

Checking the exploited URL to verify the vulnerability.

![urlResponse](static/urlResponse.png)

Adding `custom path` for exploiting Firebase DBs.

![urlPath](static/urlPath.png)

Mass scanning for Insecure Firebase Databases from list of target hosts.

![fileVuln](static/fileVuln.png)

Exploiting vulnerable Firebase DBs from the list of target hosts.

![fileExploit](static/fileExploit.png)

## License
`FirebaseExploiter` is made with 🖤 by the `SecureBinary` team. Any tweaks / community contribution are welcome.