{"id":23034708,"url":"https://github.com/ibnaleem/gobreach","last_synced_at":"2025-10-28T00:39:01.981Z","repository":{"id":267364307,"uuid":"901018843","full_name":"ibnaleem/gobreach","owner":"ibnaleem","description":"A Golang library for BreachDirectory's REST API.","archived":false,"fork":false,"pushed_at":"2025-01-16T20:49:35.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T00:39:01.662Z","etag":null,"topics":["breach-directory","breachdirectory","cybersecurity","golang","golang-library","golang-package","hashcat","haveibeenpwned","hibp","johntheripper","password","password-hash","pentesting","redteam"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/ibnaleem/gobreach","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibnaleem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-12-09T22:26:32.000Z","updated_at":"2025-01-16T20:49:36.000Z","dependencies_parsed_at":"2024-12-09T23:28:34.578Z","dependency_job_id":"fc638845-9535-4210-b226-5065eb13a2cc","html_url":"https://github.com/ibnaleem/gobreach","commit_stats":null,"previous_names":["ibnaleem/gobreach"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibnaleem/gobreach","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fgobreach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fgobreach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fgobreach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fgobreach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibnaleem","download_url":"https://codeload.github.com/ibnaleem/gobreach/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnaleem%2Fgobreach/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281366885,"owners_count":26488696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["breach-directory","breachdirectory","cybersecurity","golang","golang-library","golang-package","hashcat","haveibeenpwned","hibp","johntheripper","password","password-hash","pentesting","redteam"],"created_at":"2024-12-15T16:34:44.876Z","updated_at":"2025-10-28T00:39:01.966Z","avatar_url":"https://github.com/ibnaleem.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoBreach\nA Golang library for BreachDirectory's REST API.\n\n## Installation\n```\n$ go get github.com/ibnaleem/gobreach\n```\n## Usage\nGet a valid [API Key](https://rapidapi.com/rohan-patra/api/breachdirectory/)\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\t\"github.com/ibnaleem/gobreach\"\n)\n\nfunc main() {\n\t\n\tclient, err := gobreach.NewBreachDirectoryClient(\"your-api-key\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\temail := \"example@example.com\"\n\n\n\tresponse, err := client.SearchEmail(email)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\n\tif response.Found \u003e 0 {\n\t\tfmt.Printf(\"Found %d breaches for %s:\\n\", response.Found, email)\n\t\tfor _, entry := range response.Result {\n\t\t\tfmt.Println(\"Password\", entry.Password)\n\t\t\tfmt.Println(\"SHA1\", entry.Sha1)\n\t\t\tfmt.Println(\"Source\", entry.Sources)\n\t\t}\n\t} else {\n\t\tfmt.Printf(\"No breaches found for %s.\\n\", email)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fgobreach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibnaleem%2Fgobreach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibnaleem%2Fgobreach/lists"}