Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takito1812/FireStorePwn

fsp - Firestore Database Vulnerability Scanner Using APKs
https://github.com/takito1812/FireStorePwn

android apk database firebase firestore pentesting security vulnerability-assessment vulnerability-detection vulnerability-scanner

Last synced: 3 months ago
JSON representation

fsp - Firestore Database Vulnerability Scanner Using APKs

Awesome Lists containing this project

README

        




FireStorePwn (fsp)

Firestore Database Vulnerability Scanner Using APKs

---

fsp scans an APK and checks the Firestore database for rules that are not secure, testing with or without authentication.

If there are problems with the security rules, attackers could steal, modify or delete data and raise the bill.

## How it works


fsp-flow

# Install fsp

```sh
sudo wget https://raw.githubusercontent.com/takito1812/FireStorePwn/main/fsp -O /bin/fsp
sudo chmod +x /bin/fsp
```

### Running fsp

#### Scanning an APK without authentication

```sh
fsp app.apk
```

#### Scanning an APK with authentication

With email and password.

```sh
fsp app.apk [email protected]:123456
```

With a token.

```sh
fsp app.apk eyJhbGciO...
```