FirebaseExploiter

To scan a specific domain to check for Insecure Firebase DB.

Download

install notes

  1. when on MacOS install go via home-brew

brew install go
  1. once installed install firebaseExploiter

go install -v github.com/securebinary/firebaseExploiter@latest
  1. the go folder will be in the home folder

  2. bin is where the program will be inside of the go folder

Users/<user profile>/home/go/bin
  1. run it URL example: https://peach-b4962.firebaseio.com

./firebaseExploiter -url <url to firebase>

Last updated