{"id":46829279,"url":"https://github.com/fadhilthomas/firebase-exploit","last_synced_at":"2026-03-10T09:47:10.243Z","repository":{"id":37844870,"uuid":"399593366","full_name":"fadhilthomas/firebase-exploit","owner":"fadhilthomas","description":"go-firebase-exploit or gfe is a tool for exploiting insecure firebase databases","archived":false,"fork":false,"pushed_at":"2026-01-09T01:06:11.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T20:28:30.188Z","etag":null,"topics":["cve","golang","security"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fadhilthomas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"ko_fi":"fadhilthomas"}},"created_at":"2021-08-24T20:14:16.000Z","updated_at":"2025-02-02T17:30:18.000Z","dependencies_parsed_at":"2023-01-31T07:45:59.002Z","dependency_job_id":"a98269a9-5557-4282-b365-35c56fa43800","html_url":"https://github.com/fadhilthomas/firebase-exploit","commit_stats":null,"previous_names":["fadhilthomas/go-firebase-exploit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fadhilthomas/firebase-exploit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhilthomas%2Ffirebase-exploit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhilthomas%2Ffirebase-exploit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhilthomas%2Ffirebase-exploit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhilthomas%2Ffirebase-exploit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadhilthomas","download_url":"https://codeload.github.com/fadhilthomas/firebase-exploit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadhilthomas%2Ffirebase-exploit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cve","golang","security"],"created_at":"2026-03-10T09:47:09.218Z","updated_at":"2026-03-10T09:47:10.203Z","avatar_url":"https://github.com/fadhilthomas.png","language":"Go","funding_links":["https://ko-fi.com/fadhilthomas"],"categories":[],"sub_categories":[],"readme":"# go-firebase-exploit\n\n[![made-with-Go](https://img.shields.io/badge/made%20with-Go-brightgreen.svg)](http://golang.org)\n[![license](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/fadhilthomas/go-slack-weather/issues)\n\n```txt\n           __\n   __ _   / _|   ___\n  / _` | | |_   / _ \\\n | (_| | |  _| |  __/\n  \\__, | |_|    \\___|\n  |___/\n```\n\ngo-firebase-exploit or gfe is a tool for exploiting insecure firebase databases.\n\n---\n\n## Contents\n\n- [Installation](#installation)\n    - [from Binary](#from-binary)\n    - [from GitHub](#from-github)\n- [Usage](#usage)\n    - [Basic Usage](#basic-usage)\n    - [Commands and Flags](#commands-and-flags)\n    - [Example](#example)\n- [Bugs](#bugs)\n- [License](#license)\n\n---\n\n## Installation\n\n* ### from Binary\n\nDownload a binary from [releases page](https://github.com/fadhilthomas/go-firebase-exploit/releases).\n\n* ### from GitHub\n\n```bash\ngit clone https://github.com/fadhilthomas/go-firebase-exploit\ncd go-firebase-exploit\ngo build -o gfe main.go\nsudo mv gfe /usr/local/bin\n```\n\n## Usage\n\n* ### Basic Usage\n\n```bash\ngfe push -u \"https://insecure-database.firebaseio.com/\"\n```\n\n* ### Commands and Flags\n\n```bash\ngfe --help\n```\n\n| **Commands / Flags** | **Description** |\n|--|--|\n| push | Push data to database. |\n| remove | Remove exploit data from database. |\n| url | Firebase database url. |\n\n* ### Example\n* #### Push Data to Database\n\n```bash\ngfe push -u \"https://insecure-database.firebaseio.com/\"\n```\n\n* #### Remove Data from Database\n\n```bash\ngfe remove -u \"https://insecure-database.firebaseio.com/\"\n```\n\n## Bugs\n\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/fadhilthomas/go-firebase-exploit/issues)\n\nIf you found a bug, please [open the issue](https://github.com/fadhilthomas/go-firebase-exploit/issues). All bug reports\nare appreciated.\n\n## License\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n\n**go-firebase-exploit** released under MIT. See `LICENSE` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhilthomas%2Ffirebase-exploit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadhilthomas%2Ffirebase-exploit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhilthomas%2Ffirebase-exploit/lists"}