{"id":19864169,"url":"https://github.com/sr-lab/count-expander","last_synced_at":"2026-05-12T11:38:08.384Z","repository":{"id":75386278,"uuid":"116408818","full_name":"sr-lab/count-expander","owner":"sr-lab","description":"A program for re-hydrating password dumps that contain counts.","archived":false,"fork":false,"pushed_at":"2018-10-25T17:00:26.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T15:34:19.882Z","etag":null,"topics":["password","password-cracking","password-dump","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/sr-lab.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":"2018-01-05T17:14:19.000Z","updated_at":"2018-10-25T17:00:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"462144dc-098c-4a11-9570-6855e1ef8056","html_url":"https://github.com/sr-lab/count-expander","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/sr-lab%2Fcount-expander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fcount-expander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fcount-expander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fcount-expander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sr-lab","download_url":"https://codeload.github.com/sr-lab/count-expander/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241273095,"owners_count":19937096,"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":["password","password-cracking","password-dump","windows"],"created_at":"2024-11-12T15:17:40.434Z","updated_at":"2026-05-12T11:38:03.363Z","avatar_url":"https://github.com/sr-lab.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Count Expander\nRe-hydrates password lists that contain counts. Also contains a utility that will do the opposite and dehydrate a raw password dump into a file of counts (frequencies) against passwords.\n\n## Overview\nSome password lists that can be found online are formatted like this:\n\n```\n75 password1\n56 abc123\n29 monkey1\n28 iloveyou1\n24 myspace1\n18 number1\n18 football1\n17 nicole1\n17 123456\n16 iloveyou2\n16 123abc\n15 princess1\n15 bubbles1\n15 blink182\n15 babygirl1\n...\n```\n\nThis utility \"expands\" or \"rehydrates\" these password list back into their full form. For instance:\n\n```\n3 password\n2 hunter\n3 nicole\n```\n\nWould become:\n\n```\npassword\npassword\npassword\nhunter\nhunter\nnicole\nnicole\nnicole\n```\n\n## Usage\nUse the utility like this:\n\n```\n.\\CountExpander.exe \u003cin_file\u003e [unique_only]\n```\n\nThe options are quite straightforward:\n\n| Option      | Values      | Required? | Description                                                      |\n|-------------|-------------|-----------|------------------------------------------------------------------|\n| in_file     | Any         | Yes       | The dehydrated password file.                                    |\n| unique_only | Flag (`-u`) | No        | Whether or not to output unique passwords only, defaults to off. |\n\n## Compressor\nThe compressor utility is used in the same way. It will take raw, newline-delimited password list as a file and spit out a file which contains frequencies against passwords. Use it thusly:\n\n```\n.\\CountExpander.Compressor.exe \u003cin_file\u003e\n```\n\nThe options are quite straightforward:\n\n| Option      | Values      | Required? | Description            |\n|-------------|-------------|-----------|------------------------|\n| in_file     | Any         | Yes       | The raw password file. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr-lab%2Fcount-expander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsr-lab%2Fcount-expander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr-lab%2Fcount-expander/lists"}