{"id":18939887,"url":"https://github.com/abdullah2993/go-brute","last_synced_at":"2026-03-23T03:30:17.895Z","repository":{"id":57574325,"uuid":"146042670","full_name":"abdullah2993/go-brute","owner":"abdullah2993","description":"A bruteforce combination generator for a specific character set","archived":false,"fork":false,"pushed_at":"2021-04-25T15:09:38.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T22:25:59.075Z","etag":null,"topics":["brute-force","brute-force-algorithm","bruteforce"],"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/abdullah2993.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}},"created_at":"2018-08-24T21:44:25.000Z","updated_at":"2021-04-25T15:09:40.000Z","dependencies_parsed_at":"2022-08-30T21:23:01.743Z","dependency_job_id":null,"html_url":"https://github.com/abdullah2993/go-brute","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullah2993%2Fgo-brute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullah2993%2Fgo-brute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullah2993%2Fgo-brute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullah2993%2Fgo-brute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullah2993","download_url":"https://codeload.github.com/abdullah2993/go-brute/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239938618,"owners_count":19721673,"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","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":["brute-force","brute-force-algorithm","bruteforce"],"created_at":"2024-11-08T12:19:18.407Z","updated_at":"2026-03-23T03:30:17.836Z","avatar_url":"https://github.com/abdullah2993.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-brute [![Go Reference](https://pkg.go.dev/badge/github.com/abdullah2993/go-brute.svg)](https://pkg.go.dev/github.com/abdullah2993/go-brute)\nA bruteforce combination generator for a specific character set\n\n## Example\n```\ncharacterSer := []rune(\"AB\")\nminLen := 1\nmaxLen := 2\nb, _ := Brute(characterSer, minLen, maxLen, 4)\nfor combination := range b {\n\tfmt.Println(combination)\n}\n// Output:\n// A\n// B\n// AA\n// AB\n// BA\n// BB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah2993%2Fgo-brute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullah2993%2Fgo-brute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah2993%2Fgo-brute/lists"}