Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/securebinary/firebaseExploiter
- Owner: securebinary
- License: mit
- Created: 2022-11-06T17:17:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T01:49:22.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:14:29.874Z (6 months ago)
- Language: Go
- Size: 601 KB
- Stars: 151
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rainmana - 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. (Go)
README
Insecure Firebase CLI Scanner & Exploit.
## 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.