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
FireStorePwn — fsp - Firestore Database Vulnerability Scanner Using APKs | Kitploit
Tools/GitHubGitHub/takito1812/firestorepwn
Android SecurityVulnerability ScannersMobile App PentestingPenetration TestingDatabase Security
GitHubtakito1812/firestorepwn

FireStorePwn

fsp - Firestore Database Vulnerability Scanner Using APKs

View Repository
65105 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share


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

root@kitploit:~
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

root@kitploit:~
fsp app.apk

Scanning an APK with authentication

With email and password.

root@kitploit:~
fsp app.apk [email protected]:123456

With a token.

root@kitploit:~
fsp app.apk eyJhbGciO...
Download Tool