{"id":19864156,"url":"https://github.com/sr-lab/guesser","last_synced_at":"2026-05-16T18:31:28.811Z","repository":{"id":75386302,"uuid":"116300273","full_name":"sr-lab/guesser","owner":"sr-lab","description":"Super simple list-based password guesser.","archived":false,"fork":false,"pushed_at":"2018-05-15T16:08:49.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-18T13:03:56.772Z","etag":null,"topics":["deduplication","password-guessers","simple","utility","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/sr-lab.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":"2018-01-04T19:40:30.000Z","updated_at":"2018-05-15T16:09:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c6bf8bd-7906-4543-bb4a-09faba3c91a6","html_url":"https://github.com/sr-lab/guesser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sr-lab/guesser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fguesser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fguesser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fguesser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fguesser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sr-lab","download_url":"https://codeload.github.com/sr-lab/guesser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr-lab%2Fguesser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270996917,"owners_count":24681940,"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-08-18T02:00:08.743Z","response_time":89,"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":["deduplication","password-guessers","simple","utility","windows"],"created_at":"2024-11-12T15:17:39.175Z","updated_at":"2026-05-16T18:31:23.787Z","avatar_url":"https://github.com/sr-lab.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guesser\nSometimes you just need a super-simple list-based password guesser that will take a plaintext list of guesses, a plaintext list of attacks and tell you how many guesses you got right.\n\n## Overview\nTakes two lists, one of guesses and one to be guessed, and tells you how many matches turn up. Does some other small stuff like deduplicating guesses. Wrote this in C# fast because I want to use it from Windows.\n\n## Usage\nUse the utility like this:\n\n```\nGuesser \u003cguess_db\u003e \u003cpassword_db\u003e\n```\n\nOutput will look like this, with the number of times the password matched in brackets:\n\n```\nGuessed dragon successfully (2476)!\nGuessed matrix successfully (1039)!\n...\n```\n\nA file called `graph.csv` will be placed into the current directory too. This will allow you to graph correct guesses over time using whichever spreadsheet software you like. The file is of the format:\n\n```\n1, 10\n2, 14\n3, 900\n4, 980\n...\n```\n\nThe first column is the number of guesses made, the second is the cumulative number of correct guesses. In the example above, guess 3 was a really good guess. Using this output, we can create some cool visualisations. For example, the number of correctly guessed PINS in a large data set when guessing randomly vs. guessing optimally.\n\n![Correctly guessed PINs by attack.](assets/pins_rand_vs_optimal.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr-lab%2Fguesser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsr-lab%2Fguesser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr-lab%2Fguesser/lists"}