{"id":39140597,"url":"https://github.com/jackrendor/jhf-python","last_synced_at":"2026-01-17T21:30:25.078Z","repository":{"id":42208980,"uuid":"282306629","full_name":"jackrendor/jhf-python","owner":"jackrendor","description":"Find your hash in online databases and retrieve its original value","archived":false,"fork":false,"pushed_at":"2023-09-22T15:00:44.000Z","size":42,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-30T05:07:26.111Z","etag":null,"topics":["crack","crack-hash","cracker","hash","hash-cracker","hash-lookup","md5","python","python3","sha1","sha256","sha384","sha512"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackrendor.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":"2020-07-24T20:06:24.000Z","updated_at":"2023-09-22T14:59:35.000Z","dependencies_parsed_at":"2023-02-15T09:46:21.884Z","dependency_job_id":null,"html_url":"https://github.com/jackrendor/jhf-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/jackrendor/jhf-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackrendor%2Fjhf-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackrendor%2Fjhf-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackrendor%2Fjhf-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackrendor%2Fjhf-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackrendor","download_url":"https://codeload.github.com/jackrendor/jhf-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackrendor%2Fjhf-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28518627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["crack","crack-hash","cracker","hash","hash-cracker","hash-lookup","md5","python","python3","sha1","sha256","sha384","sha512"],"created_at":"2026-01-17T21:30:23.211Z","updated_at":"2026-01-17T21:30:25.067Z","avatar_url":"https://github.com/jackrendor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"logo.png\"\u003e\n\u003c/p\u003e\n\n# Jack Hash Finder\nQuick lookup for the original value of an hash\n\n# DEPRECATED\nThis repository is deprecated, go for the new version of jhf: [https://github.com/jackrendor/jhf](https://github.com/jackrendor/jhf)\n\n# Purpose\nI was tired of looking up for common hashes values by hand. During CTFs you will eventually encounter some hashes. Instead of cracking them on your local machine or fire up a browser and look it up, the script does it for you. It tries some services to see if it's a common and known hash.\n\n# Supported hashes\n| Type   | Support |\n|:------:|:-------:|\n| MySQL  | weak    |\n| NTLM   | weak    |\n| md5    | strong  |\n| sha1   | strong  |\n| sha256 | strong  |\n| sha384 | strong  |\n| sha512 | strong  |\n\n# Video Demonstration\n\n[![asciicast](https://asciinema.org/a/K6GPiBw9iNU0lq2P2Da2yEF0j.svg)](https://asciinema.org/a/K6GPiBw9iNU0lq2P2Da2yEF0j)\n\n# Configure\nBased on your distro, you should install first some dependencies.\n\n### Debian / Ubuntu\n`sudo apt install python3 python3-virtualenv`\n### Fedora / RedHat\n`sudo dnf install python3 python3-virtualenv`\n\nThen simply execute the `configure.sh` file\n\n```bash\nbash configure.sh\n```\n\nor\n\n```bash\n./configure\n```\n\nThen you're ready to go. Simply execute the `jhf` file. You can pass the hash as argument:\n\n```bash\n./jhf 21232f297a57a5a743894a0e4a801fc3\n```\nYou can specify more than one hash\n```bash\n./jhf b3ddbc502e307665f346cbd6e52cc10d 0bc11f2f3279555c317be9cf9e52645a\n```\nOr you can read from file by using `-f` or `--file`\n```bash\n./jhf -f report/hashes.txt\n./jhf --file report/hashes.txt\n```\n\n### No virtualenv\nIn case you don't want to use a virtual environment **(which I discourage)**, install the python dependencies as user:\n```bash\npip3 install --user -r ./requirements.txt\n```\nand DO NOT USE the `jhf` script. Just use the Python one:\n```bash\npython3 jhf.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackrendor%2Fjhf-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackrendor%2Fjhf-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackrendor%2Fjhf-python/lists"}