Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
firebaseExploiter — CLI tool to scan for and exploit insecure Firebase databases, supporting mass vulnerability scanning, custom JSON payload injection, and URI path customization for bug bounty and penetration testing. | Kitploit
Tools/GitHubGitHub/securebinary/firebaseexploiter
Vulnerability ScannersExploitationWeb SecurityPenetration TestingDatabase Security
GitHubsecurebinary/firebaseexploiter

firebaseExploiter

CLI tool to scan for and exploit insecure Firebase databases, supporting mass vulnerability scanning, custom JSON payload injection, and URI path customization for bug bounty and penetration testing.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
177183 years agoReviewed by Kitploit

Insecure Firebase CLI Scanner & Exploit.

Features • Install • Usage

Features

fileExploit

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

Usage

Usage

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 to install successfully. Run the following command to install the latest version:

root@kitploit:~
go install -v github.com/securebinary/firebaseExploiter@latest

Install

Running FirebaseExploiter

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

urlVuln

urlVuln

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

urlExploit

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

Checking the exploited URL to verify the vulnerability.

urlResponse

Adding custom path for exploiting Firebase DBs.

urlPath

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

fileVuln

Exploiting vulnerable Firebase DBs from the list of target hosts.

fileExploit

License

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

Download Tool