This tool is used to takeover Insecure Firebase Databases and automaticaly generate POC to report them,This tool can also delete or redo the POC's done by this tool(remove the data inserted into the database by this tool).
Note:This tool requires Python 3.5 and above
pip install -r requirements.txt
Change the Config inside utils/config.py folder before use
python FireOver.py -u https://FirebaseDatabaseName.firebaseio.com
python FireOver.py --url https://FirebaseDatabaseName.firebaseio.com
python FireOver.py -l list.txt -o poc.txt
python FireOver.py --list list.txt --output poc.txt
python FireOver.py -d poc.txt
python FireOver.py --delete poc.txt
*Add MultiThreading
*Add Getting list of URLS using search engine dorks and store them into list.txt for further takeovers
👤 Jayateertha G
- Twitter: @jayateerthaG
- Github: @jayateertha043
Give a ⭐️ if this project helped you!
Copyright © 2020 Jayateertha Guruprasad.
This project is MIT licensed.