Baserunner is atool for exploring and exploiting Firebase datastores. See this post on our blog for an overview of how Firebase works and why we developed this tool.
Set Up
git clone https://github.com/iosiro/baserunner.git
cd baserunner
npm install
npm run build
npm start
Go to http://localhost:3000 in your browser.
Usage
The Baserunner interface looks like this:
First, use the configuration textbox to load a Firebase configuration JSON structure from the app you’d like to test. It looks like this:
{
“apiKey”: “API_KEY”,
“authDomain”: “PROJECT_ID.firebaseapp.com”,
“databaseURL”: “https://PROJECT_ID.firebaseio.com”,
“projectId”: “PROJECT_ID”,
“storageBucket”: “PROJECT_ID.appspot.com”,
“messagingSenderId”: “SENDER_ID”,
“appId”: “APP_ID”,
“measurementId”: “G-MEASUREMENT_ID”,
“databaseURL”: “https://PROJECT_ID.firebasedatabase.app/”
}
Then log in as a regular user, either with email and password or with a mobile phone number. When logging in with a mobile phone number, complete the CAPTCHA before submitting your number. You then be prompted for an OTP from your SMS. Enter this without completing the CAPTCHA to finish logging in. Note that you can skip this step to test queries without authentication.
Finally, you can use the query interface to submit queries to the application’s Cloud Firestore. Baserunner provides a number of template queries for common actions. Click on one of them to load it in the textbox, and replace the values that look ==LIKE THIS==
with valid names of collections, IDs, fields, etc.
As there is no way of getting a list of available collection using the Firebase JavaScript SDK, you will need to guess these, or source their names from the application’s front-end JavaScript.
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…
Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…