{"id":22273851,"url":"https://github.com/geeksloth/md5-hint","last_synced_at":"2025-10-20T09:34:58.314Z","repository":{"id":56821374,"uuid":"525297253","full_name":"geeksloth/MD5-hint","owner":"geeksloth","description":"Hint md5 hash with guess dictionary","archived":false,"fork":false,"pushed_at":"2024-10-11T11:34:10.000Z","size":902,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T14:48:48.366Z","etag":null,"topics":["bruteforce","encoding-decoding","hashing","md5"],"latest_commit_sha":null,"homepage":"","language":"Python","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/geeksloth.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}},"created_at":"2022-08-16T08:42:43.000Z","updated_at":"2024-11-11T14:07:54.000Z","dependencies_parsed_at":"2022-08-19T04:12:18.413Z","dependency_job_id":null,"html_url":"https://github.com/geeksloth/MD5-hint","commit_stats":null,"previous_names":["geeksloth/md5-hint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMD5-hint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMD5-hint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMD5-hint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2FMD5-hint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeksloth","download_url":"https://codeload.github.com/geeksloth/MD5-hint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245502407,"owners_count":20625966,"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":["bruteforce","encoding-decoding","hashing","md5"],"created_at":"2024-12-03T13:16:36.930Z","updated_at":"2025-10-20T09:34:53.296Z","avatar_url":"https://github.com/geeksloth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MD5-hint\n\nHint md5 hash with guesses dictionary.\n\nIf you have this MD5 hash ```60737510d1c08b29c264695b2c9e9c9e```, but **dont know the original data**. You just write down the guess words into ```.txt``` file line-by-line and save them with the name as same as that hash, ie. ```60737510d1c08b29c264695b2c9e9c9e.txt```. Which includings suggest words like:\n```\nten\nwords\natthe\nfirst\nsection\narejust\nexample\nofdictionary\nwords\nBytheway\nsomeword\nand\nother\nposible\nkeywords\n```\n\nAfter running the script, the output will be:\n\n![Alt text](static/screenshot.png?raw=true \"example output\")\n\n\u003cbr /\u003e\n\n## Prerequisite\n- If you want to run this scrip in host system, these packages are required:\n```bash\nhashlib glob logging pathlib time itertools colorama threading mutiprocessing math argparse os\n```\nsome of these packages are already installed by default, if not, install them via ```apt-get``` or ```pip``` as needed.\n\n- Run this script with ```Docker``` container is recommend way, please follow the next step.\n\u003cbr /\u003e\n\n## Getting started\n1. Clone this repo and change directory into it:\n```bash\ngit clone https://github.com/geeksloth/md5hint.git \u0026\u0026 cd md5hint\n```\n\n2. Build a Docker image from the ```Dockerfile```:\n```bash\ndocker build -t md5hint .\n```\nor just pull the image from Docker hub:\n```bash\ndocker pull geeksloth/md5hint\n```\nBy the way, the image from ```geeksloth/md5hint```'s Docker Hub is mainly built on M1 processor (linux/arm64/v8). Recommend to build from ```Dockerfile``` as step 2. instead.\n\n3. Run a container:\n```bash\ndocker run -it --rm -v $PWD:/app geeksloth/md5hint bash\n```\n\u003cbr /\u003e\n\n## Run\nAfter get into the container, run the following command:\n```bash\ncd /app\n```\n```bash\npython3 main.py\n```\nThe output will be stored in the ```out``` folder if the result is found.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fmd5-hint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeksloth%2Fmd5-hint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fmd5-hint/lists"}