https://github.com/anikhasibul/fireghost
A tool to dump firebase databases by grabbing firebase configs. #whitehat
https://github.com/anikhasibul/fireghost
bot firebase golang tool
Last synced: about 1 year ago
JSON representation
A tool to dump firebase databases by grabbing firebase configs. #whitehat
- Host: GitHub
- URL: https://github.com/anikhasibul/fireghost
- Owner: AnikHasibul
- Created: 2019-01-17T10:27:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T09:38:12.000Z (over 7 years ago)
- Last Synced: 2025-03-24T01:11:14.824Z (over 1 year ago)
- Topics: bot, firebase, golang, tool
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireGhost
A tool to check and sniff firebase config. Also generates html page to dump firebase databases.
# Installation:
Install directly with `go install`
```sh
$ go install -v github.com/anikhasibul/fireghost
```
# Usage:
This command will sniff the config of given target.
To dump the database, go to `http://localhost:1339`
```txt
$ fireghost -t https://hybrid.ai
// Initialize Firebase
var config = {
apiKey: "AIzaSyDXg8YMLeSK3nCOnl_-rnyygaO__PtkvQQ",
authDomain: "just-nova-118913.firebaseapp.com",
databaseURL: "https://just-nova-118913.firebaseio.com",
storageBucket: "just-nova-118913.appspot.com",
messagingSenderId: "887831387331"
};
firebase.initializeApp(config);
Serving on localhost:1339
```
For more uses:
```txt
$ fireghost -help
Usage of fireghost:
-p int
port to listen. (default 1339)
-s Serve the generated page. (default true)
-t string
target host.
-w Print result to stdout (default true)
```
> If you face any kind of issues with `fireghost`, feel free to open an issue or email me at anikhasibul@outlook.com