Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
FireStorePwn — fsp - 使用APK文件的Firestore数据库漏洞扫描器 | Kitploit
工具/GitHubGitHub/takito1812/firestorepwn
Android安全漏洞扫描器移动应用渗透测试渗透测试数据库安全
GitHubtakito1812/firestorepwn

FireStorePwn

fsp - 使用APK文件的Firestore数据库漏洞扫描器

查看仓库
65105年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享


FireStorePwn (fsp)

基于 APK 的 Firestore 数据库漏洞扫描器


fsp 扫描 APK 并检查 Firestore 数据库的安全规则,测试是否需通过身份验证。

如果安全规则存在问题,攻击者可能窃取、修改或删除数据,并增加账单费用。

工作原理

fsp 流程

安装 fsp

root@kitploit:~
sudo wget https://raw.githubusercontent.com/takito1812/FireStorePwn/main/fsp -O /bin/fsp
sudo chmod +x /bin/fsp

运行 fsp

无需身份验证扫描 APK

root@kitploit:~
fsp app.apk

需身份验证扫描 APK

使用邮箱和密码。

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

使用令牌。

root@kitploit:~
fsp app.apk eyJhbGciO...
下载工具