FirebaseExploiter

To scan a specific domain to check for Insecure Firebase DB.
Download
install notes
when on MacOS install go via home-brew
brew install go
once installed install firebaseExploiter
go install -v github.com/securebinary/firebaseExploiter@latest
the go folder will be in the home folder
bin is where the program will be inside of the go folder
Users/<user profile>/home/go/bin
run it URL example: https://peach-b4962.firebaseio.com
./firebaseExploiter -url <url to firebase>
Last updated