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.
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…