{"id":25420549,"url":"https://github.com/danielost/brute-force-password-breaker","last_synced_at":"2025-05-13T16:13:54.680Z","repository":{"id":199052550,"uuid":"702048666","full_name":"danielost/brute-force-password-breaker","owner":"danielost","description":"A straightforward brute-force password breaker.","archived":false,"fork":false,"pushed_at":"2023-10-26T10:04:54.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T19:48:53.544Z","etag":null,"topics":["brute-force","cryptography","password-bruteforce"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-08T10:51:42.000Z","updated_at":"2023-10-25T12:27:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"7380b6e2-0ddb-4711-bd3a-60caa35c7c22","html_url":"https://github.com/danielost/brute-force-password-breaker","commit_stats":null,"previous_names":["danielost/brute-force-password-breaker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielost%2Fbrute-force-password-breaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielost%2Fbrute-force-password-breaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielost%2Fbrute-force-password-breaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielost%2Fbrute-force-password-breaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielost","download_url":"https://codeload.github.com/danielost/brute-force-password-breaker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253980063,"owners_count":21994043,"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","cryptography","password-bruteforce"],"created_at":"2025-02-16T19:48:07.586Z","updated_at":"2025-05-13T16:13:54.661Z","avatar_url":"https://github.com/danielost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brute-force Password Breaker\n\nA straightforward password breaker in Go.\n\n## How to use\n\nTo crack a password, add it to a new line in `./passwords.txt`. In the same line, add the alphabet that the password breaker will use for the attack.\n\nExample of `./passwords.txt`:\n\n```\n87355 0123456789\nzqcyb abcdefghijklmnopqrstuvwxyz\nGpaTJ aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ\nRE5Pd aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789\nW9#j! aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ0123456789!@#$%%^\u0026*\n```\n\nThen just execute the following command:\n\n```bash\ngo run .\\main.go\n```\n\nThe output should look as follows:\n\n```\n87355 -\u003e cracked in 5.2848ms\nzqcyb -\u003e cracked in 498.6085ms\nGpaTJ -\u003e cracked in 4.500829s\nRE5Pd -\u003e cracked in 23.3394005s\nW9#j! -\u003e cracked in 54.5428082s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielost%2Fbrute-force-password-breaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielost%2Fbrute-force-password-breaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielost%2Fbrute-force-password-breaker/lists"}