FireHawk is a powerful tool designed for security professionals, ethical hackers, and developers to identify and exploit vulnerabilities in Firebase databases.
To install FireHawk on Termux, follow these steps:
pkg install git python
git clone https://github.com/iamunixtz/FireHawk.git
cd FireHawk
pip install -r requirements.txt
sudo apt-get install git python3
git clone https://github.com/iamunixtz/FireHawk.git
cd FireHawk
pip3 install -r requirements.txt
-u URL, --url URL
: Specify the target Firebase URL.-j JSON_FILE, --json JSON_FILE
: Provide a custom JSON file for exploitation.-l, --list
: List Firebase database URLs from a file.-o OUTPUT_FILE, --output OUTPUT_FILE
: Save vulnerable Firebase URLs to a file.add
: Install FireHawk as a system-wide command.
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests.
This project is licensed under the MIT License. and Inspired By [securebinary]