Advanced security scanner to detect insecure Firebase databases in APK files
- ✔️ Scans APK files for Firebase URLs
- 🔍 Automatically detects potential security vulnerabilities
- 📂 Analyzes compressed APK contents
- 🛡️ Interactive testing mode
- 📊 Generates JSON format reports
- 📱 Focused on mobile application security
- Requirements:
Python 3.8+ and pip installed
- Install dependencies:
pip install requests
Run the program with the path to the APK file as an argument:
python TRUST.py <apk_file>
Example:
python TRUST.py sample_app.apk
[*] Scanning APK: sample_app.apk
[+] Firebase URL found: https://example.firebaseio.com
[?] Do you want to test this database? (y/n): y
[!] Open database found: https://example.firebaseio.com
🔍 Sample data: {...}
Contributions are welcome! Please open issues or submit pull requests.
This project is licensed under the MIT License.
