Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-02T09:38:12.000Z (about 6 years ago)
- Last Synced: 2024-11-15T06:24:18.050Z (3 months ago)
- Topics: bot, firebase, golang, tool
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- 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 [email protected]