I have the APK of an application and analyzed it using MobSF static analysis. It says the application talks with Firebase Database and provides a URL. Obviously, the URL is not accessible. I am new to this so trying to find tools from GitHub. Are there any tools to analyze the Firebase database or the given console URL of the APK file? I tried the FirebaseScanner - https://github.com/shivsahni/FireBaseScanner but this has a lot of errors in the code and not running. If there is an alternative method/tool to scan the database please share. Thanks
Asked
Active
Viewed 52 times
0
-
Have you considered that the linked FireBaseScanner is a Python2 project, that it fails to run with Python3 is therefore not a surprise. – Robert May 09 '22 at 16:17