GitHunt

๐Ÿฉธ TRUST - Firebase Vulnerability Analysis Tool

Banner

Advanced security scanner to detect insecure Firebase databases in APK files

Python 3.8+
License: MIT

๐Ÿ“– Table of Contents

๐Ÿš€ Features

  • โœ”๏ธ 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

โš™๏ธ Installation

  1. Requirements:
Python 3.8+ and pip installed
  1. Install dependencies:
pip install requests

๐Ÿ’ป Usage

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

๐Ÿ–ฅ๏ธ Sample Output

[*] 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: {...}

๐Ÿค Contributing

Contributions are welcome! Please open issues or submit pull requests.

๐Ÿ“„ License

This project is licensed under the MIT License.

guvenada/TRUST | GitHunt