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.